Skip to content

Commit 38deec1

Browse files
committed
build/configs/rtl8730e: Enable CPU driver configuration for rtl8730e
Add CONFIG_CPU_DRIVER=y to rtl8730e board configurations to enable CPU driver support for CPU management operations.
1 parent 2e32ef1 commit 38deec1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/configs/rtl8730e/flat_dev_ddr/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ CONFIG_AUDIO_KEYWORD_DETECT=y
570570
# LCD Driver Support
571571
#
572572
# CONFIG_LCD is not set
573+
CONFIG_CPU_DRIVER=y
573574
CONFIG_BCH=y
574575
CONFIG_RTC=y
575576
# CONFIG_RTC_DATETIME is not set

build/configs/rtl8730e/loadable_ext_ddr/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ 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
554555
CONFIG_I2C=y
555556
# CONFIG_I2C_SLAVE is not set
556557
CONFIG_I2C_USERIO=y

0 commit comments

Comments
 (0)