diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-20 21:42:12 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:34:01 -0400 |
commit | e60d07b6cd38a7afb85f2cf51aebcb3359b63819 (patch) | |
tree | 639b895384a70502f2aac9e8f7bc82ec1a4930f4 /arch/arm/mach-iop32x/Kconfig | |
parent | 17b602b1c1a38f3f0a4461bb1f571346e751b36b (diff) |
[ARM] 3850/1: iop3xx: add thecus n2100 support
Add support for the Thecus n2100 (80219-based.)
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-iop32x/Kconfig b/arch/arm/mach-iop32x/Kconfig index d7abfaa525c3..0a397a4a6ac9 100644 --- a/arch/arm/mach-iop32x/Kconfig +++ b/arch/arm/mach-iop32x/Kconfig | |||
@@ -17,6 +17,12 @@ config ARCH_IQ31244 | |||
17 | evaluation kit for the Intel 80219 processor (a IOP321 variant) | 17 | evaluation kit for the Intel 80219 processor (a IOP321 variant) |
18 | or the IQ31244 evaluation kit for the IOP321 processor. | 18 | or the IQ31244 evaluation kit for the IOP321 processor. |
19 | 19 | ||
20 | config MACH_N2100 | ||
21 | bool "Enable support for the Thecus n2100" | ||
22 | help | ||
23 | Say Y here if you want to run your kernel on the Thecus n2100 | ||
24 | NAS appliance. | ||
25 | |||
20 | endmenu | 26 | endmenu |
21 | 27 | ||
22 | endif | 28 | endif |