1config APPLESMC 2 bool 3 depends on ISA_BUS 4 5config ARMSSE_CPUID 6 bool 7 8config ARMSSE_MHU 9 bool 10 11config ARMSSE_CPU_PWRCTRL 12 bool 13 14config ISA_DEBUG 15 bool 16 depends on ISA_BUS 17 18config ISA_TESTDEV 19 bool 20 default y if TEST_DEVICES 21 depends on ISA_BUS 22 23config PCI_TESTDEV 24 bool 25 default y if TEST_DEVICES 26 depends on PCI 27 28config EDU 29 bool 30 default y if TEST_DEVICES 31 depends on PCI && MSI_NONBROKEN 32 33config PCA9552 34 bool 35 depends on I2C 36 37config I2C_ECHO 38 bool 39 default y if TEST_DEVICES 40 depends on I2C 41 42config PL310 43 bool 44 45config INTEGRATOR_DEBUG 46 bool 47 48config A9SCU 49 bool 50 51config ARM11SCU 52 bool 53 54config MOS6522 55 bool 56 57config MACIO 58 bool 59 select CUDA 60 select ESCC 61 select IDE_MACIO 62 select MAC_DBDMA 63 select MAC_NVRAM 64 select MOS6522 65 66config IVSHMEM_DEVICE 67 bool 68 default y if PCI_DEVICES 69 depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN 70 71config ECCMEMCTL 72 bool 73 select ECC 74 75config IMX 76 bool 77 select PTIMER 78 select SSI 79 select USB_EHCI_SYSBUS 80 81config STM32F2XX_SYSCFG 82 bool 83 84config STM32F4XX_SYSCFG 85 bool 86 87config STM32F4XX_EXTI 88 bool 89 90config MIPS_ITU 91 bool 92 93config MPS2_FPGAIO 94 bool 95 select LED 96 97config MPS2_SCC 98 bool 99 select LED 100 101config TZ_MPC 102 bool 103 104config TZ_MSC 105 bool 106 107config TZ_PPC 108 bool 109 110config IOTKIT_SECCTL 111 bool 112 113config IOTKIT_SYSCTL 114 bool 115 116config IOTKIT_SYSINFO 117 bool 118 119config PVPANIC_COMMON 120 bool 121 122config PVPANIC_PCI 123 bool 124 default y if PCI_DEVICES 125 depends on PCI 126 select PVPANIC_COMMON 127 128config PVPANIC_ISA 129 bool 130 depends on ISA_BUS 131 select PVPANIC_COMMON 132 133config AUX 134 bool 135 select I2C 136 137config UNIMP 138 bool 139 140config LED 141 bool 142 143config MAC_VIA 144 bool 145 select MOS6522 146 select ADB 147 148config AVR_POWER 149 bool 150 151config MCHP_PFSOC_DMC 152 bool 153 154config MCHP_PFSOC_IOSCB 155 bool 156 157config MCHP_PFSOC_SYSREG 158 bool 159 160config SIFIVE_TEST 161 bool 162 163config SIFIVE_E_PRCI 164 bool 165 166config SIFIVE_E_AON 167 bool 168 169config SIFIVE_U_OTP 170 bool 171 172config SIFIVE_U_PRCI 173 bool 174 175config VIRT_CTRL 176 bool 177 178config LASI 179 bool 180 181config ALLWINNER_SRAMC 182 bool 183 184config ALLWINNER_A10_CCM 185 bool 186 187config ALLWINNER_A10_DRAMC 188 bool 189 190config AXP2XX_PMU 191 bool 192 depends on I2C 193 194config DJMEMC 195 bool 196 197config IOSB 198 bool 199 200config XLNX_VERSAL_TRNG 201 bool 202 203source macio/Kconfig 204