Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 71c5498

Browse files
ANDROID: Enable CONFIG_SMP for riscv configurations
The SMP config is enabled by default for ARM boards. Enable it for RISCV boards as well to allow for multiple cores. Bug: 274541879 Fixes: google/android-riscv64#79 Test: Boot on emulator with --cpus=4, confirmed 4 CPUs in /proc/cpuinfo. Signed-off-by: Prashanth Swaminathan <prashanthsw@google.com> Change-Id: Ic39284157ca5be59bee1ac2ce05b38c5d6b77ad5
1 parent 14d5cd0 commit 71c5498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/configs/gki.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_CPU_FREQ=y
22
CONFIG_GPIOLIB=y
33
# CONFIG_KASAN is not set
4+
CONFIG_SMP=y

0 commit comments

Comments
 (0)