]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: Intel: use def_tristate, avoid using select
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 1 Nov 2019 17:30:40 +0000 (12:30 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 4 Nov 2019 13:24:14 +0000 (13:24 +0000)
commit6ce99f31e47698bbe6e8eedf977a8afc35cf500d
tree73bbbf83118f9c523a6ea6bc0e5e10aa804e239b
parent3d851160e9c7039af4273fd64e208824b0264249
ASoC: SOF: Intel: use def_tristate, avoid using select

So far we used select to use the relevant built-in/module options, but
this led to blurring layers between core and Intel Kconfigs.

Use def_tristate works just as well and removes Intel stuff from the code.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191101173045.27099-7-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/Kconfig
sound/soc/sof/intel/Kconfig