]> Git Repo - linux.git/blame - arch/arm/mach-dove/Kconfig
Linux 6.14-rc3
[linux.git] / arch / arm / mach-dove / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
09f6b27d
AB
2menuconfig ARCH_DOVE
3 bool "Marvell Dove" if ARCH_MULTI_V7
96a4ce30 4 depends on ATAGS
09f6b27d
AB
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
fdaa3725 12 select PCI_QUIRKS if PCI
09f6b27d
AB
13 help
14 Support for the Marvell Dove SoC 88AP510
edabd38e 15
09f6b27d 16if ARCH_DOVE
edabd38e 17
48be9ac9
AB
18config DOVE_LEGACY
19 bool
20
c786282e 21config MACH_CM_A510
7f51439a 22 bool "CompuLab CM-A510 Board"
48be9ac9 23 select DOVE_LEGACY
7f51439a
KS
24 help
25 Say 'Y' here if you want your kernel to support the
26 CompuLab CM-A510 Board.
27
edabd38e 28endif
This page took 0.759543 seconds and 4 git commands to generate.