Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72179
b: refs/heads/master
c: 101e4d9
h: refs/heads/master
i:
  72177: 2c8ee9e
  72175: 1c7ecb7
v: v3
  • Loading branch information
Linus Torvalds committed Oct 23, 2007
1 parent 05defee commit da3013c
Show file tree
Hide file tree
Showing 30 changed files with 857 additions and 404 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9efbf95f6204da0112371f41e63c7330f94e1042
refs/heads/master: 101e4d91f5e8c78d64970c03323d942d6706320f
13 changes: 12 additions & 1 deletion trunk/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
3 changes: 2 additions & 1 deletion trunk/arch/m68knommu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ board-$(CONFIG_SNEHA) := SNEHA
board-$(CONFIG_M5208EVB) := M5208EVB
board-$(CONFIG_MOD5272) := MOD5272
board-$(CONFIG_AVNET) := AVNET
board-$(CONFIG_SAVANT) := SAVANT
BOARD := $(board-y)

model-$(CONFIG_RAMKERNEL) := ram
Expand Down Expand Up @@ -117,4 +118,4 @@ core-y += arch/m68knommu/kernel/ \
libs-y += arch/m68knommu/lib/

archclean:
$(Q)$(MAKE) $(clean)=arch/m68knommu/boot

Loading

0 comments on commit da3013c

Please sign in to comment.