]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: mediatek: drop unused CONFIG_MTK_POWER_DOMAIN
authorJulien Stephan <jstephan@baylibre.com>
Thu, 9 Jul 2026 12:58:08 +0000 (14:58 +0200)
committerDavid Lechner <dlechner@baylibre.com>
Wed, 22 Jul 2026 18:54:54 +0000 (13:54 -0500)
commit76e2f6f221b68e22b36bbac1c2ef5e4986c9dc45
treefd5bec95d0b0299dc6b535c4977c470534c71430
parent88364c9ebff3f51ad6e547fb4828d16ffb3f9bd6
configs: mediatek: drop unused CONFIG_MTK_POWER_DOMAIN

The MT7981, MT7986, MT7987 and MT7988 SoCs do not have a scpsys power
domain block: none of their device trees carry a "mediatek,*-scpsys"
compatible, so the driver never binds and enabling CONFIG_MTK_POWER_DOMAIN
only builds dead code.

Note: the MT7987 and MT7988 device trees do carry a
"mediatek,mt79xx-power-controller" compatible on their topmisc syscon,
but no U-Boot driver binds it and no node consumes power-domains, so
the symbols are unused there as well.

Remove the unused symbols (CONFIG_MTK_POWER_DOMAIN and
CONFIG_POWER_DOMAIN) from these defconfigs.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20260709-mt8188-add-power-domain-v2-2-589ace7d30e2@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
configs/mt7981_emmc_rfb_defconfig
configs/mt7981_rfb_defconfig
configs/mt7981_sd_rfb_defconfig
configs/mt7986_rfb_defconfig
configs/mt7986a_bpir3_emmc_defconfig
configs/mt7986a_bpir3_sd_defconfig
configs/mt7987_emmc_rfb_defconfig
configs/mt7987_rfb_defconfig
configs/mt7987_sd_rfb_defconfig
configs/mt7988_rfb_defconfig
configs/mt7988_sd_rfb_defconfig