Skip to content

Commit

Permalink
mx23evk: Convert to CONFIG_DM_SERIAL
Browse files Browse the repository at this point in the history
The conversion to CONFIG_DM_SERIAL is mandatory, so select this option.

Signed-off-by: Fabio Estevam <[email protected]>
  • Loading branch information
Fabio Estevam authored and sbabic committed Jul 13, 2023
1 parent 68bad63 commit 9a38d88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ config ARCH_MX23
select CPU_ARM926EJS
select GPIO_EXTRA_HEADER
select MACH_IMX
select PL011_SERIAL
select PL011_SERIAL if !TARGET_MX23EVK
select SUPPORT_SPL

config ARCH_MX28
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-imx/mxs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ config TARGET_MX23_OLINUXINO

config TARGET_MX23EVK
bool "Support mx23evk"
select PL01X_SERIAL
select BOARD_EARLY_INIT_F

config TARGET_XFI3
Expand Down
1 change: 1 addition & 0 deletions configs/mx23evk_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_CONS_INDEX=0
CONFIG_DM_SERIAL=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y

0 comments on commit 9a38d88

Please sign in to comment.