Hikey960 android-hikey-linaro-4.19 kernel build break

Hello everyone,

I built AOSP image for hikey960 using using kernel 4.19
cloned the 960 kernel from “git clone https://android.googlesource.com/kernel/hikey-linaro”
checkout to 4.19 kernel using “git checkout -b android-hikey-linaro-4.9 origin/android-hikey-linaro-4.9”

Steps:
git clone kernel/hikey-linaro - Git at Google
cd hikey-linaro
git checkout -b android-hikey-linaro-4.19 origin/android-hikey-linaro-4.19
make ARCH=arm64 hikey960_defconfig
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- -j24

he error log is showing as below and does anyone have an idea for how to fix it? Thanks.

test:Hikey_Dir_4.19/kernel/hikey-linaro# make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android-
scripts/kconfig/conf --syncconfig Kconfig
*

  • Restart config…
  • General architecture-dependent options

Kprobes (KPROBES) [Y/n/?] y
Optimize very unlikely/likely branches (JUMP_LABEL) [Y/n/?] y
Static key selftest (STATIC_KEYS_SELFTEST) [N/y/?] n
Stack Protector buffer overflow detection (STACKPROTECTOR) [Y/n/?] y
Strong Stack Protector (STACKPROTECTOR_STRONG) [Y/n/?] (NEW) ^Cmake[2]: *** [syncconfig] Interrupt
make[1]: *** [syncconfig] Interrupt
make: *** [include/config/auto.conf.cmd] Interrupt

the buile is resetting to General architecture.