summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-08-07 12:44:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-14 14:24:51 +0200
commitcf999c06b26ab472ea8f0626dd089725b3cac632 (patch)
treeee196e0f8f541a3857080080b0bfcdde17a677c1 /doc
parentb0f9f2fe33ca9027a554395c7ff467cabdc255e3 (diff)
downloadptxdist-cf999c06b26ab472ea8f0626dd089725b3cac632.tar.gz
ptxdist-cf999c06b26ab472ea8f0626dd089725b3cac632.tar.xz
doc: ref parameter: document 'alldefconfig'
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200807104425.30276-3-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ref_parameter.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ref_parameter.rst b/doc/ref_parameter.rst
index 3e6df6f83..1d54fa4b4 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 [<component>]``, ``allmodconfig [<component>]``, ``allyesconfig [<component>]``, ``allnoconfig [<component>]``, ``randconfig [<component>]``
+``oldconfig [<component>]``, ``allmodconfig [<component>]``, ``allyesconfig [<component>]``, ``allnoconfig [<component>]``, ``alldefconfig [<component>]``, ``randconfig [<component>]``
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``