All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Quick guide to Kconfig
@ 2014-07-31  4:51 Masahiro Yamada
  2014-07-31  6:29 ` Frank Ihle
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Masahiro Yamada @ 2014-07-31  4:51 UTC (permalink / raw)
  To: u-boot

Hi all,



The mainline has switched to Kconfig.

Please make sure to use "make <board>_defconfig"
instead of "make <board>_config".



[1] Board Configuration

     make  <board_name>_defconfig



[2] Modify configuration


 make config,  make menuconfig,  make nconfig, ... etc.


 For SPL,
   make spl/config,  make spl/menuconfig,  make spl/nconfig, ... etc.


 For TPL,
   make tpl/config,  make tpl/menuconfig,  make tpl/nconfig, ... etc.


  But there are no useful configurations in Kconfig for now.


[3] boards.cfg

We no longer have boards.cfg maintained in the git-repo.
But this file is necessary for MAKEALL and buildman.
Perhaps it may also be useful for browsing the list of the
supported boards.

You can generate an equivalent one by
running "tools/genboardscfg.py".



[4] MAKEALL and buildman

They depend on the boards.cfg file.

MAKEALL and buildman automatically generate boards.cfg
if it does not exist.










Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-08-05  9:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-31  4:51 [U-Boot] Quick guide to Kconfig Masahiro Yamada
2014-07-31  6:29 ` Frank Ihle
2014-07-31  6:38   ` Masahiro Yamada
2014-07-31  7:17     ` Frank Ihle
2014-07-31 14:38 ` Hans de Goede
2014-07-31 15:07   ` Ian Campbell
2014-08-01  4:42     ` Masahiro Yamada
2014-08-04 15:49       ` Tom Rini
2014-08-04 15:52         ` Ian Campbell
2014-08-01  4:37   ` Masahiro Yamada
2014-08-04 14:27     ` Tom Rini
2014-08-04 15:35       ` Hans de Goede
2014-08-05  9:26         ` Ian Campbell
2014-08-05  1:01       ` Masahiro Yamada
2014-08-04  7:12 ` Yan, Miao
2014-08-04 10:19   ` Masahiro Yamada
2014-08-04 10:36     ` Yan, Miao
2014-08-04 11:15 ` Simon Glass
2014-08-04 15:50   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.