Skip to content

Commit

Permalink
[PATCH] m68knommu: configure support for Avnet5282 board
Browse files Browse the repository at this point in the history
Add support for the AVNET 5282 board.
Patch submitted by Daniel Alomar <[email protected]>.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 26, 2006
1 parent 5d36f8e commit 04860bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 04860bd

Please sign in to comment.