summaryrefslogtreecommitdiff
path: root/sound/soc/sprd/dai/vbc/Kconfig
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
committerYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
commit8e4bff4cab0ddac6060645b0715210484d02ff40 (patch)
tree3a5c3024371a04692a3a6d9974d001cdff8ebf84 /sound/soc/sprd/dai/vbc/Kconfig
Initial file dump from open source releaseHEADmaster
Diffstat (limited to 'sound/soc/sprd/dai/vbc/Kconfig')
-rw-r--r--sound/soc/sprd/dai/vbc/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/sound/soc/sprd/dai/vbc/Kconfig b/sound/soc/sprd/dai/vbc/Kconfig
new file mode 100644
index 00000000..73af1cb7
--- /dev/null
+++ b/sound/soc/sprd/dai/vbc/Kconfig
@@ -0,0 +1,19 @@
+menu "VBC"
+
+source "sound/soc/sprd/dai/vbc/r1p0/Kconfig"
+source "sound/soc/sprd/dai/vbc/r2p0/Kconfig"
+
+config SND_SOC_SPRD_VBC_LR_INVERT
+ bool "VBC Support L/R invert"
+ help
+ say Y then the VBC will support invert the L/R channel.
+
+config SND_SOC_VBC_SUPPORT_DYNAMIC_EQ
+ bool "VBC SUPPORT DYNAMIC EQ"
+ default n if ARCH_SCX30G
+ help
+ say Y if it is r3p0 vbc, N in r2p0 & r1p0 vbc.
+ Now r2p0 and r3p0 use the same vbc driver, so we need
+ to add it to separate them.
+
+endmenu