From: Michal Wilczynski Date: Mon, 14 Oct 2024 08:40:26 +0000 (+0200) Subject: RISCV: configs: tizen-lpi4a: Enable watchdog driver X-Git-Tag: accepted/tizen/unified/x/20241017.075855^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified_toolchain;p=platform%2Fkernel%2Flinux-thead.git RISCV: configs: tizen-lpi4a: Enable watchdog driver The watchdog driver is necessary for the 'reboot' feature to work. Enable it in the config. Change-Id: I9c7e25baa6df0495fccc5e6e2e610273fda796df Signed-off-by: Michal Wilczynski --- diff --git a/arch/riscv/configs/tizen-lpi4a_defconfig b/arch/riscv/configs/tizen-lpi4a_defconfig index c352410deeef..aab68fb700f0 100644 --- a/arch/riscv/configs/tizen-lpi4a_defconfig +++ b/arch/riscv/configs/tizen-lpi4a_defconfig @@ -221,6 +221,7 @@ CONFIG_WATCHDOG_OPEN_TIMEOUT=32 CONFIG_WATCHDOG_PRETIMEOUT_GOV=y CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP=y CONFIG_DW_WATCHDOG=y +CONFIG_LIGHT_PMIC_WATCHDOG=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_MEDIA_SUPPORT=y