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