Skip to content

Commit

Permalink
serial: sh_sci: remove HAVE_CLK build dependecy
Browse files Browse the repository at this point in the history
Since 93abe8e (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>
  • Loading branch information
Baruch Siach authored and Greg Kroah-Hartman committed Feb 13, 2014
1 parent bb157e5 commit aa7b2e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@ config SERIAL_IP22_ZILOG_CONSOLE

config SERIAL_SH_SCI
tristate "SuperH SCI(F) serial port support"
depends on HAVE_CLK
depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
select SERIAL_CORE

Expand Down

0 comments on commit aa7b2e5

Please sign in to comment.