build: -c to enable a single linux kernel config

Disable CONFIG_FORTIFY_SOURCE=y by default as it might incur overhead,
enable CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y as it should not.
This commit is contained in:
Ciro Santilli
2018-05-05 11:50:22 +01:00
parent 149ab9302b
commit c735790099
4 changed files with 39 additions and 19 deletions

View File

@@ -77,7 +77,7 @@ CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_NET=y
# Misc
#CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
## Networking
@@ -197,6 +197,3 @@ CONFIG_ARM64_PTDUMP=y
# For record and replay.
CONFIG_8139CP=y
# Hardening
CONFIG_FORTIFY_SOURCE=y