0001 # SPDX-License-Identifier: GPL-2.0
0002 menuconfig ARCH_DOVE
0003 bool "Marvell Dove" if ARCH_MULTI_V7
0004 depends on ATAGS
0005 select CPU_PJ4
0006 select GPIOLIB
0007 select MVEBU_MBUS
0008 select PINCTRL
0009 select PINCTRL_DOVE
0010 select PLAT_ORION_LEGACY
0011 select PM_GENERIC_DOMAINS if PM
0012 select PCI_QUIRKS if PCI
0013 help
0014 Support for the Marvell Dove SoC 88AP510
0015
0016 if ARCH_DOVE
0017
0018 config DOVE_LEGACY
0019 bool
0020
0021 config MACH_DOVE_DB
0022 bool "Marvell DB-MV88AP510 Development Board"
0023 select DOVE_LEGACY
0024 select I2C_BOARDINFO if I2C
0025 help
0026 Say 'Y' here if you want your kernel to support the
0027 Marvell DB-MV88AP510 Development Board.
0028
0029 config MACH_CM_A510
0030 bool "CompuLab CM-A510 Board"
0031 select DOVE_LEGACY
0032 help
0033 Say 'Y' here if you want your kernel to support the
0034 CompuLab CM-A510 Board.
0035
0036 endif