summaryrefslogtreecommitdiff
path: root/drivers/rpmsg
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2016-01-15 13:46:52 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit10501b0783c56db95517beb457bc0ae58c2c97e3 (patch)
tree250d9eaf337f0dd2d83e7e8683ff083cf589e5a8 /drivers/rpmsg
parent37fb6a24aee54c65a2ee3e93c8b9c5cc2cae60e8 (diff)
MLK-12265 rpmsg: imx: set the imx rpmsg tests be module
Set the imx rpmsg tests to be module in defaut. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> (cherry picked from commit 20adce35ef6abfd6b0a52207febe069c7f09a1be)
Diffstat (limited to 'drivers/rpmsg')
-rw-r--r--drivers/rpmsg/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
index 9581b307e327..edfe4891ac2e 100644
--- a/drivers/rpmsg/Kconfig
+++ b/drivers/rpmsg/Kconfig
@@ -22,10 +22,12 @@ config RPMSG_VIRTIO
config IMX_RPMSG_PINGPONG
tristate "IMX RPMSG pingpong driver -- loadable modules only"
+ default m
depends on RPMSG && m
config IMX_RPMSG_TTY
tristate "IMX RPMSG tty driver -- loadable modules only"
+ default m
depends on RPMSG && m
endmenu