diff options
author | David Woodhouse <dwmw2@infradead.org> | 2020-06-17 22:04:46 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-08 23:22:30 +0200 |
commit | c07d0d7f3ecccbd8f877059030060cd7fe6926a9 (patch) | |
tree | 4b8ba1ef23f205a0df155b780f6a81a2cbef251a /target | |
parent | 7d9fb6aed9e3a225200d44a34256d646c199934c (diff) | |
download | upstream-c07d0d7f3ecccbd8f877059030060cd7fe6926a9.tar.gz upstream-c07d0d7f3ecccbd8f877059030060cd7fe6926a9.tar.bz2 upstream-c07d0d7f3ecccbd8f877059030060cd7fe6926a9.zip |
mediatek: mt7623: refresh 5.4 kernel config
Some options were not explicitly specified, causing the kernel build to
drop to interactive mode. Set the missing options.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mediatek/mt7623/config-5.4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/mediatek/mt7623/config-5.4 b/target/linux/mediatek/mt7623/config-5.4 index cbd16586bc..2ebdae7077 100644 --- a/target/linux/mediatek/mt7623/config-5.4 +++ b/target/linux/mediatek/mt7623/config-5.4 @@ -295,6 +295,7 @@ CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y CONFIG_JBD2=y CONFIG_KALLSYMS=y +# CONFIG_KEYBOARD_MTK_PMIC is not set CONFIG_LEDS_MT6323=y CONFIG_LIBFDT=y CONFIG_LOCK_DEBUGGING_SUPPORT=y @@ -465,6 +466,8 @@ CONFIG_SERIAL_MCTRL_GPIO=y CONFIG_SGL_ALLOC=y CONFIG_SMP=y # CONFIG_SMP_ON_UP is not set +# CONFIG_SND_SOC_MT6797 is not set +# CONFIG_SND_SOC_MT8183 is not set CONFIG_SPARSE_IRQ=y CONFIG_SPI=y CONFIG_SPI_BITBANG=y |