summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-01-25 12:05:50 +0100
committerTom Rini <trini@konsulko.com>2018-01-28 12:27:35 -0500
commit884f901368c153c28778f8e13fbf206fe2b6884f (patch)
tree4153c3b69c7106cd7e760341fe0cbabbb7d311c2 /include/configs
parentb31116308c6ebf4fcebacac8c346f603257547e5 (diff)
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 <agraf@suse.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/edb93xx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h
index 8fcc791ab4..fcad7c46dd 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}