Re: [PATCH 1/9] ASoC: Intel: Fix Kconfig with top-level selector

From: Takashi Iwai
Date: Fri Dec 15 2017 - 06:07:20 EST


On Fri, 15 Dec 2017 01:44:43 +0100,
Pierre-Louis Bossart wrote:
>
> +config SND_SOC_ACPI_INTEL_MATCH
> + tristate
> + depends on X86 && ACPI
> + select SND_SOC_ACPI

An item that is selected by others can only select, not depend.
The depends need to be put for the items that select this instead.


thanks,

Takashi