]> git.baikalelectronics.ru Git - 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)
commit83ab06a44440bbef029a868045264e8b32323167
treea79452b0fcce5ba39cc1bd93db2e08be2acd84bb
parent84320624963ea5fa6df15683b42884f926a8cdd7
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