Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327048
b: refs/heads/master
c: 33fcb13
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Boyd authored and David Brown committed Sep 13, 2012
1 parent eefea75 commit cf5243d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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: cb03af01c612ba97621a927225791a98357959c1
refs/heads/master: 33fcb13dc543af610c7c930dbfeeed6e6ed02376
8 changes: 6 additions & 2 deletions trunk/arch/arm/mach-msm/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
if ARCH_MSM

comment "Qualcomm MSM SoC Type"
depends on (ARCH_MSM8X60 || ARCH_MSM8960)

choice
prompt "Qualcomm MSM SoC Type"
default ARCH_MSM7X00A
depends on !(ARCH_MSM8X60 || ARCH_MSM8960)

config ARCH_MSM7X00A
bool "MSM7x00A / MSM7x01A"
Expand Down Expand Up @@ -36,6 +40,8 @@ config ARCH_QSD8X50
select GPIO_MSM_V1
select MSM_PROC_COMM

endchoice

config ARCH_MSM8X60
bool "MSM8X60"
select MACH_MSM8X60_SURF if (!MACH_MSM8X60_RUMI3 && !MACH_MSM8X60_SIM \
Expand All @@ -58,8 +64,6 @@ config ARCH_MSM8960
select MSM_GPIOMUX
select MSM_SCM if SMP

endchoice

config MSM_HAS_DEBUG_UART_HS
bool

Expand Down

0 comments on commit cf5243d

Please sign in to comment.