[Ksummit-discuss] [CORE TOPIC] (group) maintainership models

Vinod Koul vinod.koul at intel.com
Sun Jul 31 17:57:53 UTC 2016


On Thu, Jul 28, 2016 at 10:44:23AM +0200, Arnd Bergmann wrote:
 
> config FOO
> 	bool "foo driver" if COMPILE_TEST && !ARCH_FOO
> 	default ARCH_FOO
> 	depends on GPIOLIB && I2C && OF && WHATEVER
> 
> This becomes a silent always-on symbol if the platform is used,
> and user-selectable on every other platform with COMPILE_TEST.

Yeah this seems a bit more better. I am perhaps thinking to add top
level arch dependency if required. I will try this out on DMAengine to
start with and ease my build tests :)

-- 
~Vinod


More information about the Ksummit-discuss mailing list