From 884f901368c153c28778f8e13fbf206fe2b6884f Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 25 Jan 2018 12:05:50 +0100 Subject: pl010: Convert CONFIG_PL010_SERIAL to Kconfig We want to use Kconfig logic to depend on whether pl01x devices are built in, so let's convert their inclusion selection to Kconfig. This round goes to pl010. Signed-off-by: Alexander Graf --- include/configs/edb93xx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index 8fcc791..fcad7c4 100644 --- a/include/configs/edb93xx.h +++ b/include/configs/edb93xx.h @@ -80,7 +80,6 @@ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */ /* Serial port hardware configuration */ -#define CONFIG_PL010_SERIAL #define CONFIG_CONS_INDEX 0 #define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, \ 115200, 230400} -- cgit v1.1