gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on it
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 19 Jan 2021 03:18:13 +0000 (19:18 -0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 19 Jan 2021 11:09:42 +0000 (12:09 +0100)
commit18eedf2b5ec7c8ce2bb23d9148cfd63949207414
treefd84f947cda87bd16f502b74c6f46122e7b415c2
parente73b0101ae5124bf7cd3fb5d250302ad2f16a416
gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on it

This is the only driver in the kernel source tree that depends on
IRQ_DOMAIN_HIERARCHY instead of selecting it. Since it is not a
visible Kconfig symbol, depending on it (expecting a user to
set/enable it) doesn't make much sense, so change it to select
instead of "depends on".

Fixes: 96868dce644d ("gpio/sifive: Add GPIO driver for SiFive SoCs")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: linux-gpio@vger.kernel.org
Cc: Thierry Reding <treding@nvidia.com>
Cc: Greentime Hu <greentime.hu@sifive.com>
Cc: Yash Shah <yash.shah@sifive.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/Kconfig