1
0
Fork 0

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)
pull/10/head
Richard Zhu 2016-01-15 13:46:52 +08:00 committed by Jason Liu
parent 850adf835e
commit 8d9ab3fae3
1 changed files with 2 additions and 0 deletions

View File

@ -53,10 +53,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