Lines Matching refs:configuration
3 System configuration
9 In general run time configuration is preferred over build time configuration.
13 important consideration. Finally, run time configuration has additional overhead
16 configuration mechanism.
19 new platform for an existing supported SoC, the preferred configuration order
22 #. Hardware based run time configuration. Examples of this include reading
31 configuration. This is generally the best fit for when we want to enable or
44 time configuration mechanism, the usage is ad hoc. This is to be used when the
48 Dynamic run time configuration methods.
51 Details of hardware specific run time configuration methods are found within the
54 Details of how to use run time configuration based on :doc:`driver model
57 Static build time configuration methods
60 There are two mechanisms used to control the build time configuration of U-Boot.
71 mechanism is the preferred way of exposing new configuration options as there
93 configuration *options* should be done in Kconfig and configuration *settings*
98 the primary build time configuration mechanism. Options expressed this way let
114 This brings us to differentiating between a configuration *setting* versus a
119 perform run time configuration. However, this is not always practical and in