Lines Matching refs:in
1 Kconfig in U-Boot
12 Kconfig originates in Linux Kernel.
13 See the file "Documentation/kbuild/kconfig*.txt" in your Linux Kernel
25 include/configs/* as in Linux. In U-Boot, it also does the following
35 If we could completely switch to Kconfig in a long run
45 Now it works as in Linux.
46 The prefixes such as "+S:" in *_defconfig are deprecated.
51 This does not exist in Linux's Kconfig.
53 Prior to Kconfig, in U-Boot, "make <board>_config" was used for the
58 The other configuration targets work as in Linux Kernel.
65 in U-Boot.
68 many of configs are still defined in C header files. It will take a very
74 Configuration files for use in C sources
78 Configuration file for use in makefiles
112 [2] Make sure to define necessary CONFIG_SYS_* in Kconfig:
121 [3] Add a new entry to the board select menu in Kconfig.
122 The board select menu is located in arch/<arch>/Kconfig or
136 [5] Remove the unused entry from the board select menu in Kconfig
149 - In the pre-Kconfig, a single board had multiple entries in the boards.cfg
150 file with differences in the option fields. The corresponding defconfig
156 - Move the config macros in header files to Kconfig. When we move at least
157 macros used in makefiles, we can drop include/autoconfig.mk, which makes