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

Commit e008ee65 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "defconfig: msm8909w: Enable compilation of regmap mmio"

parents ade34e7c 1b9d8e47
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.