Skip to content

Commit d01ca81

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 1a6e2ea commit d01ca81

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
@@ -577,6 +577,8 @@ CONFIG_NDP120_ALIVE_CHECK=y
577577
# LCD Driver Support
578578
#
579579
# CONFIG_LCD is not set
580+
CONFIG_CPU_DRIVER=y
581+
CONFIG_SYSTEM_CPUCONTROL=y
580582
CONFIG_BCH=y
581583
CONFIG_RTC=y
582584
# 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)