summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2021-01-18 15:00:56 +0100
committerLoic Poulain <loic.poulain@linaro.org>2021-01-18 15:00:56 +0100
commit850a88e7fe390fdb76a07cc5c14cc461625df54e (patch)
treed0e6ee49b5f9af7a8130591ebd504144f8b61e82
parente6ca384d3b09258395b46b1c4d37a977937a67ca (diff)
kernel: configs: Add MHI config fragment
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
-rw-r--r--kernel/configs/mhi.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/configs/mhi.config b/kernel/configs/mhi.config
new file mode 100644
index 000000000000..835007bef2d8
--- /dev/null
+++ b/kernel/configs/mhi.config
@@ -0,0 +1,11 @@
+CONFIG_MHI_BUS=m
+CONFIG_MHI_BUS_DEBUG=y
+CONFIG_MHI_BUS_PCI_GENERIC=m
+CONFIG_MHI_NET=m
+CONFIG_MHI_UCI=m
+CONFIG_QRTR=m
+CONFIG_QRTR_MHI=m
+
+# x86_64 only
+CONFIG_IRQ_REMAP=y
+