aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.10/303-gpio-update-dependencies-for-gpio-realtek-otto.patch
blob: 4ff98e44e8a1f24319b6eacd00d153555cc6349f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -491,8 +491,8 @@ config GPIO_RDA
 
 config GPIO_REALTEK_OTTO
 	tristate "Realtek Otto GPIO support"
-	depends on MACH_REALTEK_RTL
-	default MACH_REALTEK_RTL
+	depends on RTL838X
+	default RTL838X
 	select GPIO_GENERIC
 	select GPIOLIB_IRQCHIP
 	help