diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-09 10:46:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-17 08:47:29 -0400 |
commit | e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 (patch) | |
tree | 6851c40abc141f10cdb129dae12523da3d128680 /configs/pico-hobbit-imx7d_defconfig | |
parent | e7885a48bb362a212e52a4abf09251c08fd29a04 (diff) | |
download | u-boot-e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46.tar.gz |
Convert CONFIG_MXC_UART to Kconfig
This converts the following to Kconfig:
CONFIG_MXC_UART
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/pico-hobbit-imx7d_defconfig')
-rw-r--r-- | configs/pico-hobbit-imx7d_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-hobbit-imx7d_defconfig b/configs/pico-hobbit-imx7d_defconfig index d04b0d7dd6..bd66d31e6e 100644 --- a/configs/pico-hobbit-imx7d_defconfig +++ b/configs/pico-hobbit-imx7d_defconfig @@ -65,6 +65,7 @@ CONFIG_RGMII=y CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX7=y +CONFIG_MXC_UART=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y |