arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs
[linux/fpc-iii.git] / arch / arm / mach-dove / Kconfig
blob7747fe64420a2c23233d7a5feabe932d70508495
1 # SPDX-License-Identifier: GPL-2.0
2 if ARCH_DOVE
4 menu "Marvell Dove Implementations"
6 config DOVE_LEGACY
7         bool
9 config MACH_DOVE_DB
10         bool "Marvell DB-MV88AP510 Development Board"
11         select DOVE_LEGACY
12         select I2C_BOARDINFO if I2C
13         help
14           Say 'Y' here if you want your kernel to support the
15           Marvell DB-MV88AP510 Development Board.
17 config MACH_CM_A510
18         bool "CompuLab CM-A510 Board"
19         select DOVE_LEGACY
20         help
21           Say 'Y' here if you want your kernel to support the
22           CompuLab CM-A510 Board.
24 endmenu
26 endif