projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90612b3
)
[PATCH] tpm: remove PCI kconfig dependency
author
Kylene Jo Hall
<kjhall@us.ibm.com>
Fri, 18 Nov 2005 09:10:59 +0000
(
01:10
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 18 Nov 2005 15:49:46 +0000
(07:49 -0800)
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>
drivers/char/tpm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/tpm/Kconfig
b/drivers/char/tpm/Kconfig
index b58adfe3ed191e039888ac21bf9b57fd7db4ed23..a6873bf89ffad63c6196dacc9f3499dcb6c22387 100644
(file)
--- 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,