Browse Source
Ports the bcm2711 SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
6 changed files with 12 additions and 4 deletions
@ -0,0 +1,8 @@ |
|||||||
|
# Copyright 2023 honglin leng <a909204013@gmail.com> |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config SOC_BCM2711 |
||||||
|
bool |
||||||
|
|
||||||
|
config SOC |
||||||
|
default "bcm2711" if SOC_BCM2711 |
Loading…
Reference in new issue