Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b9d8e47 authored by Manjunatha Madana's avatar Manjunatha Madana Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: msm8909w: Enable compilation of regmap mmio



REGMAP MMIO is used in msm8909w digital codec.
Enable compilation so as to resolve any unknown symbol errors.

Change-Id: Iaf5aa17731d396637dea3fbbe2d5c4fdb5bc01a9
Signed-off-by: default avatarManjunatha Madana <mamanj@codeaurora.org>
parent 76f3cdc2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -216,6 +216,7 @@ CONFIG_NFC_NQ=y
CONFIG_IPC_ROUTER=y
CONFIG_IPC_ROUTER_SECURITY=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
CONFIG_REGMAP_SND_DIGCDC=y
CONFIG_DMA_CMA=y
CONFIG_ZRAM=y
CONFIG_BLK_DEV_LOOP=y
+1 −0
Original line number Diff line number Diff line
@@ -215,6 +215,7 @@ CONFIG_NFC_NQ=y
CONFIG_IPC_ROUTER=y
CONFIG_IPC_ROUTER_SECURITY=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
CONFIG_REGMAP_SND_DIGCDC=y
CONFIG_DMA_CMA=y
CONFIG_ZRAM=y
CONFIG_BLK_DEV_LOOP=y
+8 −0
Original line number Diff line number Diff line
@@ -52,3 +52,11 @@ config REGMAP_ALLOW_WRITE_DEBUGFS
	  Say 'y' here to allow the regmap debugfs write. Regmap debugfs write
	  could be risky when accessing some essential hardwares, so it is not
	  recommended to enable this option on any production device.

config REGMAP_SND_DIGCDC
    depends on SND_SOC
    bool "For regmap on DIGCDC"
    select REGMAP_MMIO
    default n
    help
      Say 'y' here to enable regmap_mmio for digital codec.