Commit 23a88024 authored by Stephen Boyd's avatar Stephen Boyd Committed by Andy Gross

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 <paul.gortmaker@windriver.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Reviewed-by: default avatarAndy Gross <agross@codeaurora.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 50e99641
...@@ -1044,7 +1044,7 @@ config SERIAL_SGI_IOC3 ...@@ -1044,7 +1044,7 @@ config SERIAL_SGI_IOC3
say Y or M. Otherwise, say N. say Y or M. Otherwise, say N.
config SERIAL_MSM config SERIAL_MSM
bool "MSM on-chip serial port support" tristate "MSM on-chip serial port support"
depends on ARCH_QCOM depends on ARCH_QCOM
select SERIAL_CORE select SERIAL_CORE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment