Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_EDB9302
  9. bool "Support Cirrus Logic EDB9302"
  10. help
  11. Say 'Y' here if you want your kernel to support the Cirrus
  12. Logic EDB9302 Evaluation Board.
  13. config MACH_EDB9312
  14. bool "Support Cirrus Logic EDB9312"
  15. help
  16. Say 'Y' here if you want your kernel to support the Cirrus
  17. Logic EDB9312 Evaluation Board.
  18. config MACH_EDB9315
  19. bool "Support Cirrus Logic EDB9315"
  20. help
  21. Say 'Y' here if you want your kernel to support the Cirrus
  22. Logic EDB9315 Evaluation Board.
  23. config MACH_EDB9315A
  24. bool "Support Cirrus Logic EDB9315A"
  25. help
  26. Say 'Y' here if you want your kernel to support the Cirrus
  27. Logic EDB9315A Evaluation Board.
  28. config MACH_GESBC9312
  29. bool "Support Glomation GESBC-9312-sx"
  30. help
  31. Say 'Y' here if you want your kernel to support the Glomation
  32. GESBC-9312-sx board.
  33. config MACH_TS72XX
  34. bool "Support Technologic Systems TS-72xx SBC"
  35. help
  36. Say 'Y' here if you want your kernel to support the
  37. Technologic Systems TS-72xx board.
  38. endmenu
  39. endif