zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute
[linux/fpc-iii.git] / arch / arm / mach-meson / Kconfig
blob18301dc9d2e7c2459344b4096a2187f5ae03305d
1 menuconfig ARCH_MESON
2         bool "Amlogic Meson SoCs" if ARCH_MULTI_V7
3         select GENERIC_IRQ_CHIP
4         select ARM_GIC
5         select CACHE_L2X0
7 if ARCH_MESON
9 config MACH_MESON6
10         bool "Amlogic Meson6 (8726MX) SoCs support"
11         default ARCH_MESON
12         select MESON6_TIMER
14 config MACH_MESON8
15         bool "Amlogic Meson8 SoCs support"
16         default ARCH_MESON
17         select MESON6_TIMER
19 endif