summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/opensil/Kconfig
blob: 29c22b6da8f7c86da2b76125de8dbce6feafaef4 (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