]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
serial: msm_serial: Make config tristate
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 21 Oct 2015 23:05:23 +0000 (16:05 -0700)
committerAndy Gross <agross@codeaurora.org>
Tue, 8 Dec 2015 19:01:01 +0000 (13:01 -0600)
This driver works as a module, so mark it as a tristate config
instead of a bool.

Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
drivers/tty/serial/Kconfig

index 1aec4404062d8f1995e8da8da821a1b176cb0e7a..e4f35da3de2705fe7ec790bbee66af8123412d57 100644 (file)
@@ -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