Files
zephyr/soc/cdns/xtensa_sample_controller/Kconfig.soc
Jamie McCrae 71317d6798 soc: cadence: Rename to cdns
Aligns with vendor prefix

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:11 +01:00

13 lines
296 B
Plaintext

# Copyright (c) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config SOC_XTENSA_SAMPLE_CONTROLLER
bool
config SOC
default "xtensa_sample_controller" if SOC_XTENSA_SAMPLE_CONTROLLER
config SOC_TOOLCHAIN_NAME
string
default "sample_controller" if SOC_XTENSA_SAMPLE_CONTROLLER