config: fix typo error

fix a few typo errors.

Fixes: #1004

Signed-off-by: Penny Zheng <penny.zheng@arm.com>
This commit is contained in:
Penny Zheng
2020-04-08 16:55:52 +08:00
parent 247a84be9c
commit f188ef7f0e
2 changed files with 2 additions and 2 deletions

View File

@@ -48,4 +48,4 @@ CONFIG_RANDOMIZE_BASE=y
# This can still be dynamically disabled on the kernel command line/kata config if needed.
# Disable for now, as it upsets the entropy test, and we need to improve those: FIXME: see:
# https://github.com/kata-containers/tests/issues/1543
# CONFIG_RANDOM_TRUST_CPU is not set
# RANDOM_TRUST_CPU=y

View File

@@ -3,4 +3,4 @@
# Estimated cost (detailed in the kernel config files)
# is maybe 2.3% for both
CONFIG_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR_STRONG
CONFIG_STACKPROTECTOR_STRONG=y