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 125 bool 126 depends on ISA_BUS 127 128config AUX 129 bool 130 select I2C 131 132config UNIMP 133 bool 134 135config LED 136 bool 137 138config MAC_VIA 139 bool 140 select MOS6522 141 select ADB 142 143config AVR_POWER 144 bool 145 146config MCHP_PFSOC_DMC 147 bool 148 149config MCHP_PFSOC_IOSCB 150 bool 151 152config MCHP_PFSOC_SYSREG 153 bool 154 155config SIFIVE_TEST 156 bool 157 158config SIFIVE_E_PRCI 159 bool 160 161config SIFIVE_U_OTP 162 bool 163 164config SIFIVE_U_PRCI 165 bool 166 167source macio/Kconfig 168