From 569a581445e507a6a33cc1bac219d4f091b44726 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 24 Sep 2018 16:30:35 +0200 Subject: [PATCH] Raspberry: Fix power issue --- buildroot-external/board/raspberrypi/kernel.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/board/raspberrypi/kernel.config b/buildroot-external/board/raspberrypi/kernel.config index a1b9c1e08..2a186347d 100644 --- a/buildroot-external/board/raspberrypi/kernel.config +++ b/buildroot-external/board/raspberrypi/kernel.config @@ -1 +1 @@ -CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y