Kconfig 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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_EDB93XX
  19. bool
  20. config MACH_EDB9301
  21. bool "Support Cirrus Logic EDB9301"
  22. select MACH_EDB93XX
  23. help
  24. Say 'Y' here if you want your kernel to support the Cirrus
  25. Logic EDB9301 Evaluation Board.
  26. config MACH_EDB9302
  27. bool "Support Cirrus Logic EDB9302"
  28. select MACH_EDB93XX
  29. help
  30. Say 'Y' here if you want your kernel to support the Cirrus
  31. Logic EDB9302 Evaluation Board.
  32. config MACH_EDB9302A
  33. bool "Support Cirrus Logic EDB9302A"
  34. select MACH_EDB93XX
  35. help
  36. Say 'Y' here if you want your kernel to support the Cirrus
  37. Logic EDB9302A Evaluation Board.
  38. config MACH_EDB9307
  39. bool "Support Cirrus Logic EDB9307"
  40. select MACH_EDB93XX
  41. help
  42. Say 'Y' here if you want your kernel to support the Cirrus
  43. Logic EDB9307 Evaluation Board.
  44. config MACH_EDB9307A
  45. bool "Support Cirrus Logic EDB9307A"
  46. select MACH_EDB93XX
  47. help
  48. Say 'Y' here if you want your kernel to support the Cirrus
  49. Logic EDB9307A Evaluation Board.
  50. config MACH_EDB9312
  51. bool "Support Cirrus Logic EDB9312"
  52. select MACH_EDB93XX
  53. help
  54. Say 'Y' here if you want your kernel to support the Cirrus
  55. Logic EDB9312 Evaluation Board.
  56. config MACH_EDB9315
  57. bool "Support Cirrus Logic EDB9315"
  58. select MACH_EDB93XX
  59. help
  60. Say 'Y' here if you want your kernel to support the Cirrus
  61. Logic EDB9315 Evaluation Board.
  62. config MACH_EDB9315A
  63. bool "Support Cirrus Logic EDB9315A"
  64. select MACH_EDB93XX
  65. help
  66. Say 'Y' here if you want your kernel to support the Cirrus
  67. Logic EDB9315A Evaluation Board.
  68. config MACH_GESBC9312
  69. bool "Support Glomation GESBC-9312-sx"
  70. help
  71. Say 'Y' here if you want your kernel to support the Glomation
  72. GESBC-9312-sx board.
  73. config MACH_MICRO9
  74. bool
  75. config MACH_MICRO9H
  76. bool "Support Contec Micro9-High"
  77. select MACH_MICRO9
  78. help
  79. Say 'Y' here if you want your kernel to support the
  80. Contec Micro9-High board.
  81. config MACH_MICRO9M
  82. bool "Support Contec Micro9-Mid"
  83. select MACH_MICRO9
  84. help
  85. Say 'Y' here if you want your kernel to support the
  86. Contec Micro9-Mid board.
  87. config MACH_MICRO9L
  88. bool "Support Contec Micro9-Lite"
  89. select MACH_MICRO9
  90. help
  91. Say 'Y' here if you want your kernel to support the
  92. Contec Micro9-Lite board.
  93. config MACH_MICRO9S
  94. bool "Support Contec Micro9-Slim"
  95. select MACH_MICRO9
  96. help
  97. Say 'Y' here if you want your kernel to support the
  98. Contec Micro9-Slim board.
  99. config MACH_SIM_ONE
  100. bool "Support Simplemachines Sim.One board"
  101. help
  102. Say 'Y' here if you want your kernel to support the
  103. Simplemachines Sim.One board.
  104. config MACH_SNAPPER_CL15
  105. bool "Support Bluewater Systems Snapper CL15 Module"
  106. help
  107. Say 'Y' here if you want your kernel to support the Bluewater
  108. Systems Snapper CL15 Module.
  109. config MACH_TS72XX
  110. bool "Support Technologic Systems TS-72xx SBC"
  111. help
  112. Say 'Y' here if you want your kernel to support the
  113. Technologic Systems TS-72xx board.
  114. config MACH_VISION_EP9307
  115. bool "Support Vision Engraving Systems EP9307 SoM"
  116. help
  117. Say 'Y' here if you want your kernel to support the
  118. Vision Engraving Systems EP9307 SoM.
  119. endmenu
  120. endif