mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 02:50:53 +07:00
serial: sh_sci: remove HAVE_CLK build dependecy
Since 93abe8e4
(clk: add non CONFIG_HAVE_CLK routines) code using clk.h
like this driver needs not depend on HAVE_CLK.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bb157e50cd
commit
aa7b2e5684
@ -708,7 +708,6 @@ config SERIAL_IP22_ZILOG_CONSOLE
|
|||||||
|
|
||||||
config SERIAL_SH_SCI
|
config SERIAL_SH_SCI
|
||||||
tristate "SuperH SCI(F) serial port support"
|
tristate "SuperH SCI(F) serial port support"
|
||||||
depends on HAVE_CLK
|
|
||||||
depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
|
depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
|
||||||
select SERIAL_CORE
|
select SERIAL_CORE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user