Kconfig 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. if ARCH_EP93XX
  2. menu "Cirrus EP93xx Implementation Options"
  3. config EP93XX_SOC_COMMON
  4. bool
  5. default y
  6. select SOC_BUS
  7. select LEDS_GPIO_REGISTER
  8. config CRUNCH
  9. bool "Support for MaverickCrunch"
  10. help
  11. Enable kernel support for MaverickCrunch.
  12. comment "EP93xx Platforms"
  13. config MACH_ADSSPHERE
  14. bool "Support ADS Sphere"
  15. help
  16. Say 'Y' here if you want your kernel to support the ADS
  17. Sphere board.
  18. config MACH_BK3
  19. bool "Support Liebherr BK3.1"
  20. select MACH_TS72XX
  21. help
  22. Say 'Y' here if you want your kernel to support the
  23. Liebherr controller BK3.1.
  24. config MACH_EDB93XX
  25. bool
  26. config MACH_EDB9301
  27. bool "Support Cirrus Logic EDB9301"
  28. select MACH_EDB93XX
  29. help
  30. Say 'Y' here if you want your kernel to support the Cirrus
  31. Logic EDB9301 Evaluation Board.
  32. config MACH_EDB9302
  33. bool "Support Cirrus Logic EDB9302"
  34. select MACH_EDB93XX
  35. help
  36. Say 'Y' here if you want your kernel to support the Cirrus
  37. Logic EDB9302 Evaluation Board.
  38. config MACH_EDB9302A
  39. bool "Support Cirrus Logic EDB9302A"
  40. select MACH_EDB93XX
  41. help
  42. Say 'Y' here if you want your kernel to support the Cirrus
  43. Logic EDB9302A Evaluation Board.
  44. config MACH_EDB9307
  45. bool "Support Cirrus Logic EDB9307"
  46. select MACH_EDB93XX
  47. help
  48. Say 'Y' here if you want your kernel to support the Cirrus
  49. Logic EDB9307 Evaluation Board.
  50. config MACH_EDB9307A
  51. bool "Support Cirrus Logic EDB9307A"
  52. select MACH_EDB93XX
  53. help
  54. Say 'Y' here if you want your kernel to support the Cirrus
  55. Logic EDB9307A Evaluation Board.
  56. config MACH_EDB9312
  57. bool "Support Cirrus Logic EDB9312"
  58. select MACH_EDB93XX
  59. help
  60. Say 'Y' here if you want your kernel to support the Cirrus
  61. Logic EDB9312 Evaluation Board.
  62. config MACH_EDB9315
  63. bool "Support Cirrus Logic EDB9315"
  64. select MACH_EDB93XX
  65. help
  66. Say 'Y' here if you want your kernel to support the Cirrus
  67. Logic EDB9315 Evaluation Board.
  68. config MACH_EDB9315A
  69. bool "Support Cirrus Logic EDB9315A"
  70. select MACH_EDB93XX
  71. help
  72. Say 'Y' here if you want your kernel to support the Cirrus
  73. Logic EDB9315A Evaluation Board.
  74. config MACH_GESBC9312
  75. bool "Support Glomation GESBC-9312-sx"
  76. help
  77. Say 'Y' here if you want your kernel to support the Glomation
  78. GESBC-9312-sx board.
  79. config MACH_MICRO9
  80. bool
  81. config MACH_MICRO9H
  82. bool "Support Contec Micro9-High"
  83. select MACH_MICRO9
  84. help
  85. Say 'Y' here if you want your kernel to support the
  86. Contec Micro9-High board.
  87. config MACH_MICRO9M
  88. bool "Support Contec Micro9-Mid"
  89. select MACH_MICRO9
  90. help
  91. Say 'Y' here if you want your kernel to support the
  92. Contec Micro9-Mid board.
  93. config MACH_MICRO9L
  94. bool "Support Contec Micro9-Lite"
  95. select MACH_MICRO9
  96. help
  97. Say 'Y' here if you want your kernel to support the
  98. Contec Micro9-Lite board.
  99. config MACH_MICRO9S
  100. bool "Support Contec Micro9-Slim"
  101. select MACH_MICRO9
  102. help
  103. Say 'Y' here if you want your kernel to support the
  104. Contec Micro9-Slim board.
  105. config MACH_SIM_ONE
  106. bool "Support Simplemachines Sim.One board"
  107. help
  108. Say 'Y' here if you want your kernel to support the
  109. Simplemachines Sim.One board.
  110. config MACH_SNAPPER_CL15
  111. bool "Support Bluewater Systems Snapper CL15 Module"
  112. help
  113. Say 'Y' here if you want your kernel to support the Bluewater
  114. Systems Snapper CL15 Module.
  115. config MACH_TS72XX
  116. bool "Support Technologic Systems TS-72xx SBC"
  117. help
  118. Say 'Y' here if you want your kernel to support the
  119. Technologic Systems TS-72xx board.
  120. config MACH_VISION_EP9307
  121. bool "Support Vision Engraving Systems EP9307 SoM"
  122. help
  123. Say 'Y' here if you want your kernel to support the
  124. Vision Engraving Systems EP9307 SoM.
  125. endmenu
  126. endif