summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-11-02 21:13:50 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-04 09:50:43 +0100
commita546e66838ff4c62b91ec401256bfae15d02c53e (patch)
tree4b6a62f6faedfcc3b4492ee1100770237f868c9d /arch/arm/mach-tegra
parent7cf0a3ea2bb07bd02dfe22a81d34c8614e72f52c (diff)
downloadbarebox-a546e66838ff4c62b91ec401256bfae15d02c53e.tar.gz
barebox-a546e66838ff4c62b91ec401256bfae15d02c53e.tar.xz
tegra: jetson-tk1: enable 1.05V_RUN
Needed for the PCIe PLL amongst other things. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 2c69406dfc..1bdea8e6a9 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -70,6 +70,8 @@ config MACH_NVIDIA_BEAVER
config MACH_NVIDIA_JETSON
bool "NVIDIA Jetson TK1"
select ARCH_TEGRA_124_SOC
+ select I2C
+ select I2C_TEGRA
endmenu