gentree.py: add support to explicitly disable a config
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sat, 13 Apr 2013 14:13:41 +0000 (07:13 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Sat, 13 Apr 2013 20:58:50 +0000 (22:58 +0200)
commit2eff5b812cfffff3f6a38a576ce5d34dd26080c0
treef298fa46b843288e07d413c0cce08eef978cf35b
parent11f658873a4bdd60dcf658926283b8fa36151fde
gentree.py: add support to explicitly disable a config

At times we may want to disable a config option completely.
Add support for this. All you have to is list the config
on the depdependencies file with DISABLE instead of a kernel
version.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
gentree.py