summaryrefslogtreecommitdiff
path: root/arch/arm/mach-iop32x/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-24 17:01:45 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-24 17:01:45 -0700
commit317ec6cd00f25d05d153a780bc178c5335f320ee (patch)
treeebeab6da87789807d1852edd7228a73cafe4e493 /arch/arm/mach-iop32x/Kconfig
parent0fa7d868ca456ddf4f41b700fd9dee186f8f4e12 (diff)
parent53698d2537bc8c2b8fedc788b8b927da9a004f9b (diff)
downloadlinux-3.10-317ec6cd00f25d05d153a780bc178c5335f320ee.tar.gz
linux-3.10-317ec6cd00f25d05d153a780bc178c5335f320ee.tar.bz2
linux-3.10-317ec6cd00f25d05d153a780bc178c5335f320ee.zip
Merge master.kernel.org:/home/rmk/linux-2.6-arm
* master.kernel.org:/home/rmk/linux-2.6-arm: [ARM] 4278/1: configure pxa27x I2C SCL as "input" [ARM] 4272/1: Missing symbol h1940_pm_return fix [ARM] 4235/1: ns9xxx: declare the clock functions as "const" [ARM] 4271/1: iop32x: fix ep80219 detection (support iq80219 platforms) [ARM] 4270/2: mach-s3c2443/irq.c off by one error in dma irqs
Diffstat (limited to 'arch/arm/mach-iop32x/Kconfig')
-rw-r--r--arch/arm/mach-iop32x/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-iop32x/Kconfig b/arch/arm/mach-iop32x/Kconfig
index c072d94070d..9dd49cff21f 100644
--- a/arch/arm/mach-iop32x/Kconfig
+++ b/arch/arm/mach-iop32x/Kconfig
@@ -4,6 +4,9 @@ menu "IOP32x Implementation Options"
comment "IOP32x Platform Types"
+config MACH_EP80219
+ bool
+
config MACH_GLANTANK
bool "Enable support for the IO-Data GLAN Tank"
help
@@ -19,6 +22,7 @@ config ARCH_IQ80321
config ARCH_IQ31244
bool "Enable support for EP80219/IQ31244"
+ select MACH_EP80219
help
Say Y here if you want to run your kernel on the Intel EP80219
evaluation kit for the Intel 80219 processor (a IOP321 variant)