diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-06-25 20:47:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 00:01:07 -0400 |
commit | 04860bd22f2892cb01b1d3232c656fa1e843090e (patch) | |
tree | c15fc8666cdad9bb06ae5f934cbc5b7dbe2e58b8 | |
parent | 5d36f8eb387eb38cd8224de721f6edb8697450af (diff) |
[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>
-rw-r--r-- | arch/m68knommu/Kconfig | 11 |
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 | |||
382 | help | 382 | help |
383 | Support for the senTec COBRA5272 board. | 383 | Support for the senTec COBRA5272 board. |
384 | 384 | ||
385 | config AVNET5282 | ||
386 | bool "Avnet 5282 board support" | ||
387 | depends on M528x | ||
388 | help | ||
389 | Support for the Avnet 5282 board. | ||
390 | |||
385 | config M5282EVB | 391 | config M5282EVB |
386 | bool "Motorola M5282EVB board support" | 392 | bool "Motorola M5282EVB board support" |
387 | depends on M528x | 393 | depends on M528x |
@@ -525,6 +531,11 @@ config SNEHA | |||
525 | bool | 531 | bool |
526 | default y | 532 | default y |
527 | depends on CPU16B | 533 | depends on CPU16B |
534 | |||
535 | config AVNET | ||
536 | bool | ||
537 | default y | ||
538 | depends on (AVNET5282) | ||
528 | 539 | ||
529 | config LARGE_ALLOCS | 540 | config LARGE_ALLOCS |
530 | bool "Allow allocating large blocks (> 1MB) of memory" | 541 | bool "Allow allocating large blocks (> 1MB) of memory" |