Kconfig 473 B

1234567891011121314151617181920212223242526
  1. if ARCH_DOVE
  2. menu "Marvell Dove Implementations"
  3. config DOVE_LEGACY
  4. bool
  5. config MACH_DOVE_DB
  6. bool "Marvell DB-MV88AP510 Development Board"
  7. select DOVE_LEGACY
  8. select I2C_BOARDINFO if I2C
  9. help
  10. Say 'Y' here if you want your kernel to support the
  11. Marvell DB-MV88AP510 Development Board.
  12. config MACH_CM_A510
  13. bool "CompuLab CM-A510 Board"
  14. select DOVE_LEGACY
  15. help
  16. Say 'Y' here if you want your kernel to support the
  17. CompuLab CM-A510 Board.
  18. endmenu
  19. endif