diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-21 02:46:03 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 10:34:02 +0100 |
commit | 0c92e830bd39f3e6cf7b151dffecafbdc623496c (patch) | |
tree | 56d9d48416a73cc78cd318880542d7571f5e84cb /arch/arm/mach-iop32x/Kconfig | |
parent | e60d07b6cd38a7afb85f2cf51aebcb3359b63819 (diff) | |
download | op-kernel-dev-0c92e830bd39f3e6cf7b151dffecafbdc623496c.zip op-kernel-dev-0c92e830bd39f3e6cf7b151dffecafbdc623496c.tar.gz |
[ARM] 3851/1: iop3xx: add io-data glantank support
Add support for the IO-Data GLAN Tank, from Martin Michlmayr.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-iop32x/Kconfig')
-rw-r--r-- | arch/arm/mach-iop32x/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-iop32x/Kconfig b/arch/arm/mach-iop32x/Kconfig index 0a397a4..c072d94 100644 --- a/arch/arm/mach-iop32x/Kconfig +++ b/arch/arm/mach-iop32x/Kconfig @@ -4,6 +4,13 @@ menu "IOP32x Implementation Options" comment "IOP32x Platform Types" +config MACH_GLANTANK + bool "Enable support for the IO-Data GLAN Tank" + help + Say Y here if you want to run your kernel on the GLAN Tank + NAS appliance or machines from IO-Data's HDL-Gxxx, HDL-GWxxx + and HDL-GZxxx series. + config ARCH_IQ80321 bool "Enable support for IQ80321" help |