Kconfig 585 B

123456789101112131415161718192021222324252627
  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. config MACH_DOVE_DT
  15. bool "Marvell Dove Flattened Device Tree"
  16. select USE_OF
  17. help
  18. Say 'Y' here if you want your kernel to support the
  19. Marvell Dove using flattened device tree.
  20. endmenu
  21. endif