1config APPLESMC 2 bool 3 4config MAX111X 5 bool 6 7config TMP105 8 bool 9 10config TMP421 11 bool 12 13config ISA_DEBUG 14 bool 15 16config SGA 17 bool 18 19config ISA_TESTDEV 20 bool 21 22config PCI_TESTDEV 23 bool 24 25config EDU 26 bool 27 28config PCA9552 29 bool 30 31config PL310 32 bool 33 34config INTEGRATOR_DEBUG 35 bool 36 37config A9SCU 38 bool 39 40config ARM11SCU 41 bool 42 43config MOS6522 44 bool 45 46config MACIO 47 bool 48 49config IVSHMEM_DEVICE 50 bool 51 52config ECCMEMCTL 53 bool 54 55config IMX 56 bool 57 58config STM32F2XX_SYSCFG 59 bool 60 61config MIPS_ITU 62 bool 63 64config MPS2_FPGAIO 65 bool 66 67config MPS2_SCC 68 bool 69 70config TZ_MPC 71 bool 72 73config TZ_MSC 74 bool 75 76config TZ_PPC 77 bool 78 79config IOTKIT_SECCTL 80 bool 81 82config IOTKIT_SYSCTL 83 bool 84 85config IOTKIT_SYSINFO 86 bool 87 88config PVPANIC 89 bool 90 91config AUX 92 bool 93 94source macio/Kconfig 95