diff options
author | Niklas Cassel <niklas.cassel@axis.com> | 2016-10-14 15:08:08 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-11-26 00:06:34 +0100 |
commit | 048f789b9531574894babde683e1c7ae2ae5e9de (patch) | |
tree | 328372df275d74ece349cc1279cd27391bc1ca4b /arch/arm/mach-artpec | |
parent | 0a8566e78eeb10312ffeecf7aa5e31b52d97f7a2 (diff) | |
download | linux-048f789b9531574894babde683e1c7ae2ae5e9de.tar.bz2 |
ARM: ARTPEC-6: add select MFD_SYSCON to MACH_ARTPEC6
Since the ARTPEC-6 machine port already uses syscon,
MACH_ARTPEC6 should select MFD_SYSCON.
Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/arm/mach-artpec')
-rw-r--r-- | arch/arm/mach-artpec/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-artpec/Kconfig b/arch/arm/mach-artpec/Kconfig index 6cbe5a2eabab..85a962abb77f 100644 --- a/arch/arm/mach-artpec/Kconfig +++ b/arch/arm/mach-artpec/Kconfig @@ -14,6 +14,7 @@ config MACH_ARTPEC6 select HAVE_ARM_ARCH_TIMER select HAVE_ARM_SCU select HAVE_ARM_TWD if SMP + select MFD_SYSCON help Support for Axis ARTPEC-6 ARM Cortex A9 Platform |