Re: [PATCH v5] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-05-10 Thread Michal Marek
On Mon, May 02, 2016 at 11:43:30AM +0300, Roger Quadros wrote: > On 29/04/16 11:24, Dirk Gouders wrote: > > If choices consist of choice_values of type tristate that depend on > > symbols set to 'm', those choice_values are not set to 'n' if the > > choice is changed from 'm' to 'y' (in which case

Re: [PATCH 2/3] kbuild: Allow to specify composite modules with modname-m

2015-11-25 Thread Michal Marek
Dne 28.10.2015 v 14:25 Michal Marek napsal(a): > From: Michal Marek > > This allows to write > > drm-$(CONFIG_AGP) += drm_agpsupport.o > > without having to handle CONFIG_AGP=y vs. CONFIG_AGP=m. Only support > this syntax for modules, since built-in code dependin

Re: [PATCH 2/3] kbuild: Allow to specify composite modules with modname-m

2015-10-29 Thread Michal Marek
Dne 29.10.2015 v 07:34 Peter Chen napsal(a): > On Wed, Oct 28, 2015 at 02:25:41PM +0100, Michal Marek wrote: >> From: Michal Marek >> >> This allows to write >> >> drm-$(CONFIG_AGP) += drm_agpsupport.o >> >> without having to handle CONFIG_AGP=y vs.

[PATCH 2/3] kbuild: Allow to specify composite modules with modname-m

2015-10-28 Thread Michal Marek
From: Michal Marek This allows to write drm-$(CONFIG_AGP) += drm_agpsupport.o without having to handle CONFIG_AGP=y vs. CONFIG_AGP=m. Only support this syntax for modules, since built-in code depending on something modular cannot work and init/Makefile actually relies on the current

Re: [PATCH] build some drivers only when compile-testing

2013-06-18 Thread Michal Marek
Dne 18.6.2013 10:34, Felipe Balbi napsal(a): > Hi, > > On Tue, Jun 18, 2013 at 10:24:40AM +0200, Jiri Slaby wrote: > Sam Ravnborg (the kconfig ex-maintainer) once wrote that > he doesn't want to extend the kconfig language for this > purpose (which I support). That a config option is f

Re: [PATCH] build some drivers only when compile-testing

2013-06-17 Thread Michal Marek
Dne 17.6.2013 22:05, Jiri Slaby napsal(a): > On 05/23/2013 05:09 AM, Jeff Mahoney wrote: >> On 5/22/13 10:23 PM, Greg Kroah-Hartman wrote: >>> On Wed, May 22, 2013 at 11:18:46AM +0200, Jiri Slaby wrote: Some drivers can be built on more platforms than they run on. This causes users and di