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>
cmake .
make
popd
- config/conf Kconfig
+ shift 1
+ config/conf Kconfig "$@"
cmake .
;;
;;
*)
- $0 config
+ $0 config "$@"
$0 compile
;;