Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1477492
| From | Niklas Cassel <niklas.cassel@axis.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] ARM: ARTPEC-6: add select MFD_SYSCON to MACH_ARTPEC6 |
| Date | 2016-09-06 17:10 +0200 |
| Message-ID | <seqaC-3Da-33@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Niklas Cassel <niklas.cassel@axis.com> Since the ARTPEC-6 machine port already uses syscon, MACH_ARTPEC6 should select MFD_SYSCON. Signed-off-by: Niklas Cassel <niklas.cassel@axis.com> --- arch/arm/mach-artpec/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-artpec/Kconfig b/arch/arm/mach-artpec/Kconfig index 6cbe5a2..85a962a 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 -- 2.1.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/3] ARM: ARTPEC-6: add select MFD_SYSCON to MACH_ARTPEC6 Niklas Cassel <niklas.cassel@axis.com> - 2016-09-06 17:10 +0200
csiph-web