Hi,
On Mon, Aug 15, 2011 at 1:07 AM, Arnaud Lacombe wrote:
> Usage of these flags has been deprecated for nearly 4 years by:
>
> commit f77bf01425b11947eeb3b5b54685212c302741b8
> Author: Sam Ravnborg
> Date: Mon Oct 15 22:25:06 2007 +0200
>
> kbuild
Usage of these flags has been deprecated for nearly 4 years by:
commit f77bf01425b11947eeb3b5b54685212c302741b8
Author: Sam Ravnborg
Date: Mon Oct 15 22:25:06 2007 +0200
kbuild: introduce ccflags-y, asflags-y and ldflags-y
Moreover, these flags (at least EXTRA_CFLAGS) have
Hi,
2 to 7 will be not needed. I screwed up a autoconf.h generation while
refactoring the code. This is being addressed in the kbuild tree by:
https://patchwork.kernel.org/patch/975652/
My bad,
- Arnaud
On Sun, Jul 10, 2011 at 3:53 PM, Randy Dunlap wrote:
> From: Randy Dunlap
>
> Modify radi
Hi,
On Wed, Jul 13, 2011 at 6:17 PM, Randy Dunlap wrote:
> [...]
>> > Sure, go for it. I'll ack it. ;) [or Review it :]
>> > and test it.
>> >
>> it is already among the hunks in https://patchwork.kernel.org/patch/380601/
>
> I realize that, but it looks like you may need to resubmit it.
>
I h
Hi,
On Wed, Jul 13, 2011 at 6:08 PM, Randy Dunlap wrote:
> On Wed, 13 Jul 2011 18:06:15 -0400 Arnaud Lacombe wrote:
>
>> Hi,
>>
>> On Wed, Jul 13, 2011 at 6:00 PM, Randy Dunlap wrote:
>> > On Wed, 13 Jul 2011 17:49:48 -0400 Arnaud Lacombe wrote:
>> >
Hi,
On Wed, Jul 13, 2011 at 6:00 PM, Randy Dunlap wrote:
> On Wed, 13 Jul 2011 17:49:48 -0400 Arnaud Lacombe wrote:
>
>> Hi,
>>
>> On Sun, Jul 10, 2011 at 3:51 PM, Randy Dunlap wrote:
>> > From: Randy Dunlap
>> >
>> > Add HEX_STRING(val
Hi,
On Sun, Jul 10, 2011 at 3:51 PM, Randy Dunlap wrote:
> From: Randy Dunlap
>
> Add HEX_STRING(value) to stringify.h so that drivers can
> convert kconfig hex values (without leading "0x") to useful
> hex constants.
>
> Several drivers/media/radio/ drivers need this. I haven't
> checked if an
Hi,
On Fri, Nov 26, 2010 at 11:15 AM, Michal Marek wrote:
> So the patches look OK to me, I added your patches to
> kbuild-2.6.git#menu-visibility and merged the branch to for-next. The
> new syntax should be documented in
> Documentation/kbuild/kconfig-language.txt, below is a first attempt at
>
Hi,
On Fri, Nov 26, 2010 at 11:15 AM, Michal Marek wrote:
> So the patches look OK to me, I added your patches to
> kbuild-2.6.git#menu-visibility and merged the branch to for-next. The
> new syntax should be documented in
> Documentation/kbuild/kconfig-language.txt, below is a first attempt at
>
Hi,
On Fri, Nov 26, 2010 at 11:17 AM, Randy Dunlap wrote:
> Default value of "visible" is true ??
>
yes, but implicitly... I think I should made this explicit.
- Arnaud
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.or
Hi folks,
On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote:
> This option is aimed to add the possibility to control a menu's visibility
> without adding dependency to the expression to all the submenu.
>
> Signed-off-by: Arnaud Lacombe
> ---
> scripts/kco
Hi,
On Tue, Nov 16, 2010 at 12:44 PM, Mauro Carvalho Chehab
wrote:
> Em 15-11-2010 14:57, Arnaud Lacombe escreveu:
>> Hi all
>>
>> On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote:
>>> This option is aimed to add the possibility to control a menu's visib
Hi all
On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote:
> This option is aimed to add the possibility to control a menu's visibility
> without adding dependency to the expression to all the submenu.
>
> Signed-off-by: Arnaud Lacombe
> ---
> scripts/kconfig/expr.h
Signed-off-by: Arnaud Lacombe
---
drivers/media/video/Kconfig |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index ac16e81..6830d28 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
Signed-off-by: Arnaud Lacombe
---
drivers/i2c/algos/Kconfig |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/i2c/algos/Kconfig b/drivers/i2c/algos/Kconfig
index 7b2ce4a..f1cfe7e 100644
--- a/drivers/i2c/algos/Kconfig
+++ b/drivers/i2c/algos/Kconfig
@@ -3,7 +3,7
Signed-off-by: Arnaud Lacombe
---
scripts/kconfig/zconf.hash.c_shipped | 122
scripts/kconfig/zconf.tab.c_shipped | 570 +
2 files changed, 358 insertions(+), 334 deletions(-)
diff --git a/scripts/kconfig/zconf.hash.c_shipped
b/scripts/kconfig
This reverts commit 0a57274ea026c2b7670683947b6cc08b195148cf.
Signed-off-by: Arnaud Lacombe
---
drivers/i2c/Kconfig |3 +--
drivers/i2c/algos/Kconfig | 12
2 files changed, 1 insertions(+), 14 deletions(-)
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index
This option is aimed to add the possibility to control a menu's visibility
without adding dependency to the expression to all the submenu.
Signed-off-by: Arnaud Lacombe
---
scripts/kconfig/expr.h |1 +
scripts/kconfig/lkc.h |1 +
scripts/kconfig/menu.c |
Hi,
This should do the job.
A.
Arnaud Lacombe (5):
kconfig: add an option to determine a menu's visibility
kconfig: regen parser
Revert "i2c: Fix Kconfig dependencies"
media/video: convert Kconfig to use the menu's `visible' keyword
i2c/algos: convert
Hi,
On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab
wrote:
> Basically, we have things there like:
>
> config VIDEO_HELPER_CHIPS_AUTO
> bool "Autoselect pertinent encoders/decoders and other helper chips"
>
> config VIDEO_IVTV
> select VIDEO_WM8739 if VIDEO_HELPER_CHIPS_AUTO
>
Hi,
On Thu, Nov 4, 2010 at 2:11 PM, Mauro Carvalho Chehab
wrote:
> [...]
> Yes, but this makes things worse: it will allow compiling drivers that Kernel
> will never use, as they won't work without an I2C adapter, and the I2C adapter
> is not compiled.
>
> Worse than that: if you go into all V4L
Hi,
On Wed, Nov 3, 2010 at 11:19 PM, Mauro Carvalho Chehab
wrote:
> Em 03-11-2010 22:31, Arnaud Lacombe escreveu:
>> Hi,
>>
>> On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab
>> wrote:
>>> Em 09-10-2010 18:40, Michal Marek escreveu:
>>>>
&g
Hi,
On Wed, Nov 3, 2010 at 11:19 PM, Mauro Carvalho Chehab
wrote:
>>> config VIDEO_HELPER_CHIPS_AUTO
>>> bool "Autoselect pertinent encoders/decoders and other helper chips"
>>>
>>> config VIDEO_IVTV
>>> select VIDEO_WM8739 if VIDEO_HELPER_CHIPS_AUTO
>>>
>>> menu "Encoders/decoders
Hi,
On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab
wrote:
> Em 09-10-2010 18:40, Michal Marek escreveu:
>>
>> Arnaud Lacombe (1):
>> kconfig: delay symbol direct dependency initialization
>
> This patch generated a regression with V4L build. After
24 matches
Mail list logo