Kconfig 400 B

123456789101112131415161718192021
  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. config MACH_CM_A510
  10. bool "CompuLab CM-A510 Board"
  11. help
  12. Say 'Y' here if you want your kernel to support the
  13. CompuLab CM-A510 Board.
  14. endmenu
  15. endif