diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-25 08:07:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-25 14:05:01 -0400 |
commit | 906a2621fc14005ac6e29a2b85aa8685b68bb016 (patch) | |
tree | de347c2452254b133300c80dedce24d8f91f55eb | |
parent | 7160a67305f08d52284b333f1403abbf8b0a1970 (diff) |
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>
-rw-r--r-- | arch/m68knommu/Kconfig | 12 |
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 | |||
354 | depends on M528x | 354 | depends on M528x |
355 | help | 355 | help |
356 | Support for the EMAC.Inc SOM5282EM module. | 356 | Support for the EMAC.Inc SOM5282EM module. |
357 | |||
358 | config WILDFIRE | ||
359 | bool "Intec Automation Inc. WildFire board support" | ||
360 | depends on M528x | ||
361 | help | ||
362 | Support for the Intec Automation Inc. WildFire. | ||
363 | |||
364 | config WILDFIREMOD | ||
365 | bool "Intec Automation Inc. WildFire module support" | ||
366 | depends on M528x | ||
367 | help | ||
368 | Support for the Intec Automation Inc. WildFire module. | ||
357 | 369 | ||
358 | config ARN5307 | 370 | config ARN5307 |
359 | bool "Arnewsh 5307 board support" | 371 | bool "Arnewsh 5307 board support" |