Kconfig 1.5 KB

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