mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
c786282e6d
Make Dove platforms select the new V6K CPU option. Tested-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
21 lines
400 B
Plaintext
21 lines
400 B
Plaintext
if ARCH_DOVE
|
|
|
|
menu "Marvell Dove Implementations"
|
|
|
|
config MACH_DOVE_DB
|
|
bool "Marvell DB-MV88AP510 Development Board"
|
|
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"
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
CompuLab CM-A510 Board.
|
|
|
|
endmenu
|
|
|
|
endif
|