0118886624
Add all required parts (new SoC family/series, device tree) for the Ambiq Apollo4 Plus SoC. Signed-off-by: Maciej Sobkowski <msobkowski@antmicro.com>
17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
|
|
config SOC_FAMILY_AMBIQ
|
|
bool
|
|
|
|
if SOC_FAMILY_AMBIQ
|
|
|
|
config SOC_FAMILY
|
|
string
|
|
default "ambiq"
|
|
|
|
source "soc/arm/ambiq/*/Kconfig.soc"
|
|
|
|
endif # SOC_FAMILY_AMBIQ
|