xtensa: enable XTENSA_HAL at SoC level

This moves enabling XTENSA_HAL to the SoC definitions.
As Xtensa SoCs are highly configurable, it is possible
that the generic Xtensa HAL provided in the tree is
not suitable. So only enable XTENSA_HAL only if
the generic version can be used.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2020-04-07 15:21:34 -07:00 committed by Andrew Boie
commit 7b31f93980
4 changed files with 3 additions and 1 deletions

View file

@ -4,3 +4,4 @@
config SOC_XTENSA_SAMPLE_CONTROLLER
bool "Xtensa sample_controller core"
select XTENSA
select XTENSA_HAL