Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272496
b: refs/heads/master
c: 59efd93
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Eric Miao committed Oct 8, 2011
1 parent 0d547d9 commit e4b1d65
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 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: ca7d156e30766d7ad3d92a31a672c72c29a19825
refs/heads/master: 59efd93f64c516dcf959c2c5c53bde6bc48f5f38
31 changes: 22 additions & 9 deletions trunk/arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@ if ARCH_PXA

menu "Intel PXA2xx/PXA3xx Implementations"

config ARCH_PXA_V7
bool "ARMv7 (PXA95x) based systems"

if ARCH_PXA_V7
comment "Marvell Dev Platforms (sorted by hardware release time)"
config MACH_TAVOREVB3
bool "PXA95x Development Platform (aka TavorEVB III)"
select CPU_PXA955

config MACH_SAARB
bool "PXA955 Handheld Platform (aka SAARB)"
select CPU_PXA955
endif

config PXA_V7_MACH_AUTO
def_bool y
depends on ARCH_PXA_V7
depends on !MACH_SAARB
select MACH_TAVOREVB3

if !ARCH_PXA_V7
comment "Intel/Marvell Dev Platforms (sorted by hardware release time)"

config ARCH_LUBBOCK
Expand Down Expand Up @@ -41,19 +62,11 @@ config MACH_TAVOREVB
select PXA3xx
select CPU_PXA930

config MACH_TAVOREVB3
bool "PXA95x Development Platform (aka TavorEVB III)"
select CPU_PXA950

config MACH_SAAR
bool "PXA930 Handheld Platform (aka SAAR)"
select PXA3xx
select CPU_PXA930

config MACH_SAARB
bool "PXA955 Handheld Platform (aka SAARB)"
select CPU_PXA955

comment "Third Party Dev Platforms (sorted by vendor name)"

config ARCH_PXA_IDP
Expand Down Expand Up @@ -598,7 +611,7 @@ config MACH_ZIPIT2
bool "Zipit Z2 Handheld"
select PXA27x
select HAVE_PWM

endif
endmenu

config PXA25x
Expand Down

0 comments on commit e4b1d65

Please sign in to comment.