summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-06-27 13:00:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-27 21:45:34 +0200
commitce9d79cc4f0c11c6944a2061a218fa69f7abf9e0 (patch)
treeb99d5ae7950fcebf166c5a74be7e7386caa9796e /Documentation
parent421657aab40ceb44abe0b695d7d51a5d6701067f (diff)
downloadbarebox-ce9d79cc4f0c11c6944a2061a218fa69f7abf9e0.tar.gz
barebox-ce9d79cc4f0c11c6944a2061a218fa69f7abf9e0.tar.xz
doc: mention "make xconfig"
Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/user/barebox.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index bab026022f..70bdedc442 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -100,6 +100,9 @@ with the most popular being ``menuconfig``::
make menuconfig
+barebox used the same configuration system as Linux, so you can use
+all the things you know, e.g. ``make xconfig``, ``make allyesconfig`` etc.
+
Compilation
-----------