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