diff options
| author | Alexander Graf <[email protected]> | 2018-01-25 12:05:50 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-28 12:27:35 -0500 |
| commit | 884f901368c153c28778f8e13fbf206fe2b6884f (patch) | |
| tree | 4153c3b69c7106cd7e760341fe0cbabbb7d311c2 /include | |
| parent | b31116308c6ebf4fcebacac8c346f603257547e5 (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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/edb93xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index 8fcc791ab47..fcad7c46dd8 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} |
