aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mv78xx0/Kconfig
diff options
context:
space:
mode:
authorSebastien Requiem <sebastien@kolios.dk>2010-02-23 08:51:24 -0500
committerNicolas Pitre <nico@fluxnic.net>2010-02-23 17:10:08 -0500
commitc499546f43f2c31b681271ef7db922839fcde5fe (patch)
treed0b2c61938057dfa82153b29aba5f847d089ffa6 /arch/arm/mach-mv78xx0/Kconfig
parentee40ceab234d34abdfeb9922d0f1a18bfa7efdaf (diff)
[ARM] MV78xx0: Support for Buffalo WXL (Terastation Duo)
* Modification of Kconfig to add the Option * 1 new file : buffalo-wxl-setup.c This file is inspired from the db-78xx0-setup.c already present. The following is done: - Configure MPP Lines for the plateform (see my patch for MPP) This is taken from the stock kernel provided by buffalotech (the vendor) - GigaBit Ethernet - Sata - Uart are initiallized in a different way than on the dev board as we have one core only. - USB The kernel has been running for some days now on my plateform. Signed-off-by: Sebastien Requiem <sebastien@kolios.dk> Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-mv78xx0/Kconfig')
-rw-r--r--arch/arm/mach-mv78xx0/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mv78xx0/Kconfig b/arch/arm/mach-mv78xx0/Kconfig
index 6fbe68fe4412..f2d309d0619e 100644
--- a/arch/arm/mach-mv78xx0/Kconfig
+++ b/arch/arm/mach-mv78xx0/Kconfig
@@ -14,6 +14,12 @@ config MACH_RD78X00_MASA
14 Say 'Y' here if you want your kernel to support the 14 Say 'Y' here if you want your kernel to support the
15 Marvell RD-78x00-mASA Reference Design. 15 Marvell RD-78x00-mASA Reference Design.
16 16
17config MACH_TERASTATION_WXL
18 bool "Buffalo WLX (Terastation Duo) NAS"
19 help
20 Say 'Y' here if you want your kernel to support the
21 Buffalo WXL Nas.
22
17endmenu 23endmenu
18 24
19endif 25endif