Kconfig 429 B

123456789101112131415161718192021
  1. if ARCH_EP93XX
  2. menu "Cirrus EP93xx Implementation Options"
  3. comment "EP93xx Platforms"
  4. config MACH_GESBC9312
  5. bool "Support Glomation GESBC-9312-sx"
  6. help
  7. Say 'Y' here if you want your kernel to support the Glomation
  8. GESBC-9312-sx board.
  9. config MACH_TS72XX
  10. bool "Support Technologic Systems TS-72xx SBC"
  11. help
  12. Say 'Y' here if you want your kernel to support the
  13. Technologic Systems TS-72xx board.
  14. endmenu
  15. endif