diff options
Diffstat (limited to 'target/linux/realtek/patches-5.10/306-gpio-add-legacy-rtl838x-driver.patch')
-rw-r--r-- | target/linux/realtek/patches-5.10/306-gpio-add-legacy-rtl838x-driver.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/realtek/patches-5.10/306-gpio-add-legacy-rtl838x-driver.patch b/target/linux/realtek/patches-5.10/306-gpio-add-legacy-rtl838x-driver.patch index 830440cf8d..1ea8add32b 100644 --- a/target/linux/realtek/patches-5.10/306-gpio-add-legacy-rtl838x-driver.patch +++ b/target/linux/realtek/patches-5.10/306-gpio-add-legacy-rtl838x-driver.patch @@ -1,6 +1,6 @@ --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig -@@ -514,6 +514,12 @@ +@@ -514,6 +514,12 @@ config GPIO_RTL8231 help Say yes here to support Realtek RTL8231 GPIO expansion chips. @@ -15,7 +15,7 @@ depends on MFD_SYSCON --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile -@@ -127,6 +127,7 @@ +@@ -127,6 +127,7 @@ obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc3 obj-$(CONFIG_GPIO_REALTEK_OTTO) += gpio-realtek-otto.o obj-$(CONFIG_GPIO_REG) += gpio-reg.o obj-$(CONFIG_GPIO_RTL8231) += gpio-rtl8231.o |