1# SPDX-License-Identifier: GPL-2.0
2menuconfig ARCH_DOVE
3	bool "Marvell Dove" if ARCH_MULTI_V7
4	select CPU_PJ4
5	select GPIOLIB
6	select MVEBU_MBUS
7	select PINCTRL
8	select PINCTRL_DOVE
9	select PLAT_ORION_LEGACY
10	select PM_GENERIC_DOMAINS if PM
11	select PCI_QUIRKS if PCI
12	help
13	  Support for the Marvell Dove SoC 88AP510
14
15if ARCH_DOVE
16
17config DOVE_LEGACY
18	bool
19
20config MACH_DOVE_DB
21	bool "Marvell DB-MV88AP510 Development Board"
22	select DOVE_LEGACY
23	select I2C_BOARDINFO if I2C
24	help
25	  Say 'Y' here if you want your kernel to support the
26	  Marvell DB-MV88AP510 Development Board.
27
28config MACH_CM_A510
29	bool "CompuLab CM-A510 Board"
30	select DOVE_LEGACY
31	help
32	  Say 'Y' here if you want your kernel to support the
33	  CompuLab CM-A510 Board.
34
35endif
36