From d804a5e1c369e59f23723cd21e1e422b7702a0ac Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 14 Nov 2016 21:40:25 +0100 Subject: serial: pxa: use kconfig for serial configuration Migrate the PXA serial driver to be configured via Kconfig. Signed-off-by: Marcel Ziswiler Reviewed-by: Marek Vasut --- include/configs/h2200.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/h2200.h') 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 -- cgit