]> Git Repo - linux.git/commitdiff
m68knommu: add config support for Savant/Rosie1 board
authorWilson Callan <[email protected]>
Tue, 23 Oct 2007 04:37:54 +0000 (14:37 +1000)
committerLinus Torvalds <[email protected]>
Tue, 23 Oct 2007 15:32:07 +0000 (08:32 -0700)
Add configure support for the Savant/Rosie1 board.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/m68knommu/Kconfig

index f52c627bdadddb94da22e4a0563b9ee65facb14a..f4b582cbb5678a541e9a972ef8f31d27399d69a9 100644 (file)
@@ -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)
@@ -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
This page took 0.054854 seconds and 4 git commands to generate.