summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-11-02 21:13:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-04 12:16:51 +0100
commitd712ce182499f06aafff5ee4af7b83cde209da9e (patch)
tree855d5e7d493045df72f96b3b458aec065e466625 /drivers/pinctrl/Kconfig
parent3e41e7561a1b3636140214d92401c10e15962d22 (diff)
downloadbarebox-d712ce182499f06aafff5ee4af7b83cde209da9e.tar.gz
barebox-d712ce182499f06aafff5ee4af7b83cde209da9e.tar.xz
pinctrl: tegra: add XUSB pad controller
This is a combined pincontrol/PHY driver for the SerDes lanes on Tegra K1. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 770fb2d414..4cbc167cd0 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -60,6 +60,14 @@ config PINCTRL_TEGRA30
help
The pinmux controller found on the Tegra 30+ line of SoCs.
+config PINCTRL_TEGRA_XUSB
+ bool
+ default y if ARCH_TEGRA_124_SOC
+ select GENERIC_PHY
+ help
+ The pinmux controller found on the Tegra 124 line of SoCs used for
+ the SerDes lanes.
+
source drivers/pinctrl/mvebu/Kconfig
endif