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