diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-11-14 21:40:25 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-11-23 13:53:20 +0100 |
commit | d804a5e1c369e59f23723cd21e1e422b7702a0ac (patch) | |
tree | b9e7e30941edd6870812d9525089d312974f274b /configs | |
parent | 543bd27353d2c5679057fe09aa2d02259687ff32 (diff) | |
download | u-boot-imx-d804a5e1c369e59f23723cd21e1e422b7702a0ac.zip u-boot-imx-d804a5e1c369e59f23723cd21e1e422b7702a0ac.tar.gz u-boot-imx-d804a5e1c369e59f23723cd21e1e422b7702a0ac.tar.bz2 |
serial: pxa: use kconfig for serial configuration
Migrate the PXA serial driver to be configured via Kconfig.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/colibri_pxa270_defconfig | 1 | ||||
-rw-r--r-- | configs/h2200_defconfig | 1 | ||||
-rw-r--r-- | configs/zipitz2_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/colibri_pxa270_defconfig b/configs/colibri_pxa270_defconfig index 9a57041..85740c2 100644 --- a/configs/colibri_pxa270_defconfig +++ b/configs/colibri_pxa270_defconfig @@ -13,6 +13,7 @@ CONFIG_CMD_DHCP=y CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y +CONFIG_PXA_SERIAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y diff --git a/configs/h2200_defconfig b/configs/h2200_defconfig index c1b359e..a47159a 100644 --- a/configs/h2200_defconfig +++ b/configs/h2200_defconfig @@ -24,3 +24,4 @@ CONFIG_SYS_PROMPT="> " # CONFIG_CMD_NFS is not set CONFIG_CMD_PING=y # CONFIG_CMD_MISC is not set +CONFIG_PXA_SERIAL=y diff --git a/configs/zipitz2_defconfig b/configs/zipitz2_defconfig index 8eb9be4..5846579 100644 --- a/configs/zipitz2_defconfig +++ b/configs/zipitz2_defconfig @@ -14,6 +14,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y +CONFIG_PXA_SERIAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_LCD=y |