zephyr/boards/snps/emsdp/Kconfig.emsdp
Jamie McCrae 748b4915ba boards: Remove help text from SoC selection Kconfigs
Help text here adds the symbols to and pollutes the Kconfig search
with options that should not be visible and have no use to anyone

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2025-08-01 07:44:39 -04:00

15 lines
557 B
Plaintext

# DesignWare ARC EM Software Development Platform board configuration
# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
config BOARD_EMSDP
select SOC_ARC_EMSDP
select SOC_EMSDP_EM4 if BOARD_EMSDP_EMSDP_EM4
select SOC_EMSDP_EM5D if BOARD_EMSDP_EMSDP_EM5D
select SOC_EMSDP_EM6 if BOARD_EMSDP_EMSDP_EM6
select SOC_EMSDP_EM7D if BOARD_EMSDP_EMSDP_EM7D
select SOC_EMSDP_EM7D_ESP if BOARD_EMSDP_EMSDP_EM7D_ESP
select SOC_EMSDP_EM9D if BOARD_EMSDP_EMSDP_EM9D
select SOC_EMSDP_EM11D if BOARD_EMSDP_EMSDP_EM11D