m68knommu: add config support for Savant/Rosie1 board
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>
This commit is contained in:
parent
a65c1ec666
commit
c1057c6500
1 changed files with 12 additions and 1 deletions
|
@ -451,6 +451,12 @@ config MOD5272
|
||||||
help
|
help
|
||||||
Support for the Netburner MOD-5272 board.
|
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
|
config ROMFS_FROM_ROM
|
||||||
bool "ROMFS image not RAM resident"
|
bool "ROMFS image not RAM resident"
|
||||||
depends on (NETtel || SNAPGEAR)
|
depends on (NETtel || SNAPGEAR)
|
||||||
|
@ -492,7 +498,12 @@ config SNEHA
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
depends on CPU16B
|
depends on CPU16B
|
||||||
|
|
||||||
|
config SAVANT
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
depends on SAVANTrosie1
|
||||||
|
|
||||||
config AVNET
|
config AVNET
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
Loading…
Add table
Reference in a new issue