Skip to content

Commit

Permalink
defconfig: Remove problem options
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleHolo committed Dec 30, 2023
1 parent 60b3719 commit fd4ca38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/configs/merge_kirin970_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ CONFIG_GCC_PLUGINS=y
# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set
# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
CONFIG_HAVE_CC_STACKPROTECTOR=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR is not set
# CONFIG_CC_STACKPROTECTOR_NONE is not set
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
CONFIG_CC_STACKPROTECTOR_STRONG=y
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
# CONFIG_LTO_CLANG is not set
CONFIG_HAVE_CONTEXT_TRACKING=y
Expand Down Expand Up @@ -5179,7 +5179,7 @@ CONFIG_HUAWEI_DUBAI_TASK_CPU_POWER=y
CONFIG_HW_CPULOAD_NOTI=y
# CONFIG_HW_MEMORY_MONITOR is not set
CONFIG_HUAWEI_CFI_TAG=0x0035c000
CONFIG_HUAWEI_CFI=y
# CONFIG_HUAWEI_CFI is not set
# CONFIG_HUAWEI_CFI_DEBUG is not set
CONFIG_HUAWEI_STORAGE_ROFA=y
CONFIG_HUAWEI_STORAGE_ROCHK=y
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export KBUILD_BUILD_HOST=PC

mkdir ~/out

make ARCH=arm64 O=~/out merge_kirin970_experiment_defconfig
make ARCH=arm64 O=~/out merge_kirin970_defconfig
make ARCH=arm64 O=~/out -j$(nproc)

0 comments on commit fd4ca38

Please sign in to comment.