commit | 3d3c9ba4de689a6f6dba88815550caed65bc65d8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Sep 13 14:59:39 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 13 15:08:20 2021 -0400 |
tree | b4929577b390f984e5180b71fed747eb0c5aa8fa | |
parent | adad482b2108499b52c8bfdaaa25e17db52392f6 [diff] |
serial: Rework CONFIG_SYS_BAUDRATE_TABLE In order to move CONFIG_SYS_BAUDRATE_TABLE to Kconfig, we need to rework the logic a bit. Rename the users of CONFIG_SYS_BAUDRATE_TABLE to SYS_BAUDRATE_TABLE. Introduce a series of CONFIG_BAUDRATE_TABLE_... that include some number of baud rates. These match all existing users. The help for each entry specifies what the exact table is, for a given option. Define what SYS_BAUDRATE_TABLE will be in include/serial.h now. Signed-off-by: Tom Rini <trini@konsulko.com>