Browse Source
Ports the dc233c SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
9 changed files with 17 additions and 8 deletions
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
# Copyright (c) 2017, 2023 Intel Corporation |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_XTENSA_DC233C |
||||
bool |
||||
|
||||
config SOC |
||||
default "dc233c" if SOC_XTENSA_DC233C |
||||
|
||||
config SOC_TOOLCHAIN_NAME |
||||
string |
||||
default "dc233c" if SOC_XTENSA_DC233C |
Loading…
Reference in new issue