diff options
| author | Marek Behún <[email protected]> | 2021-07-09 17:40:59 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2021-07-15 10:53:05 +0200 |
| commit | 4a8ad5849b3c22d657450070a716501de2bf630f (patch) | |
| tree | 0bd0130ea0f07ea202a1cf2b3ea69298f3ebabae /drivers | |
| parent | 4d4cbd9d4edaafc3398f1c6de9f17b5514ef1478 (diff) | |
arm: mvebu: armada-3720: remove unused config option
The config option CONFIG_DEBUG_UART_CLOCK is not used by Armada 3720's
serial driver (it wasn't even before the recent update of that driver).
Even if it was used, the value was incorrect (the frequency of the clock
is 25 MHz, not 25.8048 MHz).
Remove it from config files and set the default value to 0.
Signed-off-by: Marek Behún <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Pali Rohár <[email protected]>
Reviewed-by: Pali Rohár <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/serial/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 961e3fb0314..93348c0929c 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -443,6 +443,7 @@ config DEBUG_UART_CLOCK int "UART input clock" depends on DEBUG_UART default 0 if DEBUG_UART_SANDBOX + default 0 if DEBUG_MVEBU_A3700_UART help The UART input clock determines the speed of the internal UART circuitry. The baud rate is derived from this by dividing the input |
