public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm: mediatek: enable fw loader support
@ 2026-04-10  1:53 Weijie Gao
  2026-04-15 15:02 ` David Lechner
  0 siblings, 1 reply; 4+ messages in thread
From: Weijie Gao @ 2026-04-10  1:53 UTC (permalink / raw)
  To: u-boot; +Cc: GSS_MTK_Uboot_upstream, Tom Rini, Weijie Gao

Enable SUPPORTS_FW_LOADER to allow the mediatek platform to use ethernet PHY
drivers with fw loading.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 03416c55265..aee8e74dace 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -868,6 +868,7 @@ config ARCH_MEDIATEK
 	select SPL_LIBGENERIC_SUPPORT if SPL
 	select SPL_OF_CONTROL if SPL
 	select SUPPORT_SPL
+	select SUPPORTS_FW_LOADER
 	help
 	  Support for the MediaTek SoCs family developed by MediaTek Inc.
 	  Please refer to doc/README.mediatek for more information.
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-15 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10  1:53 [PATCH] arm: mediatek: enable fw loader support Weijie Gao
2026-04-15 15:02 ` David Lechner
2026-04-15 19:27   ` David Lechner
2026-04-15 20:56     ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox