aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamon Fried <rfried@codeaurora.org>2018-05-10 15:22:22 +0200
committerVinod Koul <vkoul@kernel.org>2020-04-13 17:46:05 +0530
commit14279e90d1a418ca2fe87ab83d8b6e27c7551399 (patch)
treee577d6e48c7ca88a7fb581c21da87b81dbd68e49
parentf220abf54ef11ff933e81e383455c60496bb3d2b (diff)
kernel: configs: enable RPMSG char device
The feature is required for QDiag to communicate with the kernel. Signed-off-by: Ramon Fried <rfried@codeaurora.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--kernel/configs/distro.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config
index d128b17d25bf..b503edb5b8e8 100644
--- a/kernel/configs/distro.config
+++ b/kernel/configs/distro.config
@@ -454,3 +454,4 @@ CONFIG_MD=y
CONFIG_BLK_DEV_DM=m
CONFIG_DM_CRYPT=m
CONFIG_RTC_DRV_PM8XXX=m
+CONFIG_RPMSG_CHAR=m