arm: mvebu: armada-3720: remove unused config option
authorMarek Behún <marek.behun@nic.cz>
Fri, 9 Jul 2021 15:40:59 +0000 (17:40 +0200)
committerStefan Roese <sr@denx.de>
Thu, 15 Jul 2021 08:53:05 +0000 (10:53 +0200)
commit4a8ad5849b3c22d657450070a716501de2bf630f
tree0bd0130ea0f07ea202a1cf2b3ea69298f3ebabae
parent4d4cbd9d4edaafc3398f1c6de9f17b5514ef1478
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 <marek.behun@nic.cz>
Cc: Stefan Roese <sr@denx.de>
Cc: Pali Rohár <pali@kernel.org>
Reviewed-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/mvebu_db-88f3720_defconfig
configs/mvebu_espressobin-88f3720_defconfig
configs/turris_mox_defconfig
configs/uDPU_defconfig
drivers/serial/Kconfig