blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / arm / mach-qcom / Kconfig
blob2256cd1e25d156cfd7e40d6c86cd8a9a1b104997
1 menuconfig ARCH_QCOM
2         bool "Qualcomm Support" if ARCH_MULTI_V7
3         select ARCH_SUPPORTS_BIG_ENDIAN
4         select ARM_GIC
5         select ARM_AMBA
6         select PINCTRL
7         select QCOM_SCM if SMP
8         help
9           Support for Qualcomm's devicetree based systems.
11 if ARCH_QCOM
13 config ARCH_MSM8X60
14         bool "Enable support for MSM8X60"
15         select CLKSRC_QCOM
17 config ARCH_MSM8960
18         bool "Enable support for MSM8960"
19         select CLKSRC_QCOM
21 config ARCH_MSM8974
22         bool "Enable support for MSM8974"
23         select HAVE_ARM_ARCH_TIMER
25 endif