Kconfig 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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_EDB9312
  24. bool "Support Cirrus Logic EDB9312"
  25. help
  26. Say 'Y' here if you want your kernel to support the Cirrus
  27. Logic EDB9312 Evaluation Board.
  28. config MACH_EDB9315
  29. bool "Support Cirrus Logic EDB9315"
  30. help
  31. Say 'Y' here if you want your kernel to support the Cirrus
  32. Logic EDB9315 Evaluation Board.
  33. config MACH_EDB9315A
  34. bool "Support Cirrus Logic EDB9315A"
  35. help
  36. Say 'Y' here if you want your kernel to support the Cirrus
  37. Logic EDB9315A Evaluation Board.
  38. config MACH_GESBC9312
  39. bool "Support Glomation GESBC-9312-sx"
  40. help
  41. Say 'Y' here if you want your kernel to support the Glomation
  42. GESBC-9312-sx board.
  43. config MACH_MICRO9
  44. bool
  45. default n
  46. config MACH_MICRO9H
  47. bool "Support Contec Hypercontrol Micro9-H"
  48. select MACH_MICRO9
  49. help
  50. Say 'Y' here if you want your kernel to support the
  51. Contec Hypercontrol Micro9-H board.
  52. config MACH_MICRO9M
  53. bool "Support Contec Hypercontrol Micro9-M"
  54. select MACH_MICRO9
  55. help
  56. Say 'Y' here if you want your kernel to support the
  57. Contec Hypercontrol Micro9-M board.
  58. config MACH_MICRO9L
  59. bool "Support Contec Hypercontrol Micro9-L"
  60. select MACH_MICRO9
  61. help
  62. Say 'Y' here if you want your kernel to support the
  63. Contec Hypercontrol Micro9-L board.
  64. config MACH_TS72XX
  65. bool "Support Technologic Systems TS-72xx SBC"
  66. help
  67. Say 'Y' here if you want your kernel to support the
  68. Technologic Systems TS-72xx board.
  69. endmenu
  70. endif