NVIDIA: SAUCE: pinctrl: t264: Add pinctrl support for T264
Add pinctrl support for T264 Signed-off-by: Prathamesh Shete <pshete@nvidia.com> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Acked-by: Noah Wager <noah.wager@canonical.com> Acked-by: Jacob Martin <jacob.martin@canonical.com> Signed-off-by: Noah Wager <noah.wager@canonical.com>
This commit is contained in:
committed by
Noah Wager
parent
742e7ad3b1
commit
09db809325
@@ -31,6 +31,13 @@ config DEBUG_PINCTRL
|
||||
help
|
||||
Say Y here to add some extra checks and diagnostics to PINCTRL calls.
|
||||
|
||||
config PINCTRL_TEGRA264
|
||||
bool "NVIDIA Tegra264 Pinmux support"
|
||||
select PINCTRL_TEGRA
|
||||
default y
|
||||
help
|
||||
Support for the NVIDIA Tegra264 PINCTRL controller driver.
|
||||
|
||||
config PINCTRL_AMD
|
||||
bool "AMD GPIO pin control"
|
||||
depends on HAS_IOMEM
|
||||
|
||||
@@ -32,6 +32,10 @@ config PINCTRL_TEGRA234
|
||||
bool
|
||||
select PINCTRL_TEGRA
|
||||
|
||||
config PINCTRL_TEGRA264
|
||||
bool
|
||||
select PINCTRL_TEGRA
|
||||
|
||||
config PINCTRL_TEGRA_XUSB
|
||||
def_bool y if ARCH_TEGRA
|
||||
select GENERIC_PHY
|
||||
|
||||
@@ -7,4 +7,5 @@ obj-$(CONFIG_PINCTRL_TEGRA124) += pinctrl-tegra124.o
|
||||
obj-$(CONFIG_PINCTRL_TEGRA210) += pinctrl-tegra210.o
|
||||
obj-$(CONFIG_PINCTRL_TEGRA194) += pinctrl-tegra194.o
|
||||
obj-$(CONFIG_PINCTRL_TEGRA234) += pinctrl-tegra234.o
|
||||
obj-$(CONFIG_PINCTRL_TEGRA264) += pinctrl-tegra264.o
|
||||
obj-$(CONFIG_PINCTRL_TEGRA_XUSB) += pinctrl-tegra-xusb.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user