diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-03-30 11:22:40 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-03-30 11:22:40 -0400 |
commit | 88f31b1d5c27f596ad7ae8048a52e0ef20e46104 (patch) | |
tree | fb84eeda2e7182a2f28b2bfb050b19fc68f22438 | |
parent | 59bc516c8bfbcc0f3afb124ec98174b5e2346c53 (diff) | |
parent | 16c86ef7fc3fff118a985705bf18fe7ec9e493e7 (diff) |
Merge tag 'gemini-multiplat-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/soc
Pull "Gemini multiplatform updates" from Linus Walleij:
- Select the poweroff driver so the system can properly shut down.
This driver is merged in the power tree.
- Select the right Faraday GPIO block (we renamed it).
- Do not select SERIAL_OF_PLATFORM that just create Kconfig
warnings on us. We'll put that into the defconfig instead.
* tag 'gemini-multiplat-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik:
ARM: gemini: don't select SERIAL_OF_PLATFORM
ARM: gemini: select the right GPIO block
ARM: gemini: select gemini poweroff
-rw-r--r-- | arch/arm/mach-gemini/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-gemini/Kconfig b/arch/arm/mach-gemini/Kconfig index a5ee5fbab796..06c8b095154c 100644 --- a/arch/arm/mach-gemini/Kconfig +++ b/arch/arm/mach-gemini/Kconfig | |||
@@ -4,10 +4,10 @@ menuconfig ARCH_GEMINI | |||
4 | select ARM_APPENDED_DTB # Old Redboot bootloaders deployed | 4 | select ARM_APPENDED_DTB # Old Redboot bootloaders deployed |
5 | select FARADAY_FTINTC010 | 5 | select FARADAY_FTINTC010 |
6 | select FTTMR010_TIMER | 6 | select FTTMR010_TIMER |
7 | select GPIO_GEMINI | 7 | select GPIO_FTGPIO010 |
8 | select GPIOLIB | 8 | select GPIOLIB |
9 | select POWER_RESET | 9 | select POWER_RESET |
10 | select POWER_RESET_GEMINI_POWEROFF | ||
10 | select POWER_RESET_SYSCON | 11 | select POWER_RESET_SYSCON |
11 | select SERIAL_OF_PLATFORM | ||
12 | help | 12 | help |
13 | Support for the Cortina Systems Gemini family SoCs | 13 | Support for the Cortina Systems Gemini family SoCs |