modules: hal_infineon: Remove dependency on IFX SOC for ABSTR_RTOS

Issue:
Kconfig WIFI_AIROC should not depend on infineon SOC family selection
for the connection. See issue#77012 for details.

Fix:
- update modules/hal_infineon/Kconfig to be able enable
USE_INFINEON_ABSTRACTION_RTOS for non Infineon SOC family.

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
This commit is contained in:
Nazar Palamar 2024-08-14 01:08:15 +03:00 committed by Carles Cufí
parent 063991424c
commit d627a30eb3

View file

@ -77,13 +77,14 @@ config USE_INFINEON_FLASH
help
Enable Flash HAL module driver for Infineon devices
config USE_INFINEON_ABSTRACTION_RTOS
bool "Abstraction RTOS component (Zephyr support)"
help
Enable Abstraction RTOS component with Zephyr support
config USE_INFINEON_SMIF
bool
help
Enable SMIF HAL driver for Infineon devices
endif # SOC_FAMILY_INFINEON_CAT1 || SOC_FAMILY_PSOC6_LEGACY
config USE_INFINEON_ABSTRACTION_RTOS
bool "Abstraction RTOS component (Zephyr support)"
help
Enable Abstraction RTOS component with Zephyr support