commit | 0336553e4a8c1fefc11aa5656cebf2ce80657322 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon May 21 14:51:19 2012 -0600 |
committer | Stephen Warren <swarren@nvidia.com> | Mon Jun 11 11:48:43 2012 -0600 |
tree | 247933cc1eb00fbad519ed160e875768d0f3cf34 | |
parent | 02e35c461daf78a093012ae2eb07535939f95c16 [diff] |
ASoC: tegra: simplify Kconfig dependencies The Tegra ASoC machine drivers only depend on Tegra architecture support to compile, not specific board support. Remove Kconfig dependencies on any particular board. This is required since Kconfig options for boards are going away given the migration to device tree. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>