Browse Source
Ports the beetle SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
16 changed files with 28 additions and 30 deletions
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
# ARM LTD Beetle SoC configuration options |
||||
|
||||
# Copyright (c) 2016 Linaro Limited |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_SERIES_BEETLE |
||||
bool |
||||
select SOC_FAMILY_ARM |
||||
help |
||||
Enable support for Beetle MCU Series |
||||
|
||||
config SOC_BEETLE_R0 |
||||
bool |
||||
select SOC_SERIES_BEETLE |
||||
help |
||||
ARM BEETLE R0 |
||||
|
||||
config SOC_SERIES |
||||
default "beetle" if SOC_SERIES_BEETLE |
||||
|
||||
config SOC |
||||
default "beetle_r0" if SOC_BEETLE_R0 |
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
series: |
||||
- name: beetle |
||||
socs: |
||||
- name: beetle_r0 |
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# ARM LTD Beetle SoC configuration options |
||||
|
||||
# Copyright (c) 2016 Linaro Limited |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC |
||||
default "beetle_r0" |
||||
depends on SOC_BEETLE_R0 |
@ -1,13 +0,0 @@
@@ -1,13 +0,0 @@
|
||||
# ARM LTD Beetle SoC configuration options |
||||
|
||||
# Copyright (c) 2016 Linaro Limited |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
choice |
||||
prompt "ARM Beetle SoC" |
||||
depends on SOC_SERIES_BEETLE |
||||
|
||||
config SOC_BEETLE_R0 |
||||
bool "ARM BEETLE R0" |
||||
|
||||
endchoice |
Loading…
Reference in new issue