aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2006-06-26 10:47:13 +1000
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 21:01:07 -0700
commit04860bd22f2892cb01b1d3232c656fa1e843090e (patch)
treec15fc8666cdad9bb06ae5f934cbc5b7dbe2e58b8 /arch/m68knommu
parent[PATCH] m68knommu: ColdFire 532x CPU configure support (diff)
downloadlinux-dev-04860bd22f2892cb01b1d3232c656fa1e843090e.tar.xz
linux-dev-04860bd22f2892cb01b1d3232c656fa1e843090e.zip
[PATCH] m68knommu: configure support for Avnet5282 board
Add support for the AVNET 5282 board. Patch submitted by Daniel Alomar <dalomar@serrasold.com>. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig
index d681becc6cdc..640a4bf3249b 100644
--- a/arch/m68knommu/Kconfig
+++ b/arch/m68knommu/Kconfig
@@ -382,6 +382,12 @@ config COBRA5272
help
Support for the senTec COBRA5272 board.
+config AVNET5282
+ bool "Avnet 5282 board support"
+ depends on M528x
+ help
+ Support for the Avnet 5282 board.
+
config M5282EVB
bool "Motorola M5282EVB board support"
depends on M528x
@@ -525,6 +531,11 @@ config SNEHA
bool
default y
depends on CPU16B
+
+config AVNET
+ bool
+ default y
+ depends on (AVNET5282)
config LARGE_ALLOCS
bool "Allow allocating large blocks (> 1MB) of memory"