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