On 07/15/2013 10:10 AM, Mark Brown wrote:
From: Mark Brown broonie@linaro.org
Since there is no architecture dependency in the code allow it to be built on any platform when COMPILE_TEST is enabled.
Acked-by: Stephen Warren swarren@nvidia.com
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?