hvk: add support for all* DEFCONFIG options
[hvutilities.git] / scripts / hvk-init.sh
index 8e7fb1c..dc34592 100755 (executable)
@@ -17,11 +17,7 @@ if [ x"${DEFCONFIG_AUTOGEN}" != x"" ]; then
     fi
 fi
 
-if [ x"${DEFCONFIG_BOARD}" = x"all" ]; then
-    ${KMAKE} allyesconfig
-else
-    ${KMAKE} ${DEFCONFIG_BOARD}_defconfig
-fi
+${KMAKE} ${DEFCONFIG_OPT}
 
 if [ x"${1}" = x"yocto" ]; then
     LOCALVERSION="${YOCTO_LOCALVERSION}"