For simplicity/consistency with many other soc families, rename the bouffalolab_bflb soc family to the simpler bflb. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
13 lines
193 B
Plaintext
13 lines
193 B
Plaintext
# Copyright (c) 2021-2025 ATL Electronics
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_BFLB
|
|
select HAS_BFLB_HAL
|
|
|
|
if SOC_FAMILY_BFLB
|
|
|
|
rsource "*/Kconfig"
|
|
|
|
endif # SOC_FAMILY_BFLB
|