Kconfig 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. if ARCH_EP93XX
  2. menu "Cirrus EP93xx Implementation Options"
  3. config CRUNCH
  4. bool "Support for MaverickCrunch"
  5. help
  6. Enable kernel support for MaverickCrunch.
  7. comment "EP93xx Platforms"
  8. config MACH_ADSSPHERE
  9. bool "Support ADS Sphere"
  10. help
  11. Say 'Y' here if you want your kernel to support the ADS
  12. Sphere board.
  13. config MACH_EDB9302
  14. bool "Support Cirrus Logic EDB9302"
  15. help
  16. Say 'Y' here if you want your kernel to support the Cirrus
  17. Logic EDB9302 Evaluation Board.
  18. config MACH_EDB9302A
  19. bool "Support Cirrus Logic EDB9302A"
  20. help
  21. Say 'Y' here if you want your kernel to support the Cirrus
  22. Logic EDB9302A Evaluation Board.
  23. config MACH_EDB9307
  24. bool "Support Cirrus Logic EDB9307"
  25. help
  26. Say 'Y' here if you want your kernel to support the Cirrus
  27. Logic EDB9307 Evaluation Board.
  28. config MACH_EDB9307A
  29. bool "Support Cirrus Logic EDB9307A"
  30. help
  31. Say 'Y' here if you want your kernel to support the Cirrus
  32. Logic EDB9307A Evaluation Board.
  33. config MACH_EDB9312
  34. bool "Support Cirrus Logic EDB9312"
  35. help
  36. Say 'Y' here if you want your kernel to support the Cirrus
  37. Logic EDB9312 Evaluation Board.
  38. config MACH_EDB9315
  39. bool "Support Cirrus Logic EDB9315"
  40. help
  41. Say 'Y' here if you want your kernel to support the Cirrus
  42. Logic EDB9315 Evaluation Board.
  43. config MACH_EDB9315A
  44. bool "Support Cirrus Logic EDB9315A"
  45. help
  46. Say 'Y' here if you want your kernel to support the Cirrus
  47. Logic EDB9315A Evaluation Board.
  48. config MACH_GESBC9312
  49. bool "Support Glomation GESBC-9312-sx"
  50. help
  51. Say 'Y' here if you want your kernel to support the Glomation
  52. GESBC-9312-sx board.
  53. config MACH_MICRO9
  54. bool
  55. default n
  56. config MACH_MICRO9H
  57. bool "Support Contec Hypercontrol Micro9-H"
  58. select MACH_MICRO9
  59. help
  60. Say 'Y' here if you want your kernel to support the
  61. Contec Hypercontrol Micro9-H board.
  62. config MACH_MICRO9M
  63. bool "Support Contec Hypercontrol Micro9-M"
  64. select MACH_MICRO9
  65. help
  66. Say 'Y' here if you want your kernel to support the
  67. Contec Hypercontrol Micro9-M board.
  68. config MACH_MICRO9L
  69. bool "Support Contec Hypercontrol Micro9-L"
  70. select MACH_MICRO9
  71. help
  72. Say 'Y' here if you want your kernel to support the
  73. Contec Hypercontrol Micro9-L board.
  74. config MACH_TS72XX
  75. bool "Support Technologic Systems TS-72xx SBC"
  76. help
  77. Say 'Y' here if you want your kernel to support the
  78. Technologic Systems TS-72xx board.
  79. choice
  80. prompt "Select a UART for early kernel messages"
  81. config EP93XX_EARLY_UART1
  82. bool "UART1"
  83. config EP93XX_EARLY_UART2
  84. bool "UART2"
  85. config EP93XX_EARLY_UART3
  86. bool "UART3"
  87. endchoice
  88. endmenu
  89. endif