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:
Kumar Gala 2020-05-07 16:48:11 -05:00 committed by Carles Cufí
parent f03633294b
commit 43cbb59db2

View file

@ -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