summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/opensil/Kconfig
blob: bc80b8c825c0758a855490bf313c4e9f4b34ae92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SPDX-License-Identifier: GPL-2.0-only

if SOC_AMD_OPENSIL

config SOC_AMD_OPENSIL_GENOA_POC
	bool
	help
	  Select this on SoCs that use the Genoa proof of concept version of
	  openSIL.

config AMD_OPENSIL_PATH
	string
	default "$(top)/src/vendorcode/amd/opensil/genoa_poc/opensil" if SOC_AMD_OPENSIL_GENOA_POC
	help
	  Set to the path of the openSIL directory containing meson.build.
	  example

endif