On Mon, Jul 15, 2013 at 10:13:43AM -0600, Stephen Warren wrote:
I was wondering about removing most of the depends from various Tegra drivers including ASoC, and replacing it with e.g.:
default ARCH_TEGRA
That would also allow randconfig etc. to enable them, while still providing a reasonably sane end-user Kconfig experience. Does that sound like a good idea?
That's the case COMPILE_TEST is there for - it'd probably be better to provide the same interface. The thinking is that the dependencies are partly there to help people like distro maintainers building generic kernels so something that provides the option to build a driver might still cause them to waste resource on doing that even if it's not on by default.