Kconfig 691 B

1234567891011121314151617181920212223242526272829303132
  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_EDB9315
  9. bool "Support Cirrus Logic EDB9315"
  10. help
  11. Say 'Y' here if you want your kernel to support the Cirrus
  12. Logic EDB9315 Evaluation Board.
  13. config MACH_GESBC9312
  14. bool "Support Glomation GESBC-9312-sx"
  15. help
  16. Say 'Y' here if you want your kernel to support the Glomation
  17. GESBC-9312-sx board.
  18. config MACH_TS72XX
  19. bool "Support Technologic Systems TS-72xx SBC"
  20. help
  21. Say 'Y' here if you want your kernel to support the
  22. Technologic Systems TS-72xx board.
  23. endmenu
  24. endif