mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
14 lines
307 B
Diff
14 lines
307 B
Diff
|
--- 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
|