arm64: defconfig: Add initial defconfig for SA2150

Add initial defconfig fragments including the GKI, QGKI
and debug config for SA2150 target.

Change-Id: Ia3947e42fad958148a4aa9cb4a2e61cae44efffb
Signed-off-by: Shreyas K K <shrekk@codeaurora.org>
This commit is contained in:
Shreyas K K 2021-03-02 17:11:46 +05:30 committed by Gerrit - the friendly Code Review server
parent c30dc7b7b1
commit b1d457e20e
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,6 @@
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_SA2150P=y
CONFIG_HEADER_TEST=y
CONFIG_HEADERS_INSTALL=y
CONFIG_KERNEL_HEADER_TEST=y
CONFIG_UAPI_HEADER_TEST=y

View File

@ -0,0 +1,3 @@
CONFIG_QGKI=y
CONFIG_LOCALVERSION="-qgki"
CONFIG_DEBUG_FS=y

View File

@ -0,0 +1,6 @@
CONFIG_LOCALVERSION="-qgki-debug"
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_LKDTM=m
CONFIG_ATOMIC64_SELFTEST=m
CONFIG_RCU_TORTURE_TEST=m