M7350/kernel/arch/arm/mach-dove/Kconfig

26 lines
466 B
Plaintext
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
if ARCH_DOVE
menu "Marvell Dove Implementations"
2024-09-09 08:57:42 +00:00
config DOVE_LEGACY
bool
2024-09-09 08:52:07 +00:00
config MACH_DOVE_DB
bool "Marvell DB-MV88AP510 Development Board"
2024-09-09 08:57:42 +00:00
select DOVE_LEGACY
2024-09-09 08:52:07 +00:00
select I2C_BOARDINFO
help
Say 'Y' here if you want your kernel to support the
Marvell DB-MV88AP510 Development Board.
config MACH_CM_A510
bool "CompuLab CM-A510 Board"
2024-09-09 08:57:42 +00:00
select DOVE_LEGACY
2024-09-09 08:52:07 +00:00
help
Say 'Y' here if you want your kernel to support the
CompuLab CM-A510 Board.
endmenu
endif