Skip to content

Commit

Permalink
ASoC: Intel: boards: align Kconfig dependencies for Haswell/Broadwell
Browse files Browse the repository at this point in the history
Make sure that the same I2C/I2C_DESIGNWARE_PLATFORM are selected.
The latter might actually need to be moved to the SOC side of things,
it really has no place in a machine driver dependency

Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Acked-By: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
plbossart authored and broonie committed Jan 8, 2018

Verified

This commit was signed with the committer’s verified signature.
broonie Mark Brown
1 parent f3f2bb7 commit 043f5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/boards/Kconfig
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ config SND_SOC_INTEL_HASWELL_MACH

config SND_SOC_INTEL_BDW_RT5677_MACH
tristate "ASoC Audio driver for Intel Broadwell with RT5677 codec"
depends on X86_INTEL_LPSS && GPIOLIB && I2C
depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM && GPIOLIB
select SND_SOC_RT5677
help
This adds support for Intel Broadwell platform based boards with

0 comments on commit 043f5a0

Please sign in to comment.