aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisael Lopez Cruz2016-05-06 01:46:57 -0500
committerMisael Lopez Cruz2017-05-31 22:10:41 -0500
commitd4d86f55a36532855cd506c40dfefc7505f22162 (patch)
tree88f68248ab488a5a9ecccfb1c4470501ae175145 /ti_config_fragments/auto.cfg
parent212d114edd1c2c20de7cbf396e1108ea1c07aed9 (diff)
downloadkernel-audio-p-ti-auto-linux-4.9.y/audio-for-next.tar.gz
kernel-audio-p-ti-auto-linux-4.9.y/audio-for-next.tar.xz
kernel-audio-p-ti-auto-linux-4.9.y/audio-for-next.zip
ti_config_fragments: auto: Enable configs for IPC/GateMPp-ti-auto-linux-4.9.y/audio-for-next
The GateMP feature of the IPC requires the following configs: - Hardware spinlock user interface. Required to lock/unlock hwspinlocks - The user-space I/O framework support and the UIO platform driver. Required to expose SR0 memory to the IPC user-space LAD daemon. Change-Id: Ib10cbe6086d374c287cb74da9edbabbbe7b4891d Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
Diffstat (limited to 'ti_config_fragments/auto.cfg')
-rw-r--r--ti_config_fragments/auto.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/ti_config_fragments/auto.cfg b/ti_config_fragments/auto.cfg
index 75ae849185fb..e921b7e44385 100644
--- a/ti_config_fragments/auto.cfg
+++ b/ti_config_fragments/auto.cfg
@@ -6,3 +6,10 @@ CONFIG_SND_SIMPLE_CARD=y
6CONFIG_SND_SOC_TLV320AIC3X=y 6CONFIG_SND_SOC_TLV320AIC3X=y
7CONFIG_SND_SOC_HDMI_CODEC=y 7CONFIG_SND_SOC_HDMI_CODEC=y
8CONFIG_SND_OMAP_SOC_HDMI_AUDIO=y 8CONFIG_SND_OMAP_SOC_HDMI_AUDIO=y
9
10#Hardware spinlock
11CONFIG_HWSPINLOCK_USER=y
12
13#User-space I/O
14CONFIG_UIO=y
15CONFIG_UIO_PDRV_GENIRQ=y