kernel: bump 5.4 to 5.4.80
[openwrt/staging/jow.git] / target / linux / rtl838x / patches-5.4 / 301-gpio-add-rtl838x-driver.patch
1 --- a/drivers/gpio/Kconfig
2 +++ b/drivers/gpio/Kconfig
3 @@ -441,6 +441,12 @@ config GPIO_REG
4 A 32-bit single register GPIO fixed in/out implementation. This
5 can be used to represent any register as a set of GPIO signals.
6
7 +config GPIO_RTL838X
8 + tristate "RTL838X GPIO"
9 + depends on RTL838X
10 + help
11 + Say yes here to support RTL838X GPIO devices.
12 +
13 config GPIO_SAMA5D2_PIOBU
14 tristate "SAMA5D2 PIOBU GPIO support"
15 depends on MFD_SYSCON
16 --- a/drivers/gpio/Makefile
17 +++ b/drivers/gpio/Makefile
18 @@ -117,6 +117,7 @@ obj-$(CONFIG_GPIO_RC5T583) += gpio-rc5t
19 obj-$(CONFIG_GPIO_RCAR) += gpio-rcar.o
20 obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o
21 obj-$(CONFIG_GPIO_REG) += gpio-reg.o
22 +obj-$(CONFIG_GPIO_RTL838X) += gpio-rtl838x.o
23 obj-$(CONFIG_ARCH_SA1100) += gpio-sa1100.o
24 obj-$(CONFIG_GPIO_SAMA5D2_PIOBU) += gpio-sama5d2-piobu.o
25 obj-$(CONFIG_GPIO_SCH311X) += gpio-sch311x.o