From: Stephen Boyd Date: Wed, 21 Oct 2015 23:05:23 +0000 (-0700) Subject: serial: msm_serial: Make config tristate X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=23a88024665a818bf0f5c0ceaaf925a7fbb74612;p=linux-beck.git serial: msm_serial: Make config tristate This driver works as a module, so mark it as a tristate config instead of a bool. Cc: Paul Gortmaker Signed-off-by: Stephen Boyd Reviewed-by: Andy Gross Signed-off-by: Andy Gross --- diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 1aec4404062d..e4f35da3de27 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1044,7 +1044,7 @@ config SERIAL_SGI_IOC3 say Y or M. Otherwise, say N. config SERIAL_MSM - bool "MSM on-chip serial port support" + tristate "MSM on-chip serial port support" depends on ARCH_QCOM select SERIAL_CORE