Lines Matching +full:one +full:- +full:to +full:- +full:many

7 	  support, including scanning of platform data on start-up. If
15 Enable driver model in SPL. You will need to provide a
19 must provide CONFIG_SPL_SYS_MALLOC_F_LEN to set the size.
22 CONFIG_SPL_SYS_MALLOC_F_LEN for more details on how to enable it.
28 Enable driver model in TPL. You will need to provide a
32 must provide CONFIG_SPL_SYS_MALLOC_F_LEN to set the size.
35 CONFIG_SPL_SYS_MALLOC_F_LEN for more details on how to enable it.
44 strings. By default this is disabled for SPL builds to save space.
45 This will cause dm_warn() to be compiled out - it will do nothing
52 Say Y here if you want to compile in debug messages in DM core.
63 it causes unplugged devices to linger around in the dm-tree, and it
64 causes USB host controllers to not be stopped when booting the OS.
89 Most boards will have a '/aliases' node containing the path to
98 Most boards will have a '/aliases' node containing the path to
100 disabled if it is not required, to save code space in SPL.
106 Hardware peripherals tend to have one or more sets of registers
107 which can be accessed to control the hardware. A register map
116 Hardware peripherals tend to have one or more sets of registers
117 which can be accessed to control the hardware. A register map
126 Hardware peripherals tend to have one or more sets of registers
127 which can be accessed to control the hardware. A register map
136 Many SoCs have a number of system controllers which are dealt with
139 assigning a unique number to each.
145 Many SoCs have a number of system controllers which are dealt with
148 assigning a unique number to each.
154 Many SoCs have a number of system controllers which are dealt with
157 assigning a unique number to each.
165 released whether initialization fails half-way or the device gets
168 If this option is disabled, devres functions fall back to
169 non-managed variants. For example, devres_alloc() to kzalloc(),
170 devm_kmalloc() to kmalloc(), etc.
177 Also, a function is available to dump a list of device resources.
178 Select this if you are having a problem with devres or want to
184 bool "Support simple-bus driver"
188 Supports the 'simple-bus' driver, which is used on some systems.
191 bool "Support simple-bus driver in SPL"
195 Supports the 'simple-bus' driver, which is used on some systems
206 properties in many nodes. As this translation is not handled
221 properties in many nodes. As this translation is not handled
234 should be known to be required or not based upon the board
238 busses #address-cells should equal 2, with the first cell being
239 used to hold flags & flag 0x1 indicating that the address range
241 cell holds the offset into ISA bus address space. The #size-cells
247 typical simple-bus compatible busses. This will lead to