From 44570084e371f133a531e4e423249d19e75f2adc Mon Sep 17 00:00:00 2001 From: lean Date: Wed, 16 Jun 2021 14:02:25 +0800 Subject: [PATCH] generic: add SHORTCUT_FE symbol --- target/linux/generic/config-5.10 | 1 + target/linux/generic/config-5.4 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index fdebc0683..42f1a2f25 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -5320,6 +5320,7 @@ CONFIG_SERIAL_EARLYCON=y # CONFIG_SG_POOL is not set # CONFIG_SG_SPLIT is not set CONFIG_SHMEM=y +# CONFIG_SHORTCUT_FE is not set # CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set # CONFIG_SH_ETH is not set # CONFIG_SH_TIMER_CMT is not set diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index f5e976a69..a4f66db80 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -4917,6 +4917,7 @@ CONFIG_SERIAL_EARLYCON=y # CONFIG_SG_POOL is not set # CONFIG_SG_SPLIT is not set CONFIG_SHMEM=y +# CONFIG_SHORTCUT_FE is not set # CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set # CONFIG_SH_ETH is not set # CONFIG_SH_TIMER_CMT is not set