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
Linux 4.1.18
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-meson
/
Kconfig
blob
0743e2059645d876af692026d9dfd74713ba2608
1
menuconfig ARCH_MESON
2
bool "Amlogic Meson SoCs" if ARCH_MULTI_V7
3
select ARCH_REQUIRE_GPIOLIB
4
select GENERIC_IRQ_CHIP
5
select ARM_GIC
6
select CACHE_L2X0
7
select PINCTRL
8
select PINCTRL_MESON
9
10
if ARCH_MESON
11
12
config MACH_MESON6
13
bool "Amlogic Meson6 (8726MX) SoCs support"
14
default ARCH_MESON
15
select MESON6_TIMER
16
17
config MACH_MESON8
18
bool "Amlogic Meson8 SoCs support"
19
default ARCH_MESON
20
select MESON6_TIMER
21
22
endif