Lines Matching +full:config +full:- +full:space
3 config DM
6 This config option enables Driver Model. This brings in the core
7 support, including scanning of platform data on start-up. If
11 config SPL_DM
24 config TPL_DM
38 config DM_WARN
43 The dm_warn() function can use up quite a bit of space for its
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
48 config DM_DEBUG
54 config DM_DEVICE_REMOVE
59 We can save some code space by dropping support for removing a
63 it causes unplugged devices to linger around in the dm-tree, and it
66 config SPL_DM_DEVICE_REMOVE
71 We can save some code space by dropping support for removing a
75 config DM_STDIO
84 config DM_SEQ_ALIAS
93 config SPL_DM_SEQ_ALIAS
100 disabled if it is not required, to save code space in SPL.
102 config REGMAP
112 config SPL_REGMAP
122 config TPL_REGMAP
132 config SYSCON
141 config SPL_SYSCON
150 config TPL_SYSCON
159 config DEVRES
165 released whether initialization fails half-way or the device gets
169 non-managed variants. For example, devres_alloc() to kzalloc(),
172 config DEBUG_DEVRES
183 config SIMPLE_BUS
184 bool "Support simple-bus driver"
188 Supports the 'simple-bus' driver, which is used on some systems.
190 config SPL_SIMPLE_BUS
191 bool "Support simple-bus driver in SPL"
195 Supports the 'simple-bus' driver, which is used on some systems
198 config OF_TRANSLATE
213 config SPL_OF_TRANSLATE
228 config OF_ISA_BUS
238 busses #address-cells should equal 2, with the first cell being
241 cell holds the offset into ISA bus address space. The #size-cells
247 typical simple-bus compatible busses. This will lead to
251 config DM_DEV_READ_INLINE