Skip to content

Commit 66f8606

Browse files
committed
build/configs/rtl8730e: Enable CPU driver and CPU control app configuration for rtl8730e
Add CONFIG_CPU_DRIVER=y and CONFIG_SYSTEM_CPUCONTROL=y to rtl8730e board configurations to enable CPU driver support and CPU control app for CPU management operations.
1 parent 3d4619e commit 66f8606

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build/configs/rtl8730e/flat_dev_ddr/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,8 @@ CONFIG_AUDIO_KEYWORD_DETECT=y
570570
# LCD Driver Support
571571
#
572572
# CONFIG_LCD is not set
573+
CONFIG_CPU_DRIVER=y
574+
CONFIG_SYSTEM_CPUCONTROL=y
573575
CONFIG_BCH=y
574576
CONFIG_RTC=y
575577
# CONFIG_RTC_DATETIME is not set

build/configs/rtl8730e/loadable_ext_ddr/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,8 @@ CONFIG_DEV_ZERO=y
551551
# CONFIG_ARCH_HAVE_PWM_MULTICHAN is not set
552552
# CONFIG_PWM is not set
553553
# CONFIG_ARCH_HAVE_I2CRESET is not set
554+
CONFIG_CPU_DRIVER=y
555+
CONFIG_SYSTEM_CPUCONTROL=y
554556
CONFIG_I2C=y
555557
# CONFIG_I2C_SLAVE is not set
556558
CONFIG_I2C_USERIO=y

0 commit comments

Comments
 (0)