Kconfig (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | Kconfig (09f6b27d5ddd9ad0ec096d1b0f8decdacc70f0f8) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 | 1# SPDX-License-Identifier: GPL-2.0 |
2menuconfig ARCH_DOVE 3 bool "Marvell Dove" if ARCH_MULTI_V7 4 select CPU_PJ4 5 select GPIOLIB 6 select MVEBU_MBUS 7 select PINCTRL 8 select PINCTRL_DOVE 9 select PLAT_ORION_LEGACY 10 select PM_GENERIC_DOMAINS if PM 11 help 12 Support for the Marvell Dove SoC 88AP510 13 |
|
2if ARCH_DOVE 3 | 14if ARCH_DOVE 15 |
4menu "Marvell Dove Implementations" 5 | |
6config DOVE_LEGACY 7 bool 8 9config 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. 16 17config 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. 23 | 16config DOVE_LEGACY 17 bool 18 19config MACH_DOVE_DB 20 bool "Marvell DB-MV88AP510 Development Board" 21 select DOVE_LEGACY 22 select I2C_BOARDINFO if I2C 23 help 24 Say 'Y' here if you want your kernel to support the 25 Marvell DB-MV88AP510 Development Board. 26 27config MACH_CM_A510 28 bool "CompuLab CM-A510 Board" 29 select DOVE_LEGACY 30 help 31 Say 'Y' here if you want your kernel to support the 32 CompuLab CM-A510 Board. 33 |
24endmenu 25 | |
26endif | 34endif |