blob: bc80b8c825c0758a855490bf313c4e9f4b34ae92 [file] [log] [blame]
Arthur Heymans791ce582023-07-13 16:58:55 +02001## SPDX-License-Identifier: GPL-2.0-only
2
3if SOC_AMD_OPENSIL
4
Felix Held9314bb62023-12-15 11:15:26 +01005config SOC_AMD_OPENSIL_GENOA_POC
Arthur Heymans791ce582023-07-13 16:58:55 +02006 bool
7 help
Felix Held9314bb62023-12-15 11:15:26 +01008 Select this on SoCs that use the Genoa proof of concept version of
9 openSIL.
Arthur Heymans791ce582023-07-13 16:58:55 +020010
11config AMD_OPENSIL_PATH
12 string
Felix Held9314bb62023-12-15 11:15:26 +010013 default "$(top)/src/vendorcode/amd/opensil/genoa_poc/opensil" if SOC_AMD_OPENSIL_GENOA_POC
Arthur Heymans791ce582023-07-13 16:58:55 +020014 help
15 Set to the path of the openSIL directory containing meson.build.
16 example
17
18endif