Replaces inaccurate or wrong vendor prefixes in board and soc folder names with those from thr vendor prefix file Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
10 lines
213 B
Text
10 lines
213 B
Text
# Copyright (c) 2023 Synopsys, Inc. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_ARC_HSDK4XD
|
|
bool
|
|
help
|
|
Synopsys ARC HSDK4XD SoC
|
|
|
|
config SOC
|
|
default "arc_hsdk4xd" if SOC_ARC_HSDK4XD
|