Kconfig: Default to 'n' for LEGACY_DEVICETREE_MACROS
Set LEGACY_DEVICETREE_MACROS to default to no since we are deprecating the old macro style and all in tree users are now converted. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
f03633294b
commit
43cbb59db2
|
@ -358,7 +358,6 @@ config MAKEFILE_EXPORTS
|
|||
|
||||
config LEGACY_DEVICETREE_MACROS
|
||||
bool "Allow use of legacy devicetree macros"
|
||||
default y
|
||||
help
|
||||
Allows use of legacy devicetree macros which were used in
|
||||
Zephyr 2.2 and previous versions, rather than the devicetree.h
|
||||
|
|
Loading…
Reference in a new issue