blob: 0d8420bb2a69b0360269e92b45cbab6e0bf846cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## SPDX-License-Identifier: GPL-2.0-only
if SOC_AMD_OPENSIL
config SOC_AMD_OPENSIL_GENOA
bool
help
Select this on SoCs that use the Genoa version of openSIL.
config AMD_OPENSIL_PATH
string
default "$(top)/src/vendorcode/amd/opensil/genoa_poc/opensil" if SOC_AMD_OPENSIL_GENOA
help
Set to the path of the openSIL directory containing meson.build.
example
endif
|