This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 898a5d501f47aa8b41c85e7c0b3299c1c84dc146 Author: wangjianyu3 <[email protected]> AuthorDate: Thu Sep 19 12:00:51 2024 +0800 sim:thermal: Remove CPUFreq realted CPUFreq has not upstreamed to apache:nuttx Warning/Error: $ make distclean $ ./tools/configure.sh -l sim:thermal $ make savedefconfig $ diff defconfig boards/sim/sim/sim/configs/thermal/defconfig 18a19 > CONFIG_CPUFREQ=y 73a75 > CONFIG_THERMAL_CDEV_CPUFREQ=y 74a77 > CONFIG_THERMAL_DUMMY_CPUFREQ=y Signed-off-by: wangjianyu3 <[email protected]> --- boards/sim/sim/sim/configs/thermal/defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/boards/sim/sim/sim/configs/thermal/defconfig b/boards/sim/sim/sim/configs/thermal/defconfig index f0c89ccd95..4f26a749af 100644 --- a/boards/sim/sim/sim/configs/thermal/defconfig +++ b/boards/sim/sim/sim/configs/thermal/defconfig @@ -16,7 +16,6 @@ CONFIG_BOARDCTL_POWEROFF=y CONFIG_BOARD_LOOPSPERMSEC=0 CONFIG_BOOT_RUNFROMEXTSRAM=y CONFIG_BUILTIN=y -CONFIG_CPUFREQ=y CONFIG_DEBUG_FEATURES=y CONFIG_DEBUG_SYMBOLS=y CONFIG_DEBUG_THERMAL=y @@ -72,7 +71,5 @@ CONFIG_START_YEAR=2008 CONFIG_SYSTEM_DUMPSTACK=y CONFIG_SYSTEM_NSH=y CONFIG_THERMAL=y -CONFIG_THERMAL_CDEV_CPUFREQ=y CONFIG_THERMAL_DUMMY=y -CONFIG_THERMAL_DUMMY_CPUFREQ=y CONFIG_THERMAL_PROCFS=y
