2012-10-01 18:26:56

by Olaf Titz

[permalink] [raw]
Subject: Re: CONFIG_EXPERT is a booby trap

In article <E1TIXga-0008T1-00@http://www.xplot.org> you write:
> Interestingly, of the 26 configs that use EXPERT in the default
> clause, 15 of them are in drivers/hid (see below).

Without looking at the code I assume this is due to copy/paste.
Someone perhaps once wrote

> ./drivers/hid/Kconfig: default !EXPERT

when he really intended

> ./drivers/media/common/tuners/Kconfig: default y if !EXPERT

Olaf