mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: GKI: select DMADEVICES if GKI_HIDDEN_SND_SOC_CONFIGS is set
DMA_VIRTUAL_CHANNELS depends on DMADEVICES and DMA_VIRTUAL_CHANNELS
is selected by GKI_HIDDEN_SND_SOC_CONFIGS.
To fix unmet dependency in x86_64, select DMADEVICES under
GKI_HIDDEN_SND_SOC_CONFIGS.
Also, drop CONFIG_DMADEVICES=y in arch/arm64/configs/gki_defconfig.
WARNING: unmet direct dependencies detected for DMA_VIRTUAL_CHANNELS
Depends on [n]: DMADEVICES [=n]
Selected by [y]:
- GKI_HIDDEN_SND_SOC_CONFIGS [=y]
Bug: 174628645
Signed-off-by: Miles Chen <miles.chen@mediatek.com>
Change-Id: I1de491c10542f1b7c9c8754c65415b028d3bc922
This commit is contained in:
parent
9e0cf0e90d
commit
5432cbf467
|
|
@ -449,7 +449,6 @@ CONFIG_EDAC=y
|
|||
CONFIG_RTC_CLASS=y
|
||||
CONFIG_RTC_DRV_PL030=y
|
||||
CONFIG_RTC_DRV_PL031=y
|
||||
CONFIG_DMADEVICES=y
|
||||
CONFIG_DMABUF_HEAPS=y
|
||||
CONFIG_DMABUF_HEAPS_SYSTEM=y
|
||||
CONFIG_UIO=y
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ config GKI_HIDDEN_SND_SOC_CONFIGS
|
|||
select SND_SOC_GENERIC_DMAENGINE_PCM if (SND_SOC && SND)
|
||||
select SND_PCM_IEC958
|
||||
select SND_SOC_COMPRESS if (SND_SOC && SND)
|
||||
select DMADEVICES
|
||||
select DMA_VIRTUAL_CHANNELS
|
||||
help
|
||||
Dummy config option used to enable hidden SND_SOC configs.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user