Re: [PATCH v5] Gemini: Gigabit ethernet driver
From: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Date: 2011-02-05 13:19:05
Also in:
lkml
From: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Date: 2011-02-05 13:19:05
Also in:
lkml
On Wed, Feb 02, 2011 at 06:18:14PM +0100, Michał Mirosław wrote:
If I make it buildable (NOT working) on other archs is it enough I add Kconfig dependency on (ARCH_GEMINI || BROKEN) to allow it to be build-tested there?
Hmm. CONFIG_BROKEN is not easily selectable anymore, so it's unlikely that many people will even know about it. What's the correct way to make a driver be built but not installed by default? I can use: default m if ARCH_GEMINI default n But that will make it get installed on x86 allmodconfig even if it won't ever work there - so will pollute modules for other arches unless distribution managers remember that not every driver built needs to be included. Best Regards, Michał Mirosław