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
x86/boot: Rename overlapping memcpy() to memmove()
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-meson
/
Kconfig
blob
31bdd91098b637fa4f9314f649ada051e89a7f95
1
menuconfig ARCH_MESON
2
bool "Amlogic Meson SoCs"
3
depends on ARCH_MULTI_V7
4
select ARCH_REQUIRE_GPIOLIB
5
select GENERIC_IRQ_CHIP
6
select ARM_GIC
7
select CACHE_L2X0
8
select PINCTRL
9
select PINCTRL_MESON
10
11
if ARCH_MESON
12
13
config MACH_MESON6
14
bool "Amlogic Meson6 (8726MX) SoCs support"
15
default ARCH_MESON
16
select MESON6_TIMER
17
18
config MACH_MESON8
19
bool "Amlogic Meson8 SoCs support"
20
default ARCH_MESON
21
select MESON6_TIMER
22
23
config MACH_MESON8B
24
bool "Amlogic Meson8b SoCs support"
25
default ARCH_MESON
26
select MESON6_TIMER
27
28
endif