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 /include/configs/h2200.h | |
parent | 543bd27353d2c5679057fe09aa2d02259687ff32 (diff) |
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 'include/configs/h2200.h')
-rw-r--r-- | include/configs/h2200.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/h2200.h b/include/configs/h2200.h index 8e77982580..18b5488392 100644 --- a/include/configs/h2200.h +++ b/include/configs/h2200.h @@ -107,8 +107,6 @@ /* * Serial port */ - -#define CONFIG_PXA_SERIAL #define CONFIG_FFUART #define CONFIG_CONS_INDEX 3 |