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 STM32F2XX_SYSCFG 86 bool 87 88config STM32F4XX_SYSCFG 89 bool 90 91config STM32F4XX_EXTI 92 bool 93 94config STM32L4X5_EXTI 95 bool 96 97config STM32L4X5_SYSCFG 98 bool 99 100config STM32L4X5_RCC 101 bool 102 103config MIPS_ITU 104 bool 105 106config MPS2_FPGAIO 107 bool 108 select LED 109 110config MPS2_SCC 111 bool 112 select LED 113 114config TZ_MPC 115 bool 116 117config TZ_MSC 118 bool 119 120config TZ_PPC 121 bool 122 123config IOTKIT_SECCTL 124 bool 125 126config IOTKIT_SYSCTL 127 bool 128 129config IOTKIT_SYSINFO 130 bool 131 132config PVPANIC_COMMON 133 bool 134 135config PVPANIC_PCI 136 bool 137 default y if PCI_DEVICES 138 depends on PCI 139 select PVPANIC_COMMON 140 141config PVPANIC_ISA 142 bool 143 depends on ISA_BUS 144 select PVPANIC_COMMON 145 146config AUX 147 bool 148 select I2C 149 150config UNIMP 151 bool 152 153config LED 154 bool 155 156config MAC_VIA 157 bool 158 select MOS6522 159 select ADB 160 161config AVR_POWER 162 bool 163 164config MCHP_PFSOC_DMC 165 bool 166 167config MCHP_PFSOC_IOSCB 168 bool 169 170config MCHP_PFSOC_SYSREG 171 bool 172 173config SIFIVE_TEST 174 bool 175 176config SIFIVE_E_PRCI 177 bool 178 179config SIFIVE_E_AON 180 bool 181 182config SIFIVE_U_OTP 183 bool 184 185config SIFIVE_U_PRCI 186 bool 187 188config VIRT_CTRL 189 bool 190 191config LASI 192 bool 193 194config ALLWINNER_SRAMC 195 bool 196 197config ALLWINNER_A10_CCM 198 bool 199 200config ALLWINNER_A10_DRAMC 201 bool 202 203config AXP2XX_PMU 204 bool 205 depends on I2C 206 207config DJMEMC 208 bool 209 210config IOSB 211 bool 212 213config XLNX_VERSAL_TRNG 214 bool 215 216source macio/Kconfig 217