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 help 12 Support for the Marvell Dove SoC 88AP510 13 14if ARCH_DOVE 15 16config DOVE_LEGACY 17 bool 18 19config MACH_DOVE_DB 20 bool "Marvell DB-MV88AP510 Development Board" 21 select DOVE_LEGACY 22 select I2C_BOARDINFO if I2C 23 help 24 Say 'Y' here if you want your kernel to support the 25 Marvell DB-MV88AP510 Development Board. 26 27config MACH_CM_A510 28 bool "CompuLab CM-A510 Board" 29 select DOVE_LEGACY 30 help 31 Say 'Y' here if you want your kernel to support the 32 CompuLab CM-A510 Board. 33 34endif 35