Kconfig 260 B

1234567891011121314
  1. if ARCH_DOVE
  2. menu "Marvell Dove Implementations"
  3. config MACH_DOVE_DB
  4. bool "Marvell DB-MV88AP510 Development Board"
  5. select I2C_BOARDINFO
  6. help
  7. Say 'Y' here if you want your kernel to support the
  8. Marvell DB-MV88AP510 Development Board.
  9. endmenu
  10. endif