modules: hal_nxp: tweak integration to utilize cmake-ext/kconfig-ext

Update zephyr side to handle hal_nxp using cmake-ext/kconfig-ext.  This
allows for having zephyr specific integration code live with the zephyr
source tree.

For now on the cmake side we just use add_subdirectory() of the hal_nxp
repo so the integration is effectively transparent.

For Kconfig we add a place holder Kconfig file since the hal_nxp repo
doesn't have any Kconfig files in it currently.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-07-27 11:47:12 -05:00 committed by Kumar Gala
parent a56c42574e
commit 689864ebe0
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,7 @@
#
# Copyright (c) 2021 Linaro, Limited
#
# SPDX-License-Identifier: Apache-2.0
#
add_subdirectory(${ZEPHYR_CURRENT_MODULE_DIR} hal_nxp)

7
modules/hal_nxp/Kconfig Normal file
View file

@ -0,0 +1,7 @@
#
# Copyright (c) 2021 Linaro, Limited
#
# SPDX-License-Identifier: Apache-2.0
#
# file is empty and kept as a place holder if/when Kconfig is needed

View file

@ -88,7 +88,7 @@ manifest:
groups:
- hal
- name: hal_nxp
revision: bb97ba1cb3820d5799f53c7af765830d766b56a2
revision: 1d823ea49bf7f6229a1097fbff33e27ba0dd389b
path: modules/hal/nxp
groups:
- hal