infrastructure: Remove hwmv1 support

Removes support for the deprecated hardware model version 1

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-11-14 08:48:17 +00:00 committed by Fabio Baltieri
commit 9f12f8afb2
23 changed files with 132 additions and 388 deletions

View file

@ -3,11 +3,9 @@
# Only v1 model has choice for SoC selection, therefore the optional source
# Sourced here and not in Kconfig.v1 to keep current SoC/CPU selection menu
# side-by-side with "Hardware Configuration" in the menu structure.
orsource "Kconfig.$(HWM_SCHEME).choice"
menu "Hardware Configuration"
rsource "Kconfig.$(HWM_SCHEME)"
rsource "Kconfig.v2"
# Source Zephyr Kconfig specifics from SoC roots.
osource "$(KCONFIG_BINARY_DIR)/soc/Kconfig"