Skip to content

Commit

Permalink
m68knommu: add config support for Savant/Rosie1 board
Browse files Browse the repository at this point in the history
Add configure support for the Savant/Rosie1 board.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Wilson Callan authored and Linus Torvalds committed Oct 23, 2007
1 parent a65c1ec commit c1057c6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,12 @@ config MOD5272
help
Support for the Netburner MOD-5272 board.

config SAVANTrosie1
bool "Savant Rosie1 board support"
depends on M523x
help
Support for the Savant Rosie1 board.

config ROMFS_FROM_ROM
bool "ROMFS image not RAM resident"
depends on (NETtel || SNAPGEAR)
Expand Down Expand Up @@ -492,7 +498,12 @@ config SNEHA
bool
default y
depends on CPU16B


config SAVANT
bool
default y
depends on SAVANTrosie1

config AVNET
bool
default y
Expand Down

0 comments on commit c1057c6

Please sign in to comment.