tty: serial: meson: Fix the compile link error reported by kernel test robot
authorYu Tu <yu.tu@amlogic.com>
Mon, 28 Feb 2022 06:49:10 +0000 (14:49 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Feb 2022 21:24:25 +0000 (22:24 +0100)
commit31979060cc07600b250d5837a33dae1beacfeb74
tree7b2a3962b0bdf3a8dc6809dc31ed5fed18f64ac9
parente7d6f84c9b5aaddf119b11799fd13411d33f13dd
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: 44023b8e1f14 ("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>
drivers/tty/serial/Kconfig