1config APPLESMC 2 bool 3 depends on ISA_BUS 4 5config MAX111X 6 bool 7 8config TMP105 9 bool 10 11config TMP421 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 36 37config PCA9552 38 bool 39 40config PL310 41 bool 42 43config INTEGRATOR_DEBUG 44 bool 45 46config A9SCU 47 bool 48 49config ARM11SCU 50 bool 51 52config MOS6522 53 bool 54 55config MACIO 56 bool 57 58config IVSHMEM_DEVICE 59 bool 60 default y if PCI_DEVICES 61 depends on PCI && LINUX && IVSHMEM 62 63config ECCMEMCTL 64 bool 65 66config IMX 67 bool 68 69config STM32F2XX_SYSCFG 70 bool 71 72config MIPS_ITU 73 bool 74 75config MPS2_FPGAIO 76 bool 77 78config MPS2_SCC 79 bool 80 81config TZ_MPC 82 bool 83 84config TZ_MSC 85 bool 86 87config TZ_PPC 88 bool 89 90config IOTKIT_SECCTL 91 bool 92 93config IOTKIT_SYSCTL 94 bool 95 96config IOTKIT_SYSINFO 97 bool 98 99config PVPANIC 100 bool 101 depends on ISA_BUS 102 103config AUX 104 bool 105 106source macio/Kconfig 107