]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
gpio: tegra: Add missing dependencies
authorThierry Reding <treding@nvidia.com>
Mon, 18 Jan 2021 19:49:25 +0000 (20:49 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 19 Jan 2021 12:37:10 +0000 (13:37 +0100)
commit298d75c9b18875d2d582dcd5145a45cac8d2bae2
treea79452b0fcce5ba39cc1bd93db2e08be2acd84bb
parent18eedf2b5ec7c8ce2bb23d9148cfd63949207414
gpio: tegra: Add missing dependencies

Commit efcdca286eef ("gpio: tegra: Convert to gpio_irq_chip") moved the
Tegra GPIO driver to the generic GPIO IRQ chip infrastructure and made
the IRQ domain hierarchical, so the driver needs to pull in the support
infrastructure via the GPIOLIB_IRQCHIP and IRQ_DOMAIN_HIERARCHY Kconfig
options.

Fixes: efcdca286eef ("gpio: tegra: Convert to gpio_irq_chip")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/Kconfig