Kconfig 574 B

1234567891011121314151617181920212223242526
  1. if ARCH_MV78XX0
  2. menu "Marvell MV78xx0 Implementations"
  3. config MACH_DB78X00_BP
  4. bool "Marvell DB-78x00-BP Development Board"
  5. help
  6. Say 'Y' here if you want your kernel to support the
  7. Marvell DB-78x00-BP Development Board.
  8. config MACH_RD78X00_MASA
  9. bool "Marvell RD-78x00-mASA Reference Design"
  10. help
  11. Say 'Y' here if you want your kernel to support the
  12. Marvell RD-78x00-mASA Reference Design.
  13. config MACH_TERASTATION_WXL
  14. bool "Buffalo WLX (Terastation Duo) NAS"
  15. help
  16. Say 'Y' here if you want your kernel to support the
  17. Buffalo WXL Nas.
  18. endmenu
  19. endif