diff options
author | 2024-02-15 14:41:11 +0200 | |
---|---|---|
committer | 2024-02-21 16:34:32 +0100 | |
commit | fda5edd7d66f091770b600f789dd4190ce6a7907 (patch) | |
tree | e57880925f37d13fb89902486f146ef171376949 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | pinctrl: renesas: rzg2l: Avoid configuring ISEL in gpio_irq_{en,dis}able*( (diff) | |
download | wireguard-linux-fda5edd7d66f091770b600f789dd4190ce6a7907.tar.xz wireguard-linux-fda5edd7d66f091770b600f789dd4190ce6a7907.zip |
pinctrl: renesas: rzg2l: Select GPIOLIB_IRQCHIP and IRQ_DOMAIN_HIERARCHY
The pinctrl-rzg2l driver accesses gpio_chip.irq, which is available only
if CONFIG_GPIOLIB_IRQCHIP=y, and uses APIs that are defined only if
CONFIG_IRQ_DOMAIN_HIERARCHY=y (irq_chip_*_parent() APIs).
On ARCH_RZG2L, CONFIG_IRQ_DOMAIN_HIERARCHY is selected anyway, e.g. by
CONFIG_ARM_GIC_V3, but CONFIG_GPIOLIB_IRQCHIP is not (it is on R-Car).
Make this explicit at the driver level for a clearer view of the
dependencies.
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240215124112.2259103-2-claudiu.beznea.uj@bp.renesas.com
[geert: select GPIOLIB_IRQCHIP, too]
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions