On Sun, Jul 30, 2017 at 01:22:18PM +0200, Paul Kocialkowski wrote:
This removes the SoC-specific dependencies on the platform drivers, as well as SoC-specific selections of platform drivers for the machine drivers. The rationale behind this change is that the dependencies are not actual build dependencies but run-time ones.
The previously listed SoCs were also incomplete: for instance, tegra124 uses the tegra30 platform drivers, which could not be built without ARCH_TEGRA_3x_SOC set.
Descriptions of the tristates are also added to allow these options to be set via defconfig/menuconfig.
Signed-off-by: Paul Kocialkowski contact@paulk.fr
sound/soc/tegra/Kconfig | 42 ++++++++++++++---------------------------- 1 file changed, 14 insertions(+), 28 deletions(-)
Acked-by: Thierry Reding treding@nvidia.com