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