Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Kylene Jo Hall and committed by
Linus Torvalds
c4b32b8b 90612b30

+1 -1
+1 -1
drivers/char/tpm/Kconfig
··· 6 6 7 7 config TCG_TPM 8 8 tristate "TPM Hardware Support" 9 - depends on EXPERIMENTAL && PCI 9 + depends on EXPERIMENTAL 10 10 ---help--- 11 11 If you have a TPM security chip in your system, which 12 12 implements the Trusted Computing Group's specification,