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