public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] pico-imx6ul: Convert to CONFIG_DM_SERIAL
@ 2023-04-16 17:55 Fabio Estevam
  2023-05-02 12:46 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2023-04-16 17:55 UTC (permalink / raw)
  To: sbabic; +Cc: u-boot, richard.hu, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

The conversion to CONFIG_DM_SERIAL is mandatory, so select
this option.
    
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 configs/pico-imx6ul_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
index dcee179fcffb..4e60159a4624 100644
--- a/configs/pico-imx6ul_defconfig
+++ b/configs/pico-imx6ul_defconfig
@@ -76,6 +76,7 @@ CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
 CONFIG_MXC_UART=y
 CONFIG_USB=y
 CONFIG_USB_MAX_CONTROLLER_COUNT=2
-- 
2.34.1

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

end of thread, other threads:[~2023-05-02 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-16 17:55 [PATCH] pico-imx6ul: Convert to CONFIG_DM_SERIAL Fabio Estevam
2023-05-02 12:46 ` sbabic

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