gpio: mpc8xxx: Correct irq handler function
[cascardo/linux.git] / drivers / rpmsg / Kconfig
1 menu "Rpmsg drivers"
2
3 # RPMSG always gets selected by whoever wants it
4 config RPMSG
5         tristate
6
7 config RPMSG_QCOM_SMD
8         tristate "Qualcomm Shared Memory Driver (SMD)"
9         depends on QCOM_SMEM
10         depends on QCOM_SMD=n
11         select RPMSG
12         help
13           Say y here to enable support for the Qualcomm Shared Memory Driver
14           providing communication channels to remote processors in Qualcomm
15           platforms.
16
17 config RPMSG_VIRTIO
18         tristate
19         select RPMSG
20         select VIRTIO
21         select VIRTUALIZATION
22
23 endmenu