summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-16 19:06:10 -0400
committerTom Rini <trini@konsulko.com>2020-06-26 10:29:05 -0400
commit11af95a02a7649e2c59da63b1fbee73539fcb974 (patch)
tree5d0ddcb87d43db8e7da85840e775533029c43195 /README
parentb120665fe9616707d16c0df19ace659fbe1fd0dd (diff)
Convert CONFIG_BAUDRATE to Kconfig
This converts the following to Kconfig: CONFIG_BAUDRATE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index 4367ac3798..a5aee86211 100644
--- a/README
+++ b/README
@@ -670,11 +670,6 @@ The following options need to be configured:
Define this variable to enable hw flow control in serial driver.
Current user of this option is drivers/serial/nsl16550.c driver
-- Console Baudrate:
- CONFIG_BAUDRATE - in bps
- Select one of the baudrates listed in
- CONFIG_SYS_BAUDRATE_TABLE, see below.
-
- Autoboot Command:
CONFIG_BOOTCOMMAND
Only needed when CONFIG_BOOTDELAY is enabled;