875492511a
The Buffalo Linkstation Pro/Live is the same hardware as the Kurobox Pro but without the NAND flash. This patch adds a second MACHINE_START macro to the Kurobox setup file to minimise code duplication. Signed-off-by: Byron Bradley <byron.bbradley@gmail.com> Acked-by: Nicolas Pitre <nico@marvell.com> Acked-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
49 lines
1.1 KiB
Text
49 lines
1.1 KiB
Text
if ARCH_ORION5X
|
|
|
|
menu "Orion Implementations"
|
|
|
|
config MACH_DB88F5281
|
|
bool "Marvell Orion-2 Development Board"
|
|
select I2C_BOARDINFO
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell Orion-2 (88F5281) Development Board
|
|
|
|
config MACH_RD88F5182
|
|
bool "Marvell Orion-NAS Reference Design"
|
|
select I2C_BOARDINFO
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell Orion-NAS (88F5182) RD2
|
|
|
|
config MACH_KUROBOX_PRO
|
|
bool "KuroBox Pro"
|
|
select I2C_BOARDINFO
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
KuroBox Pro platform.
|
|
|
|
config MACH_DNS323
|
|
bool "D-Link DNS-323"
|
|
select I2C_BOARDINFO
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
D-Link DNS-323 platform.
|
|
|
|
config MACH_TS209
|
|
bool "QNAP TS-109/TS-209"
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
QNAP TS-109/TS-209 platform.
|
|
|
|
config MACH_LINKSTATION_PRO
|
|
bool "Buffalo Linkstation Pro/Live"
|
|
select I2C_BOARDINFO
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Buffalo Linkstation Pro/Live platform. Both v1 and
|
|
v2 devices are supported.
|
|
|
|
endmenu
|
|
|
|
endif
|