
To migrate from board headers to Kconfig. It would take really long term (one year? two year? I don't know)

The other things are the same as before.įor a long time, we have used C header files to define the set of CONFIGs. for tpl/.config.įor board configuration, "make _defconfig" is used instead of

to modify spl/.configĪnd "make tpl/config", "make tpl/menuconfig" etc. Use "make spl/config", "make spl/menuconfig" etc. Updating include/generated/autoconf.h and files under include/config/įor boards with SPL/TPL support, another. "make silentoldconfig", if it is necessary, is automatically invoked

You can use "make config", "make menuconfig" etc. ` (15 more replies) 0 siblings, 16 replies 21+ messages in threadįrom: Masahiro Yamada 10:34 UTC ( / raw)īesides Linux Kernel, Kconfig is used in some projects,īut our situation is a little more complicated.įor one board, we need to generate 3 images at most:Įach image needs its own configuration input.įor boards without SPL support, it works as in Linux Kernel. 10:34 ` kconfig: import Kconfig files from Linux 3.16-rc7 Masahiro Yamada Kconfig for U-Boot All of help / color / mirror / Atom feed * Kconfig for U-Boot 10:34 Masahiro Yamada
