On Wed, Feb 12, 2020 at 01:38:16AM +0900, Masahiro Yamada wrote: > On Wed, Feb 12, 2020 at 1:19 AM Mark Brown wrote: > > No it doesn't. Those only enable user selectable options, many CODEC > > drivers don't have user selectable options as they are selected by > > machine drivers some of which either have more platform specific > > dependencies that the CODEC drivers or aren't upstream. > Maybe, can you add a prompt which is only displayed > if COMPILE_TEST is enabled? > For example, > config SND_SOC_L3 > tristate "some prompt" if COMPILE_TEST That's effectively what this is doing, it's just making it a single option that enables everything en masse rather than lots of per driver options and isn't as esoteric so is easier to understand (almost all the existing examples are Renesas specific).