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 PCA9554 38 bool 39 depends on I2C 40 41config I2C_ECHO 42 bool 43 default y if TEST_DEVICES 44 depends on I2C 45 46config PL310 47 bool 48 49config INTEGRATOR_DEBUG 50 bool 51 52config A9SCU 53 bool 54 55config ARM11SCU 56 bool 57 58config MOS6522 59 bool 60 61config MACIO 62 bool 63 select CUDA 64 select ESCC 65 select IDE_MACIO 66 select MAC_DBDMA 67 select MAC_NVRAM 68 select MOS6522 69 70config IVSHMEM_DEVICE 71 bool 72 default y if PCI_DEVICES 73 depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN 74 75config ECCMEMCTL 76 bool 77 select ECC 78 79config IMX 80 bool 81 select PTIMER 82 select SSI 83 select USB_EHCI_SYSBUS 84 85config STM32_RCC 86 bool 87 88config STM32F2XX_SYSCFG 89 bool 90 91config STM32F4XX_SYSCFG 92 bool 93 94config STM32F4XX_EXTI 95 bool 96 97config STM32L4X5_EXTI 98 bool 99 100config STM32L4X5_SYSCFG 101 bool 102 103config STM32L4X5_RCC 104 bool 105 106config MIPS_ITU 107 bool 108 109config MPS2_FPGAIO 110 bool 111 select LED 112 113config MPS2_SCC 114 bool 115 select LED 116 117config TZ_MPC 118 bool 119 120config TZ_MSC 121 bool 122 123config TZ_PPC 124 bool 125 126config IOTKIT_SECCTL 127 bool 128 129config IOTKIT_SYSCTL 130 bool 131 132config IOTKIT_SYSINFO 133 bool 134 135config PVPANIC_COMMON 136 bool 137 138config PVPANIC_PCI 139 bool 140 default y if PCI_DEVICES 141 depends on PCI 142 select PVPANIC_COMMON 143 144config PVPANIC_ISA 145 bool 146 depends on ISA_BUS 147 select PVPANIC_COMMON 148 149config AUX 150 bool 151 select I2C 152 153config UNIMP 154 bool 155 156config LED 157 bool 158 159config MAC_VIA 160 bool 161 select MOS6522 162 select ADB 163 164config AVR_POWER 165 bool 166 167config MCHP_PFSOC_DMC 168 bool 169 170config MCHP_PFSOC_IOSCB 171 bool 172 173config MCHP_PFSOC_SYSREG 174 bool 175 176config SIFIVE_TEST 177 bool 178 179config SIFIVE_E_PRCI 180 bool 181 182config SIFIVE_E_AON 183 bool 184 185config SIFIVE_U_OTP 186 bool 187 188config SIFIVE_U_PRCI 189 bool 190 191config VIRT_CTRL 192 bool 193 194config LASI 195 bool 196 197config ALLWINNER_SRAMC 198 bool 199 200config ALLWINNER_A10_CCM 201 bool 202 203config ALLWINNER_A10_DRAMC 204 bool 205 206config AXP2XX_PMU 207 bool 208 depends on I2C 209 210config DJMEMC 211 bool 212 213config IOSB 214 bool 215 216config XLNX_VERSAL_TRNG 217 bool 218 219source macio/Kconfig 220