scripts/config: add option to undef a symbol
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 7 Jun 2012 23:48:57 +0000 (01:48 +0200)
committerMichal Marek <mmarek@suse.cz>
Thu, 28 Jun 2012 08:38:54 +0000 (10:38 +0200)
commitd5bfb6b3814b2c9cd83e9395a60fc4b4e42a242d
tree91039e78c89964bdba0089b4c781ac8cf1a0ab27
parentf5ef2f7bf2e389f5c94d69e09268356f4c2b8220
scripts/config: add option to undef a symbol

It is currently possible to enable, disable or modularise
a symbol. Also, an undefined symbol is reported as such.

Add a new command to undefine a symbol, by removing the
corresponding line from the .config file.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/config