Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Niklas Cassel and committed by
Arnd Bergmann
048f789b 0a8566e7

+1
+1
arch/arm/mach-artpec/Kconfig
··· 14 14 select HAVE_ARM_ARCH_TIMER 15 15 select HAVE_ARM_SCU 16 16 select HAVE_ARM_TWD if SMP 17 + select MFD_SYSCON 17 18 help 18 19 Support for Axis ARTPEC-6 ARM Cortex A9 Platform 19 20