From: Kylene Jo Hall Date: Fri, 18 Nov 2005 09:10:59 +0000 (-0800) Subject: [PATCH] tpm: remove PCI kconfig dependency X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c4b32b8b010d036dc03f77b0ef2a747db0cc3588;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [PATCH] tpm: remove PCI kconfig dependency The driver dependencies on PCI have been removed. This patch clears that up in the Kconfig file Signed-off-by: Kylene Hall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index b58adfe3ed19..a6873bf89ffa 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig @@ -6,7 +6,7 @@ menu "TPM devices" config TCG_TPM tristate "TPM Hardware Support" - depends on EXPERIMENTAL && PCI + depends on EXPERIMENTAL ---help--- If you have a TPM security chip in your system, which implements the Trusted Computing Group's specification,