mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-03 16:07:57 +07:00
mips: loongson: use GPIO driver on CONFIG_GPIOLIB
The GPIO driver uses gpiolib, thus it should be compiled when CONFIG_GPIOLIB is defined and not only CONFIG_GENERIC_GPIO. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
65e9673242
commit
1b92017506
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
obj-y += setup.o init.o cmdline.o env.o time.o reset.o irq.o \
|
obj-y += setup.o init.o cmdline.o env.o time.o reset.o irq.o \
|
||||||
pci.o bonito-irq.o mem.o machtype.o platform.o
|
pci.o bonito-irq.o mem.o machtype.o platform.o
|
||||||
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
|
obj-$(CONFIG_GPIOLIB) += gpio.o
|
||||||
|
|
||||||
#
|
#
|
||||||
# Serial port support
|
# Serial port support
|
||||||
|
Loading…
Reference in New Issue
Block a user