diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-11-18 15:40:08 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-11-24 14:19:43 +0100 |
commit | 3bbcffa0b61f66dbf20d62ee1f1833897c2e26ee (patch) | |
tree | ba04aaca5b0bdb2bb5779c2041f025342be2a040 /target/linux/mediatek | |
parent | 74acc160a959b50776b9012dc9122734c8a110da (diff) | |
download | upstream-3bbcffa0b61f66dbf20d62ee1f1833897c2e26ee.tar.gz upstream-3bbcffa0b61f66dbf20d62ee1f1833897c2e26ee.tar.bz2 upstream-3bbcffa0b61f66dbf20d62ee1f1833897c2e26ee.zip |
treewide: kernel config: remove runtime options
Remove CC_HAS_ASM_GOTO, CC_IS_GCC and GCC_VERSION kernel config options
which are set at runtime and which should be ignored now.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/mt7622/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/mediatek/mt7629/config-4.19 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mediatek/mt7622/config-4.19 b/target/linux/mediatek/mt7622/config-4.19 index 8f5e3bcaef..a6c492c43c 100644 --- a/target/linux/mediatek/mt7622/config-4.19 +++ b/target/linux/mediatek/mt7622/config-4.19 @@ -131,7 +131,6 @@ CONFIG_BT_LE=y CONFIG_BT_MTKUART=y CONFIG_BT_QCA=y CONFIG_BUILD_BIN2C=y -CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CLKDEV_LOOKUP=y CONFIG_CLKSRC_MMIO=y CONFIG_CLOCK_THERMAL=y diff --git a/target/linux/mediatek/mt7629/config-4.19 b/target/linux/mediatek/mt7629/config-4.19 index 2dab4e393d..98d67a0fbd 100644 --- a/target/linux/mediatek/mt7629/config-4.19 +++ b/target/linux/mediatek/mt7629/config-4.19 @@ -52,7 +52,6 @@ CONFIG_BLK_SCSI_REQUEST=y CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y CONFIG_CACHE_L2X0=y -CONFIG_CC_HAS_ASM_GOTO=y # CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CHR_DEV_SCH=y |