diff options
author | Birger Koblitz <git@birger-koblitz.de> | 2022-02-11 08:19:19 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-17 15:21:46 +0000 |
commit | 48dd4466147de7b1f143c42d23fa4d4780496f40 (patch) | |
tree | 49cc3ada47051a08eaa7359f902843a08af6c6ff /target/linux/realtek/config-5.10 | |
parent | 2314ba725b2b33cd679d46eba42b73f854427632 (diff) | |
download | upstream-48dd4466147de7b1f143c42d23fa4d4780496f40.tar.gz upstream-48dd4466147de7b1f143c42d23fa4d4780496f40.tar.bz2 upstream-48dd4466147de7b1f143c42d23fa4d4780496f40.zip |
realtek: remove legacy GPIO driver support
This patch removes support for the legacy GPIO driver, since now
the gpio-otto driver can be used on all platforms
Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
Diffstat (limited to 'target/linux/realtek/config-5.10')
-rw-r--r-- | target/linux/realtek/config-5.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/realtek/config-5.10 b/target/linux/realtek/config-5.10 index b3a16927d6..71028da77f 100644 --- a/target/linux/realtek/config-5.10 +++ b/target/linux/realtek/config-5.10 @@ -70,7 +70,6 @@ CONFIG_GPIOLIB_IRQCHIP=y CONFIG_GPIO_GENERIC=y CONFIG_GPIO_REALTEK_OTTO=y CONFIG_GPIO_RTL8231=y -CONFIG_GPIO_RTL838X=y CONFIG_GRO_CELLS=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDWARE_WATCHPOINTS=y |