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:
parent
d35567b375
commit
7b31f93980
4 changed files with 3 additions and 1 deletions
|
@ -4,3 +4,4 @@
|
|||
config SOC_XTENSA_SAMPLE_CONTROLLER
|
||||
bool "Xtensa sample_controller core"
|
||||
select XTENSA
|
||||
select XTENSA_HAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue