diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst index bab026022..70bdedc44 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 -----------