18 lines
451 B
Plaintext
18 lines
451 B
Plaintext
|
# Copyright 2023 NXP
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_MIMX8QM_ADSP
|
||
|
|
||
|
config SOC_PART_NUMBER_MIMX8QM6AVUFF
|
||
|
bool
|
||
|
|
||
|
config SOC_PART_NUMBER_MIMX8QM_DSP
|
||
|
string
|
||
|
default "MIMX8QM6AVUFF_dsp" if SOC_PART_NUMBER_MIMX8QM6AVUFF
|
||
|
help
|
||
|
This string holds the full part number of the SoC. It is a hidden
|
||
|
option that you should not set directly. The part number selection
|
||
|
choice defines the default value for this string.
|
||
|
|
||
|
endif # SOC_MIMX8QM_ADSP
|