Skip to content

Commit

Permalink
sim:thermal: Remove CPUFreq realted
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
JianyuWang0623 authored and xiaoxiang781216 committed Sep 23, 2024
1 parent a73ee73 commit 898a5d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions boards/sim/sim/sim/configs/thermal/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 898a5d5

Please sign in to comment.