summaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/Kconfig
diff options
context:
space:
mode:
authorGreg Ungerer2007-07-25 14:07:20 +0200
committerLinus Torvalds2007-07-25 20:05:01 +0200
commit906a2621fc14005ac6e29a2b85aa8685b68bb016 (patch)
treede347c2452254b133300c80dedce24d8f91f55eb /arch/m68knommu/Kconfig
parentm68knommu: simplify ColdFire resume code (diff)
downloadkernel-qcow2-linux-906a2621fc14005ac6e29a2b85aa8685b68bb016.tar.gz
kernel-qcow2-linux-906a2621fc14005ac6e29a2b85aa8685b68bb016.tar.xz
kernel-qcow2-linux-906a2621fc14005ac6e29a2b85aa8685b68bb016.zip
m68knommu: add configure support for Intec boards
Add configure support for the Intec Wildfire and WildFireMod boards. Signed-Off-By: Steve Bennett <steveb@workware.net.au> Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r--arch/m68knommu/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig
index e151988d85a4..185906b54cb0 100644
--- a/arch/m68knommu/Kconfig
+++ b/arch/m68knommu/Kconfig
@@ -354,6 +354,18 @@ config SOM5282EM
depends on M528x
help
Support for the EMAC.Inc SOM5282EM module.
+
+config WILDFIRE
+ bool "Intec Automation Inc. WildFire board support"
+ depends on M528x
+ help
+ Support for the Intec Automation Inc. WildFire.
+
+config WILDFIREMOD
+ bool "Intec Automation Inc. WildFire module support"
+ depends on M528x
+ help
+ Support for the Intec Automation Inc. WildFire module.
config ARN5307
bool "Arnewsh 5307 board support"