aboutsummaryrefslogtreecommitdiffstats
path: root/features/tpm/tpm.cfg
AgeCommit message (Collapse)Author
2022-03-08features/tpm: split into tpm-1.2, tpm-2.0, tpm-2.0-crb and vtpm featureStefan Herbrechtsmeier
Split the tpm feature into individual features as the tpm feature is only usable on x86 because of its dependencies: Config 'TCG_NSC' has the following Direct dependencies (TCG_NSC=n): X86(undefined/n) && TCG_TPM(=y) Config 'TCG_ATMEL' has the following Direct dependencies (TCG_ATMEL=n): PPC64(undefined/n) || HAS_IOPORT_MAP(=n) (=n) && TCG_TPM(=y) Config 'TCG_INFINEON' has the following Direct dependencies (TCG_INFINEON=n): PNP(=n) && TCG_TPM(=y) Config 'TCG_CRB' has the following Direct dependencies (TCG_CRB=n): ACPI(undefined/n) && TCG_TPM(=y) Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2018-09-06intel-x86: Some required kernel config is not enabled as expectedHongzhi.Song
According to the changes before linux-4.18-rc6, we must add new dependency for some config option or modify them value. 1. If "CONFIG_PINCTRL_SUNRISEPOINT=m", CONFIG_PINCTRL_INTEL cann't be set y, because CONFIG_PINCTRL_INTEL is selected by CONFIG_PINCTRL_SUNRISEPOINT. 2. The dependency of CONFIG_MMC_REALTEK_PCI is change to CONFIG_MISC_RTSX_PCI. 3. CONFIG_INTEL_SOC_PMIC_BXTWC is a new dependency for CONFIG_INTEL_BXT_PMIC_THERMAL. 4. The value of CONFIG_HW_RANDOM_TPM must be equal to CONFIG_TCG_TPM. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-11-16features/tpm/tpm.cfg: set CONFIG_HW_RANDOM_TPM as moduleLiwei Song
CONFIG_HW_RANDOM was set to "m" by default in Kconfig, this make CONFIG_HW_RANDOM_TPM only can be build as module, So change CONFIG_HW_RANDOM_TPM=y to CONFIG_HW_RANDOM_TPM=m to aviod kernel configcheck warning: Requested value: CONFIG_HW_RANDOM_TPM=y Actual value: CONFIG_HW_RANDOM_TPM=m Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-10-30features/tpm/tpm.cfg: fix dependency issueLei Yang
I got the warning from do_kernel_configcheck when buiding with features/tpm/tpm.scc CONFIG_TCG_TIS_SPI depends on SPI from its Kconfig config TCG_TIS_SPI <snip> depends on SPI select TCG_TIS_CORE <snip> so add its depenency to satisfy the warning. Signed-off-by: Lei Yang <Lei.Yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-02-09tpm: avoid warning due to double CONFIG_TCG_TPMPatrick Ohly
The recent commit accidentally had CONFIG_TCG_TPM twice in the tpm.cfg file, which triggers a warning when checking the kernel config because the resulting config only contains the entry once. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-23meta: add TPM featurePatrick Ohly
Some hardware has a TPM chip and in addition, qemu can emulate it using swtpm. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>