diff options
author | Arnaud Patard <arnaud.patard@rtp-net.org> | 2007-07-15 20:12:23 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 09:35:35 +0100 |
commit | a8135fcfd0431eda3653c7069e7aefc8674fdfbe (patch) | |
tree | cd32567c33525faf5de4424c7ffa1b13f84110b1 /arch/arm/mach-iop32x/Kconfig | |
parent | 9a79b2274186fade17134929d4f85b70d59a3840 (diff) | |
download | talos-op-linux-a8135fcfd0431eda3653c7069e7aefc8674fdfbe.tar.gz talos-op-linux-a8135fcfd0431eda3653c7069e7aefc8674fdfbe.zip |
[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 Say N if the IOP is an add in card, the host system owns the PCI bus in this case. +config MACH_EM7210 + bool "Enable support for the Lanner EM7210" + help + Say Y here if you want to run your kernel on the Lanner EM7210 + board. Say also Y here if you have a SS4000e Baxter Creek NAS + appliance." + endmenu endif |