diff options
author | Olof Johansson <olof@lixom.net> | 2014-03-09 22:51:19 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-03-09 22:51:29 +0400 |
commit | 555e2a5cf234f5cbce74200281c8754934126824 (patch) | |
tree | 7bd2b2e5120b070b0d32ac88e2f1b619ecda00dd /arch/arm/mach-prima2/Kconfig | |
parent | dba5bedb96b0956a544b363227fd081d97701fd5 (diff) | |
parent | e7eda91f6323bd7dc85598c639f5e4709efc2309 (diff) | |
download | linux-555e2a5cf234f5cbce74200281c8754934126824.tar.xz |
Merge tag 'sirf-soc-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux into next/cleanup
ARM: sirf: machine update for 3.15 from Barry Song:
Most of the below are some minor fixes for coding style. "ARM: prima2:
move to generic reset controller driver framework" has been ready near
3.14 merge window, but it was late to merge in 3.14, so move this one
to 3.15.
* tag 'sirf-soc-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux:
ARM: prima2: move to generic reset controller driver framework
ARM: prima2: staticize sirfsoc_init_late function
ARM: prima2: rtciobrg: fix the typo about license
ARM: prima2: common: fix checkpatch issues
ARM: prima2: platsmp: fix checkpatch issues
ARM: prima2: l2x0: fix checkpatch issues
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-prima2/Kconfig')
-rw-r--r-- | arch/arm/mach-prima2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig index 2c726b4f9356..3e8189186a5b 100644 --- a/arch/arm/mach-prima2/Kconfig +++ b/arch/arm/mach-prima2/Kconfig @@ -1,5 +1,6 @@ config ARCH_SIRF bool "CSR SiRF" if ARCH_MULTI_V7 + select ARCH_HAS_RESET_CONTROLLER select ARCH_REQUIRE_GPIOLIB select GENERIC_IRQ_CHIP select NO_IOPORT |