diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-10-05 17:59:13 -0400 |
---|---|---|
committer | Carlo Caione <carlo@caione.org> | 2014-11-18 10:34:45 -0500 |
commit | e790af67b2f8579ab0c46b6e011111ce2200cfe3 (patch) | |
tree | 3fd4231f09f7a9549ac27a215887c096d5ee0013 /arch/arm/mach-meson/Kconfig | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
ARM: meson: add meson8 support
Add a MACH_MESON8 symbol and add "amlogic,meson8" to the list of
compatible strings for the Meson DT machine to support devices based
on the Meson8 family of SoCs.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Carlo Caione <carlo@caione.org>
Diffstat (limited to 'arch/arm/mach-meson/Kconfig')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 2c1154e1794a..b289e8e1625f 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig | |||
@@ -10,4 +10,9 @@ config MACH_MESON6 | |||
10 | default ARCH_MESON | 10 | default ARCH_MESON |
11 | select MESON6_TIMER | 11 | select MESON6_TIMER |
12 | 12 | ||
13 | config MACH_MESON8 | ||
14 | bool "Amlogic Meson8 SoCs support" | ||
15 | default ARCH_MESON | ||
16 | select MESON6_TIMER | ||
17 | |||
13 | endif | 18 | endif |