Kconfig 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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_EDB9312
  29. bool "Support Cirrus Logic EDB9312"
  30. help
  31. Say 'Y' here if you want your kernel to support the Cirrus
  32. Logic EDB9312 Evaluation Board.
  33. config MACH_EDB9315
  34. bool "Support Cirrus Logic EDB9315"
  35. help
  36. Say 'Y' here if you want your kernel to support the Cirrus
  37. Logic EDB9315 Evaluation Board.
  38. config MACH_EDB9315A
  39. bool "Support Cirrus Logic EDB9315A"
  40. help
  41. Say 'Y' here if you want your kernel to support the Cirrus
  42. Logic EDB9315A Evaluation Board.
  43. config MACH_GESBC9312
  44. bool "Support Glomation GESBC-9312-sx"
  45. help
  46. Say 'Y' here if you want your kernel to support the Glomation
  47. GESBC-9312-sx board.
  48. config MACH_MICRO9
  49. bool
  50. default n
  51. config MACH_MICRO9H
  52. bool "Support Contec Hypercontrol Micro9-H"
  53. select MACH_MICRO9
  54. help
  55. Say 'Y' here if you want your kernel to support the
  56. Contec Hypercontrol Micro9-H board.
  57. config MACH_MICRO9M
  58. bool "Support Contec Hypercontrol Micro9-M"
  59. select MACH_MICRO9
  60. help
  61. Say 'Y' here if you want your kernel to support the
  62. Contec Hypercontrol Micro9-M board.
  63. config MACH_MICRO9L
  64. bool "Support Contec Hypercontrol Micro9-L"
  65. select MACH_MICRO9
  66. help
  67. Say 'Y' here if you want your kernel to support the
  68. Contec Hypercontrol Micro9-L board.
  69. config MACH_TS72XX
  70. bool "Support Technologic Systems TS-72xx SBC"
  71. help
  72. Say 'Y' here if you want your kernel to support the
  73. Technologic Systems TS-72xx board.
  74. choice
  75. prompt "Select a UART for early kernel messages"
  76. config EP93XX_EARLY_UART1
  77. bool "UART1"
  78. config EP93XX_EARLY_UART2
  79. bool "UART2"
  80. config EP93XX_EARLY_UART3
  81. bool "UART3"
  82. endchoice
  83. endmenu
  84. endif