zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute
[linux/fpc-iii.git] / arch / arm / mach-qcom / Kconfig
blobee5697ba05bc12764436421e8b786e35b22239e5
1 menuconfig ARCH_QCOM
2         bool "Qualcomm Support" if ARCH_MULTI_V7
3         select ARCH_REQUIRE_GPIOLIB
4         select ARM_GIC
5         select ARM_AMBA
6         select CLKSRC_OF
7         select PINCTRL
8         select QCOM_SCM if SMP
9         help
10           Support for Qualcomm's devicetree based systems.
12 if ARCH_QCOM
14 config ARCH_MSM8X60
15         bool "Enable support for MSM8X60"
16         select CLKSRC_QCOM
18 config ARCH_MSM8960
19         bool "Enable support for MSM8960"
20         select CLKSRC_QCOM
22 config ARCH_MSM8974
23         bool "Enable support for MSM8974"
24         select HAVE_ARM_ARCH_TIMER
26 config QCOM_SCM
27         bool
29 endif