Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / mach-dove / Kconfig
blob996888ffcfe7ffc277b18854eba082999fa1caaa
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig ARCH_DOVE
3         bool "Marvell Dove" 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
16 if ARCH_DOVE
18 config DOVE_LEGACY
19         bool
21 config MACH_CM_A510
22         bool "CompuLab CM-A510 Board"
23         select DOVE_LEGACY
24         help
25           Say 'Y' here if you want your kernel to support the
26           CompuLab CM-A510 Board.
28 endif