diff options
author | Sander Vanheule <sander@svanheule.net> | 2021-11-25 06:41:58 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-28 22:43:08 +0100 |
commit | 3f4d6da453c94adb0827a75c625f619ac40d8dab (patch) | |
tree | 38e322c2a0c1c25e7406db62949fb07c6fec5efe /target/linux | |
parent | fa71139776a25243a7221d7caf293ead9a87ffde (diff) | |
download | upstream-3f4d6da453c94adb0827a75c625f619ac40d8dab.tar.gz upstream-3f4d6da453c94adb0827a75c625f619ac40d8dab.tar.bz2 upstream-3f4d6da453c94adb0827a75c625f619ac40d8dab.zip |
realtek: Enable gpio-restart driver
Add the gpio-restart driver to the realtek build. This way devices,
which cannot reliably perform resets using the SoC's internal reset
logic, can use a GPIO line to drive the SoC's hard reset input.
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/realtek/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realtek/config-5.10 b/target/linux/realtek/config-5.10 index 00f2a6af13..f75cf92897 100644 --- a/target/linux/realtek/config-5.10 +++ b/target/linux/realtek/config-5.10 @@ -158,6 +158,7 @@ CONFIG_PHYLIB=y CONFIG_PHYLINK=y CONFIG_PINCTRL=y CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_POWER_RESET_SYSCON=y CONFIG_RATIONAL=y CONFIG_REALTEK_OTTO_WDT=y |