Skip to content

Commit 3197906

Browse files
Yu Tugregkh
authored andcommitted
tty: serial: meson: Fix the compile link error reported by kernel test robot
Describes the calculation of the UART baud rate clock using a clock frame. Forgot to add in Kconfig kernel test Robot compilation error due to COMMON_CLK dependency. Fixes: 44023b8 ("tty: serial: meson: Describes the calculation of the UART baud rate clock using a clock frame") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Yu Tu <yu.tu@amlogic.com> Link: https://lore.kernel.org/r/20220228064910.11636-1-yu.tu@amlogic.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e7d6f84 commit 3197906

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/tty/serial/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ config SERIAL_KGDB_NMI
200200
config SERIAL_MESON
201201
tristate "Meson serial port support"
202202
depends on ARCH_MESON || COMPILE_TEST
203+
depends on COMMON_CLK
203204
select SERIAL_CORE
204205
help
205206
This enables the driver for the on-chip UARTs of the Amlogic

0 commit comments

Comments
 (0)