arch: posix: Kconfig: select HAS_DTS as the arch level

Now that all posix boards have a dts we can move the selection of
HAS_DTS to the arch level like it is for all the other architectures.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-04-03 14:08:58 -05:00 committed by Ioannis Glaropoulos
parent cf2131d7f9
commit cd88902bc4
2 changed files with 1 additions and 1 deletions

View file

@ -69,6 +69,7 @@ config XTENSA
config ARCH_POSIX
bool
select ARCH_IS_SET
select HAS_DTS
select ATOMIC_OPERATIONS_BUILTIN
select ARCH_HAS_CUSTOM_SWAP_TO_MAIN
select ARCH_HAS_CUSTOM_BUSY_WAIT

View file

@ -2,7 +2,6 @@
config BOARD_NATIVE_POSIX
bool
select HAS_DTS
select NATIVE_POSIX_TIMER
select NATIVE_POSIX_CONSOLE