carl9170: allow kconfig options in autogen.sh's parameters
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 17 Jan 2013 22:16:13 +0000 (23:16 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 17 Jan 2013 22:16:13 +0000 (23:16 +0100)
commitd4d14cf7986e4589c71b91303afd1c5791185f02
tree54ca64ad59b71efad24e27caf4e1ce1fcd30aad5
parent350a051244596eff40413bee70259db12bd4d4f6
carl9170: allow kconfig options in autogen.sh's parameters

kconf supports several interesting options:
 --allnoconfig    New config where all options are answered with no
 --allyesconfig   New config where all options are answered with yes
 --alldefconfig   New config with all symbols set to default
 --randconfig     New config with random answer to all options

to build the default firmware image, it is enough to run:
./autogen.sh --alldefconfig

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
autogen.sh