Kconfig 422 B

12345678910111213141516171819
  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. endmenu
  14. endif