mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-03 04:54:00 +00:00
ARM: tegra: only select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
This fixes: warning: (MACH_HARMONY && MACH_KAEN && MACH_SEABOARD) selects MACH_HAS_SND_SOC_TEGRA_WM8903 which has unmet direct dependencies (SOUND && !M68K && SND && SND_SOC) Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-By: Colin Cross <ccross@android.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
e371d46ae4
commit
885f24e152
1 changed files with 3 additions and 3 deletions
|
@ -27,14 +27,14 @@ comment "Tegra board type"
|
||||||
|
|
||||||
config MACH_HARMONY
|
config MACH_HARMONY
|
||||||
bool "Harmony board"
|
bool "Harmony board"
|
||||||
select MACH_HAS_SND_SOC_TEGRA_WM8903
|
select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
|
||||||
help
|
help
|
||||||
Support for nVidia Harmony development platform
|
Support for nVidia Harmony development platform
|
||||||
|
|
||||||
config MACH_KAEN
|
config MACH_KAEN
|
||||||
bool "Kaen board"
|
bool "Kaen board"
|
||||||
select MACH_SEABOARD
|
select MACH_SEABOARD
|
||||||
select MACH_HAS_SND_SOC_TEGRA_WM8903
|
select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
|
||||||
help
|
help
|
||||||
Support for the Kaen version of Seaboard
|
Support for the Kaen version of Seaboard
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ config MACH_PAZ00
|
||||||
|
|
||||||
config MACH_SEABOARD
|
config MACH_SEABOARD
|
||||||
bool "Seaboard board"
|
bool "Seaboard board"
|
||||||
select MACH_HAS_SND_SOC_TEGRA_WM8903
|
select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
|
||||||
help
|
help
|
||||||
Support for nVidia Seaboard development platform. It will
|
Support for nVidia Seaboard development platform. It will
|
||||||
also be included for some of the derivative boards that
|
also be included for some of the derivative boards that
|
||||||
|
|
Loading…
Add table
Reference in a new issue