diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-02-22 20:18:58 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-02-24 16:05:28 +0100 |
commit | 46c49d83815a84225c1bfcb54fd96b9f73c7c2cb (patch) | |
tree | 9f5241677cf585af0c61d737ee38d744a8a62900 /target/linux/ramips/mt7620/config-4.14 | |
parent | ae27cbf98b151b815414eaa6dca7dcf6343b6ac2 (diff) | |
download | upstream-46c49d83815a84225c1bfcb54fd96b9f73c7c2cb.tar.gz upstream-46c49d83815a84225c1bfcb54fd96b9f73c7c2cb.tar.bz2 upstream-46c49d83815a84225c1bfcb54fd96b9f73c7c2cb.zip |
kernel: optimize for performance by default starting with 4.14
Keep size optimizations for smaller targets that already switched
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips/mt7620/config-4.14')
-rw-r--r-- | target/linux/ramips/mt7620/config-4.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/config-4.14 b/target/linux/ramips/mt7620/config-4.14 index 49263248be..a65fdba29e 100644 --- a/target/linux/ramips/mt7620/config-4.14 +++ b/target/linux/ramips/mt7620/config-4.14 @@ -23,6 +23,8 @@ CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_AT803X_PHY=y CONFIG_BLK_MQ_PCI=y +# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set +CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CEVT_SYSTICK_QUIRK=y CONFIG_CLKDEV_LOOKUP=y |