Kconfig 245 B

12345678910111213
  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. endmenu
  9. endif