From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200807104425.30276-3-rhi@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Mon, 17 Aug 2020 08:18:22 +0200 Subject: Re: [ptxdist] [APPLIED] 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 Thanks, applied as cf999c06b26ab472ea8f0626dd089725b3cac632. Michael [sent from post-receive hook] On Mon, 17 Aug 2020 08:18:22 +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > Message-Id: <20200807104425.30276-3-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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`` _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de