diff options
author | Olof Johansson <olof@lixom.net> | 2013-02-09 17:52:44 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-09 17:53:02 -0800 |
commit | f58cf70ed954c179825cd0c51f5f64cd1ed74ed3 (patch) | |
tree | f46e6fd10e45bd7d4e25c6ba93f145e281b9f557 /arch/arm/Kconfig | |
parent | e2efc25ac21ff3c8ead9670dffba40926aa54ad7 (diff) | |
parent | 1d7e5c2c815dda6eb7a0e41a6b27ea61cd927f99 (diff) | |
download | linux-exynos-f58cf70ed954c179825cd0c51f5f64cd1ed74ed3.tar.gz linux-exynos-f58cf70ed954c179825cd0c51f5f64cd1ed74ed3.tar.bz2 linux-exynos-f58cf70ed954c179825cd0c51f5f64cd1ed74ed3.zip |
Merge branch 'tegra/t114' into next/soc
Add a couple of fixes sent via email (via Stephen/Hiroshi).
* tegra/t114:
ARM: tegra: sort Kconfig selects for Tegra114
ARM: tegra: enable ARCH_REQUIRE_GPIOLIB for Tegra114
ARM: tegra: Fix build error w/ ARCH_TEGRA_114_SOC w/o ARCH_TEGRA_3x_SOC
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 22bfac3e6975..2ec4ff36e560 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -641,6 +641,7 @@ config ARCH_LPC32XX config ARCH_TEGRA bool "NVIDIA Tegra" select ARCH_HAS_CPUFREQ + select ARCH_REQUIRE_GPIOLIB select CLKDEV_LOOKUP select CLKSRC_MMIO select CLKSRC_OF |