diff mbox series

docs/manual: Document Kconfig requirements for uboot

Message ID 20220307141321.307200-1-dopsi@dopsi.ch
State Accepted
Headers show
Series docs/manual: Document Kconfig requirements for uboot | expand

Commit Message

Simon Doppler March 7, 2022, 2:13 p.m. UTC
When using uboot's legacy build system, the 'make uboot-menuconfig'
and 'make uboot-savedefconfig' targets are not available as they
are created by 'kconfig-package'.

Signed-off-by: Simon Doppler <dopsi@dopsi.ch>
---
 docs/manual/make-tips.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Peter Korsgaard March 7, 2022, 8:36 p.m. UTC | #1
>>>>> "Simon" == Simon Doppler <dopsi@dopsi.ch> writes:

 > When using uboot's legacy build system, the 'make uboot-menuconfig'
 > and 'make uboot-savedefconfig' targets are not available as they
 > are created by 'kconfig-package'.

 > Signed-off-by: Simon Doppler <dopsi@dopsi.ch>

Committed, thanks.
Peter Korsgaard March 17, 2022, 12:13 p.m. UTC | #2
>>>>> "Simon" == Simon Doppler <dopsi@dopsi.ch> writes:

 > When using uboot's legacy build system, the 'make uboot-menuconfig'
 > and 'make uboot-savedefconfig' targets are not available as they
 > are created by 'kconfig-package'.

 > Signed-off-by: Simon Doppler <dopsi@dopsi.ch>

Committed to 2021.02.x and 2021.11.x, thanks.
diff mbox series

Patch

diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt
index 869b6807dd..df3b888c25 100644
--- a/docs/manual/make-tips.txt
+++ b/docs/manual/make-tips.txt
@@ -35,7 +35,8 @@  some settings in the +.config+ file may hide some targets:
 * +barebox-menuconfig+ and +barebox-savedefconfig+ only work when the
   +barebox+ bootloader is enabled.
 * +uboot-menuconfig+ and +uboot-savedefconfig+ only work when the
-  +U-Boot+ bootloader is enabled.
+  +U-Boot+ bootloader is enabled and the +uboot+ build system is set
+  to +Kconfig+.
 
 .Cleaning: