From 9cbfe5f1900c1bac790775803cd0c042576e3ff7 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 6 May 2024 13:00:45 +0800 Subject: [PATCH] sunxi: fix typo error in Kconfig Signed-off-by: Tianling Shen --- target/linux/sunxi/config-6.6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/sunxi/config-6.6 b/target/linux/sunxi/config-6.6 index b6249ca8d6..432c68b430 100644 --- a/target/linux/sunxi/config-6.6 +++ b/target/linux/sunxi/config-6.6 @@ -126,7 +126,7 @@ CONFIG_DCACHE_WORD_ACCESS=y CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" CONFIG_DEBUG_MEMORY_INIT=y -+CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y # CONFIG_DEVFREQ_GOV_PERFORMANCE is not set # CONFIG_DEVFREQ_GOV_POWERSAVE is not set # CONFIG_DEVFREQ_GOV_USERSPACE is not set