Kconfig 1016 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_EDB9315
  14. bool "Support Cirrus Logic EDB9315"
  15. help
  16. Say 'Y' here if you want your kernel to support the Cirrus
  17. Logic EDB9315 Evaluation Board.
  18. config MACH_EDB9315A
  19. bool "Support Cirrus Logic EDB9315A"
  20. help
  21. Say 'Y' here if you want your kernel to support the Cirrus
  22. Logic EDB9315A Evaluation Board.
  23. config MACH_GESBC9312
  24. bool "Support Glomation GESBC-9312-sx"
  25. help
  26. Say 'Y' here if you want your kernel to support the Glomation
  27. GESBC-9312-sx board.
  28. config MACH_TS72XX
  29. bool "Support Technologic Systems TS-72xx SBC"
  30. help
  31. Say 'Y' here if you want your kernel to support the
  32. Technologic Systems TS-72xx board.
  33. endmenu
  34. endif