blob: 29c22b6da8f7c86da2b76125de8dbce6feafaef4 [file] [log] [blame]
Arthur Heymans791ce582023-07-13 16:58:55 +02001## SPDX-License-Identifier: GPL-2.0-only
2
3if SOC_AMD_OPENSIL
4
5config SOC_AMD_OPENSIL_GENOA
6 bool
7 help
8 Select this on SoCs that use the Genoa version of opensil.
9
10config AMD_OPENSIL_PATH
11 string
12 default "$(top)/src/vendorcode/amd/opensil/genoa_poc/opensil" if SOC_AMD_OPENSIL_GENOA
13 help
14 Set to the path of the openSIL directory containing meson.build.
15 example
16
17endif