repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-meson
/
Kconfig
blob
18301dc9d2e7c2459344b4096a2187f5ae03305d
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
6
7
if ARCH_MESON
8
9
config MACH_MESON6
10
bool "Amlogic Meson6 (8726MX) SoCs support"
11
default ARCH_MESON
12
select MESON6_TIMER
13
14
config MACH_MESON8
15
bool "Amlogic Meson8 SoCs support"
16
default ARCH_MESON
17
select MESON6_TIMER
18
19
endif