mediatek: Refresh kernel configuration
authorMartin Schiller <ms@dev.tdt.de>
Thu, 6 Mar 2025 08:38:12 +0000 (09:38 +0100)
committerMartin Schiller <ms@dev.tdt.de>
Thu, 6 Mar 2025 19:26:54 +0000 (20:26 +0100)
commit5013efc4f907550fadbf15e2fb1bdb2ead3325db
treead235154c2f225021dd7b4864a80b7c753748629
parentecd609f509f29ed1f75db5c7a623f359c64efb72
mediatek: Refresh kernel configuration

I selected one subtarget after the other and refreshed their
configuration using this command:
  make kernel_oldconfig CONFIG_TARGET=subtarget

For MT7629 I had to re-add CONFIG_LEDS_SMARTRG_LED manually.
Otherwise, building MT7629 with ALL_KMODS we get prompted for
LEDS_SMARTRG_LED and this will break CI and in future buildbot
compilation. See commit 6bdea8c7bd85 ("mediatek: mt7629: 6.6: disable
LEDS_SMARTRG_LED by default") for more details.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
target/linux/mediatek/filogic/config-6.6
target/linux/mediatek/mt7622/config-6.6
target/linux/mediatek/mt7623/config-6.6
target/linux/mediatek/mt7629/config-6.6