mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user
[linux-2.6-microblaze.git] / drivers / rpmsg / Kconfig
index 1323a24..0fe6eac 100644 (file)
@@ -13,9 +13,13 @@ config RPMSG_CHAR
          in /dev. They make it possible for user-space programs to send and
          receive rpmsg packets.
 
+config RPMSG_QCOM_GLINK_NATIVE
+       tristate
+       select RPMSG
+
 config RPMSG_QCOM_GLINK_RPM
        tristate "Qualcomm RPM Glink driver"
-       select RPMSG
+        select RPMSG_QCOM_GLINK_NATIVE
        depends on HAS_IOMEM
        depends on MAILBOX
        help
@@ -23,6 +27,16 @@ config RPMSG_QCOM_GLINK_RPM
          which serves as a channel for communication with the RPM in GLINK
          enabled systems.
 
+config RPMSG_QCOM_GLINK_SMEM
+       tristate "Qualcomm SMEM Glink driver"
+       select RPMSG_QCOM_GLINK_NATIVE
+       depends on MAILBOX
+       depends on QCOM_SMEM
+       help
+         Say y here to enable support for the GLINK SMEM communication driver,
+         which provides support for using the GLINK communication protocol
+         over SMEM.
+
 config RPMSG_QCOM_SMD
        tristate "Qualcomm Shared Memory Driver (SMD)"
        depends on QCOM_SMEM