Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249970
b: refs/heads/master
c: 558d774
h: refs/heads/master
v: v3
  • Loading branch information
Ryan Mallon authored and Russell King committed May 20, 2011
1 parent 6d31926 commit fcbb783
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 62 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: 1d23d2fcfa3f2e7ee90bd2779a842ee737d15365
refs/heads/master: 558d774a4aa74e47849f356ede1ab51e3a03dd4d
30 changes: 20 additions & 10 deletions trunk/arch/arm/mach-spear3xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,26 @@

if ARCH_SPEAR3XX

choice
prompt "SPEAr3XX Family"
default MACH_SPEAR300
menu "SPEAr3xx Implementations"
config BOARD_SPEAR300_EVB
bool "SPEAr300 Evaluation Board"
select MACH_SPEAR300
help
Supports ST SPEAr300 Evaluation Board

config BOARD_SPEAR310_EVB
bool "SPEAr310 Evaluation Board"
select MACH_SPEAR310
help
Supports ST SPEAr310 Evaluation Board

config BOARD_SPEAR320_EVB
bool "SPEAr320 Evaluation Board"
select MACH_SPEAR320
help
Supports ST SPEAr320 Evaluation Board

endmenu

config MACH_SPEAR300
bool "SPEAr300"
Expand All @@ -23,11 +40,4 @@ config MACH_SPEAR320
help
Supports ST SPEAr320 Machine

endchoice

# Adding SPEAr3XX machine specific configuration files
source "arch/arm/mach-spear3xx/Kconfig300"
source "arch/arm/mach-spear3xx/Kconfig310"
source "arch/arm/mach-spear3xx/Kconfig320"

endif #ARCH_SPEAR3XX
17 changes: 0 additions & 17 deletions trunk/arch/arm/mach-spear3xx/Kconfig300

This file was deleted.

17 changes: 0 additions & 17 deletions trunk/arch/arm/mach-spear3xx/Kconfig310

This file was deleted.

17 changes: 0 additions & 17 deletions trunk/arch/arm/mach-spear3xx/Kconfig320

This file was deleted.

0 comments on commit fcbb783

Please sign in to comment.