From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Fri, 7 Aug 2020 12:44:25 +0200 Message-Id: <20200807104425.30276-3-rhi@pengutronix.de> In-Reply-To: <20200807104425.30276-1-rhi@pengutronix.de> References: <20200807104425.30276-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 3/3] doc: ref parameter: document 'alldefconfig' List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Signed-off-by: Roland Hieber --- doc/ref_parameter.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/ref_parameter.rst b/doc/ref_parameter.rst index 3e6df6f83e55..1d54fa4b4428 100644 --- a/doc/ref_parameter.rst +++ b/doc/ref_parameter.rst @@ -95,12 +95,13 @@ Setup and Project Actions functionality as ``menuconfig``. It can be used instead of ``menuconfig`` for all the component described above. -``oldconfig []``, ``allmodconfig []``, ``allyesconfig []``, ``allnoconfig []``, ``randconfig []`` +``oldconfig []``, ``allmodconfig []``, ``allyesconfig []``, ``allnoconfig []``, ``alldefconfig []``, ``randconfig []`` this action will run the corresponding kconfig action for the specified component. ``oldconfig`` will prompt for all new options. - ``allmodconfig``, ``allyesconfig`` and ``allnoconfig`` will set all - options to 'm', 'y' or 'n' respectively. ``randconfig`` will randomize - the options. The ``KCONFIG_ALLCONFIG`` and ``KCONFIG_SEED`` environment + ``allmodconfig``, ``allyesconfig``, ``allnoconfig`` or ``alldefconfig`` + will set all options to 'm', 'y', 'n', or their default values respectively. + ``randconfig`` will randomize the options. + The ``KCONFIG_ALLCONFIG`` and ``KCONFIG_SEED`` environment variables can be used as described in the Linux kernel documentation. ``migrate`` -- 2.28.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de