Browse Source
Ports the xtensa_sample_controller SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
7 changed files with 16 additions and 17 deletions
@ -0,0 +1,12 @@ |
|||||||
|
# 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 |
@ -0,0 +1,4 @@ |
|||||||
|
series: |
||||||
|
- name: xtensa_sample_controller |
||||||
|
socs: |
||||||
|
- name: xtensa_sample_controller |
@ -1,16 +0,0 @@ |
|||||||
# XTENSA board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2016 Open-RnD Sp. z o.o. |
|
||||||
# Copyright (c) 2016 Cadence Design Systems, Inc. |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if SOC_XTENSA_SAMPLE_CONTROLLER |
|
||||||
|
|
||||||
config SOC |
|
||||||
default "sample_controller" |
|
||||||
|
|
||||||
config SOC_TOOLCHAIN_NAME |
|
||||||
string |
|
||||||
default "sample_controller" |
|
||||||
|
|
||||||
endif |
|
Loading…
Reference in new issue