Re: [PATCH v10 1/2] gpio: loongson: add gpio driver support
From: Linus Walleij
Date: Sat Dec 03 2022 - 05:04:05 EST
On Thu, Dec 1, 2022 at 1:33 PM Yinbo Zhu <zhuyinbo@xxxxxxxxxxx> wrote:
(...)
> +config GPIO_LOONGSON_64BIT
> + tristate "Loongson 64 bit GPIO support"
> + depends on LOONGARCH || COMPILE_TEST
> + select GPIO_GENERIC
> + select GPIOLIB_IRQCHIP
If the kernelbots start complaining you might need to add a:
select IRQ_DOMAIN_HIERARCHY
here.
Yours,
Linus Walleij