diff options
author | Olof Johansson <olof@lixom.net> | 2019-06-25 14:42:42 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-25 14:42:42 +0200 |
commit | 761d3d22fb74232d2a5a2899358ff1bab94d6fa0 (patch) | |
tree | bfb678846984e51d4312e40d884a4f803f930953 /drivers/soc/tegra/Kconfig | |
parent | Merge tag 'tegra-for-5.3-memory' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
parent | soc/tegra: Select pinctrl for Tegra194 (diff) | |
download | linux-761d3d22fb74232d2a5a2899358ff1bab94d6fa0.tar.xz linux-761d3d22fb74232d2a5a2899358ff1bab94d6fa0.zip |
Merge tag 'tegra-for-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/drivers
soc: tegra: Changes for v5.3-rc1
This contains a set of minor fixes and cleanups for core Tegra drivers.
* tag 'tegra-for-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
soc/tegra: Select pinctrl for Tegra194
soc/tegra: fuse: Do not log error message on deferred probe
soc/tegra: pmc: Add comments clarifying wake events
soc/tegra: pmc: Avoid crash for non-wake IRQs
soc/tegra: pmc: Fail to allocate more than one wake IRQ
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/soc/tegra/Kconfig')
-rw-r--r-- | drivers/soc/tegra/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig index fbfce48ffb0d..c8ef05d6b8c7 100644 --- a/drivers/soc/tegra/Kconfig +++ b/drivers/soc/tegra/Kconfig @@ -109,6 +109,7 @@ config ARCH_TEGRA_186_SOC config ARCH_TEGRA_194_SOC bool "NVIDIA Tegra194 SoC" select MAILBOX + select PINCTRL_TEGRA194 select TEGRA_BPMP select TEGRA_HSP_MBOX select TEGRA_IVC |