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 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 61config IVSHMEM_DEVICE 62 bool 63 default y if PCI_DEVICES 64 depends on PCI && LINUX && IVSHMEM 65 66config ECCMEMCTL 67 bool 68 69config IMX 70 bool 71 72config STM32F2XX_SYSCFG 73 bool 74 75config MIPS_ITU 76 bool 77 78config MPS2_FPGAIO 79 bool 80 81config MPS2_SCC 82 bool 83 84config TZ_MPC 85 bool 86 87config TZ_MSC 88 bool 89 90config TZ_PPC 91 bool 92 93config IOTKIT_SECCTL 94 bool 95 96config IOTKIT_SYSCTL 97 bool 98 99config IOTKIT_SYSINFO 100 bool 101 102config PVPANIC 103 bool 104 depends on ISA_BUS 105 106config AUX 107 bool 108 select I2C 109 110source macio/Kconfig 111