Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / mach-msm / Kconfig
CommitLineData
1637de0c 1if ARCH_MSM
9e73c84c 2
bf83de40
DW
3choice
4 prompt "Qualcomm MSM SoC Type"
5 default ARCH_MSM7X00A
8fc1b0f8 6 depends on ARCH_MSM
bf83de40
DW
7
8config ARCH_MSM7X00A
9 bool "MSM7x00A / MSM7x01A"
10 select ARCH_MSM_ARM11
bf83de40 11 select CPU_V6
74d10d74 12 select GPIO_MSM_V1
b1b3f49c 13 select MACH_TROUT if !MACH_HALIBUT
c8aabaeb 14 select MSM_PROC_COMM
b1b3f49c 15 select MSM_SMD
3f8e8cee 16 select CLKSRC_QCOM
b1b3f49c 17 select MSM_SMD_PKG3
bf83de40 18
7b52161d
DW
19config ARCH_MSM7X30
20 bool "MSM7x30"
21 select ARCH_MSM_SCORPION
7b52161d 22 select CPU_V7
74d10d74 23 select GPIO_MSM_V1
b1b3f49c
RK
24 select MACH_MSM7X30_SURF # if !
25 select MSM_GPIOMUX
c8aabaeb 26 select MSM_PROC_COMM
b1b3f49c 27 select MSM_SMD
3f8e8cee 28 select CLKSRC_QCOM
b1b3f49c 29 select MSM_VIC
7b52161d 30
4ad15e6f
DW
31config ARCH_QSD8X50
32 bool "QSD8X50"
33 select ARCH_MSM_SCORPION
4ad15e6f 34 select CPU_V7
74d10d74 35 select GPIO_MSM_V1
b1b3f49c
RK
36 select MACH_QSD8X50_SURF if !MACH_QSD8X50A_ST1_5
37 select MSM_GPIOMUX
c8aabaeb 38 select MSM_PROC_COMM
b1b3f49c 39 select MSM_SMD
3f8e8cee 40 select CLKSRC_QCOM
b1b3f49c 41 select MSM_VIC
46fe5f29 42
33fcb13d
SB
43endchoice
44
4ad15e6f
DW
45config MSM_SOC_REV_A
46 bool
47
48config ARCH_MSM_ARM11
49 bool
d0e190c3 50
4ad15e6f 51config ARCH_MSM_SCORPION
bf83de40
DW
52 bool
53
f9f3d313
GB
54config MSM_VIC
55 bool
bf83de40 56
4ad15e6f 57menu "Qualcomm MSM Board Type"
8fc1b0f8 58 depends on ARCH_MSM
4ad15e6f
DW
59
60config MACH_HALIBUT
1637de0c 61 depends on ARCH_MSM
4ad15e6f
DW
62 depends on ARCH_MSM7X00A
63 bool "Halibut Board (QCT SURF7201A)"
64 help
65 Support for the Qualcomm SURF7201A eval board.
66
67config MACH_TROUT
68 depends on ARCH_MSM
69 depends on ARCH_MSM7X00A
70 bool "HTC Dream (aka trout)"
71 help
72 Support for the HTC Dream, T-Mobile G1, Android ADP1 devices.
73
7b52161d
DW
74config MACH_MSM7X30_SURF
75 depends on ARCH_MSM7X30
76 bool "MSM7x30 SURF"
77 help
78 Support for the Qualcomm MSM7x30 SURF eval board.
79
4ad15e6f
DW
80config MACH_QSD8X50_SURF
81 depends on ARCH_QSD8X50
82 bool "QSD8x50 SURF"
83 help
84 Support for the Qualcomm QSD8x50 SURF eval board.
85
86config MACH_QSD8X50A_ST1_5
87 depends on ARCH_QSD8X50
4ad15e6f 88 bool "QSD8x50A ST1.5"
b1b3f49c 89 select MSM_SOC_REV_A
4ad15e6f
DW
90 help
91 Support for the Qualcomm ST1.5.
92
93endmenu
9e73c84c 94
bf83de40
DW
95config MSM_SMD_PKG3
96 bool
97
c8aabaeb
SM
98config MSM_PROC_COMM
99 bool
100
2eb44eb9 101config MSM_SMD
3a9f346a 102 bool
2eb44eb9 103
ab78cde5 104config MSM_GPIOMUX
8fd62389 105 bool
eda9dcfa
RV
106 help
107 Support for MSM V1 TLMM GPIOMUX architecture.
0ab84745 108
9e73c84c 109endif
This page took 0.399861 seconds and 5 git commands to generate.