xref: /linux/arch/arm/mach-dove/Kconfig (revision 67f8bc848ee31831336bd478e57d2f993551902e)
1# SPDX-License-Identifier: GPL-2.0
2menuconfig ARCH_DOVE
3	bool "Marvell Dove (DEPRECATED)" if ARCH_MULTI_V7
4	depends on ATAGS
5	select CPU_PJ4
6	select GPIOLIB
7	select MVEBU_MBUS
8	select PINCTRL
9	select PINCTRL_DOVE
10	select PLAT_ORION_LEGACY
11	select PM_GENERIC_DOMAINS if PM
12	select PCI_QUIRKS if PCI
13	help
14	  Support for the Marvell Dove SoC 88AP510 using board files.
15
16	  Support for this machine will be removed in early 2027, unless
17	  there is a strong reason to keep it. Users should migrate to
18	  the devicetree-enabled version (CONFIG_MACH_DOVE) instead.
19
20if ARCH_DOVE
21
22config DOVE_LEGACY
23	bool
24
25config MACH_CM_A510
26	bool "CompuLab CM-A510 Board"
27	select DOVE_LEGACY
28	help
29	  Say 'Y' here if you want your kernel to support the
30	  CompuLab CM-A510 Board.
31
32endif
33