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

Commit c98264c0 authored by Ram Muthiah's avatar Ram Muthiah
Browse files

ANDROID: gki_defconfig: Enable req modules in GKI



SND_VMASTER must be builtin to the GKI for leaf configs of this
config such as SND_8X0 and AC_97 to be loaded as modules.

CRYPTO_ENGINE is now used by Android userspace.
Enable as part of GKI.

Bug: 139431025
Test: Treehugger
Change-Id: I2cd422a88a3ec0bc6bbf59d9faa3616e42cc2038
Signed-off-by: default avatarRam Muthiah <rammuthiah@google.com>
parent ec4281ac
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -18,6 +18,22 @@ config GKI_HIDDEN_REGMAP_CONFIGS
	  These are normally selected implicitely when a module
	  that relies on it is configured.

config GKI_HIDDEN_CRYPTO_CONFIGS
	bool "Hidden CRYPTo configs needed for GKI"
	select CRYPTO_ENGINE
	help
	  Dummy config option used to enable hidden SNDconfigs.
	  These are normally selected implicitely when a module
	  that relies on it is configured.

config GKI_HIDDEN_SND_CONFIGS
	bool "Hidden SND configs needed for GKI"
	select SND_VMASTER
	help
	  Dummy config option used to enable hidden SND configs.
	  These are normally selected implicitely when a module
	  that relies on it is configured.

config GKI_HIDDEN_SND_SOC_CONFIGS
	bool "Hidden SND_SOC configs needed for GKI"
	select SND_SOC_GENERIC_DMAENGINE_PCM if (SND_SOC && SND)
@@ -63,8 +79,10 @@ config GKI_LEGACY_WEXT_ALLCONFIG
#
config GKI_HACKS_TO_FIX
	bool "GKI Dummy config options"
	select GKI_HIDDEN_CRYPTO_CONFIGS
	select GKI_HIDDEN_DRM_CONFIGS
	select GKI_HIDDEN_REGMAP_CONFIGS
	select GKI_HIDDEN_SND_CONFIGS
	select GKI_HIDDEN_SND_SOC_CONFIGS
	select GKI_HIDDEN_GPIO_CONFIGS
	select GKI_LEGACY_WEXT_ALLCONFIG