Browse Source

serial: sc16is7xx: depend on I2C

Signed-off-by: Jon Ringle <jringle@gridpoint.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jon Ringle 11 years ago
parent
commit
d3bdba9342
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/tty/serial/Kconfig

+ 1 - 0
drivers/tty/serial/Kconfig

@@ -1180,6 +1180,7 @@ config SERIAL_SCCNXP_CONSOLE
 
 config SERIAL_SC16IS7XX
 	tristate "SC16IS7xx serial support"
+	depends on I2C
 	select SERIAL_CORE
 	select REGMAP_I2C if I2C
 	help