On Wed, Feb 05, 2014 at 09:28:38PM +0200, Baruch Siach wrote: > 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@xxxxxxxxxx> Acked-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > --- > drivers/tty/serial/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig > index a3815eaed421..ce6fd1dd0864 100644 > --- a/drivers/tty/serial/Kconfig > +++ b/drivers/tty/serial/Kconfig > @@ -708,7 +708,7 @@ config SERIAL_IP22_ZILOG_CONSOLE > > config SERIAL_SH_SCI > tristate "SuperH SCI(F) serial port support" > - depends on HAVE_CLK && (SUPERH || ARM || COMPILE_TEST) > + depends on SUPERH || ARM || COMPILE_TEST > select SERIAL_CORE > > config SERIAL_SH_SCI_NR_UARTS > -- > 1.8.5.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html