mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
edabd38e1a
The Marvell Dove (88AP510) is a high-performance, highly integrated, low power SoC with high-end ARM-compatible processor (known as PJ4), graphics processing unit, high-definition video decoding acceleration hardware, and a broad range of peripherals. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Saeed Bishara <saeed@marvell.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
15 lines
260 B
Plaintext
15 lines
260 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.
|
|
|
|
endmenu
|
|
|
|
endif
|