diff options
author | Arnaud Patard <arnaud.patard@rtp-net.org> | 2007-07-15 15:12:23 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 04:35:35 -0400 |
commit | a8135fcfd0431eda3653c7069e7aefc8674fdfbe (patch) | |
tree | cd32567c33525faf5de4424c7ffa1b13f84110b1 /arch/arm/mach-iop32x/Kconfig | |
parent | 9a79b2274186fade17134929d4f85b70d59a3840 (diff) |
[ARM] 4476/1: EM7210/SS4000E support
This patch adds the basic support for the em7210 board. It is similar to
the iq31244 board and can be found on Intel "Baxter Creek" ss4000e nas.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.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 9bb02b6d7ae1..dbe07c9472ed 100644 --- a/arch/arm/mach-iop32x/Kconfig +++ b/arch/arm/mach-iop32x/Kconfig | |||
@@ -42,6 +42,13 @@ config IOP3XX_ATU | |||
42 | Say N if the IOP is an add in card, the host system owns the PCI | 42 | Say N if the IOP is an add in card, the host system owns the PCI |
43 | bus in this case. | 43 | bus in this case. |
44 | 44 | ||
45 | config MACH_EM7210 | ||
46 | bool "Enable support for the Lanner EM7210" | ||
47 | help | ||
48 | Say Y here if you want to run your kernel on the Lanner EM7210 | ||
49 | board. Say also Y here if you have a SS4000e Baxter Creek NAS | ||
50 | appliance." | ||
51 | |||
45 | endmenu | 52 | endmenu |
46 | 53 | ||
47 | endif | 54 | endif |