Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UBUNTU: enable Rockchip cpuinfo #16

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions debian.rockchip/config/config.common.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -7546,6 +7546,7 @@ CONFIG_NO_GKI=y
# CONFIG_ROCKCHIP_DISABLE_UNUSED is not set
# CONFIG_ROCKCHIP_AMP is not set
# CONFIG_ROCKCHIP_ARM64_ALIGN_FAULT_FIX is not set
CONFIG_ROCKCHIP_CPUINFO=y
# CONFIG_ROCKCHIP_CSU is not set
CONFIG_ROCKCHIP_GRF=y
# CONFIG_ROCKCHIP_HW_DECOMPRESS is not set
Expand Down Expand Up @@ -8338,8 +8339,8 @@ CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder,anbox-binder,anbox-hwbi
CONFIG_NVMEM=y
CONFIG_NVMEM_SYSFS=y
# CONFIG_NVMEM_RMEM is not set
# CONFIG_NVMEM_ROCKCHIP_EFUSE is not set
# CONFIG_NVMEM_ROCKCHIP_OTP is not set
CONFIG_NVMEM_ROCKCHIP_EFUSE=y
CONFIG_NVMEM_ROCKCHIP_OTP=y
# CONFIG_NVMEM_ROCKCHIP_SEC_OTP is not set
# CONFIG_NVMEM_SPMI_SDAM is not set
CONFIG_NVMEM_U_BOOT_ENV=y
Expand Down