]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-dove/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-dove / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
edabd38e
SB
2if ARCH_DOVE
3
4menu "Marvell Dove Implementations"
5
48be9ac9
AB
6config DOVE_LEGACY
7 bool
8
edabd38e
SB
9config MACH_DOVE_DB
10 bool "Marvell DB-MV88AP510 Development Board"
48be9ac9 11 select DOVE_LEGACY
993e2215 12 select I2C_BOARDINFO if I2C
edabd38e
SB
13 help
14 Say 'Y' here if you want your kernel to support the
15 Marvell DB-MV88AP510 Development Board.
16
c786282e 17config MACH_CM_A510
7f51439a 18 bool "CompuLab CM-A510 Board"
48be9ac9 19 select DOVE_LEGACY
7f51439a
KS
20 help
21 Say 'Y' here if you want your kernel to support the
22 CompuLab CM-A510 Board.
23
edabd38e
SB
24endmenu
25
26endif