xtensa: add support to build HAL as part of build process
This adds the necessary bits to build the Xtensa HAL as a module, and removes the bits to use the HAL built with the Zephyr SDK. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
250041f4c8
commit
b61f448a3f
6 changed files with 10 additions and 28 deletions
8
modules/Kconfig.xtensa
Normal file
8
modules/Kconfig.xtensa
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Copyright (c) 2019 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config XTENSA_HAL
|
||||
bool
|
||||
help
|
||||
Build the Xtensa HAL module during build process.
|
||||
This is selected by the Xtensa ARCH kconfig automatically.
|
Loading…
Add table
Add a link
Reference in a new issue