diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2014-02-05 14:28:38 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-13 12:33:06 -0500 |
| commit | aa7b2e5684ec37331413231b31883ca15ae688ce (patch) | |
| tree | 5ebd745799c3b9e3c8b559e23b697881b8aed8bd /drivers/tty/serial/Kconfig | |
| parent | bb157e50cd7e5100d22a98fb37dd4df4b8520ab1 (diff) | |
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>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
| -rw-r--r-- | drivers/tty/serial/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 7cfa2ed8241c..2577d67bacb2 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
| @@ -708,7 +708,6 @@ config SERIAL_IP22_ZILOG_CONSOLE | |||
| 708 | 708 | ||
| 709 | config SERIAL_SH_SCI | 709 | config SERIAL_SH_SCI |
| 710 | tristate "SuperH SCI(F) serial port support" | 710 | tristate "SuperH SCI(F) serial port support" |
| 711 | depends on HAVE_CLK | ||
| 712 | depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST | 711 | depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST |
| 713 | select SERIAL_CORE | 712 | select SERIAL_CORE |
| 714 | 713 | ||
