* RE: [PATCH] tpm: update module dependencies
@ 2006-05-08 21:59 Brown, Len
2006-05-08 22:12 ` Kylene Jo Hall
0 siblings, 1 reply; 3+ messages in thread
From: Brown, Len @ 2006-05-08 21:59 UTC (permalink / raw)
To: Kylene Jo Hall, linux-kernel; +Cc: akpm, TPM Device Driver List
>The TIS driver is dependent upon information from the ACPI table for
>device discovery thus it compiles but does no actual work with out this
>dependency.
>
>Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
>---
> drivers/char/tpm/Kconfig | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
>--- linux-2.6.17-rc3/drivers/char/tpm/Kconfig 2006-04-26
>21:19:25.000000000 -0500
>+++ linux-2.6.17-rc3-tpm/drivers/char/tpm/Kconfig
>2006-05-08 16:11:03.707961750 -0500
>@@ -22,7 +22,7 @@ config TCG_TPM
>
> config TCG_TIS
> tristate "TPM Interface Specification 1.2 Interface"
>- depends on TCG_TPM
>+ depends on TCG_TPM && PNPACPI
I think you want simply "ACPI" rather than "PNPACPI" here, yes?
-Len
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] tpm: update module dependencies
2006-05-08 21:59 [PATCH] tpm: update module dependencies Brown, Len
@ 2006-05-08 22:12 ` Kylene Jo Hall
0 siblings, 0 replies; 3+ messages in thread
From: Kylene Jo Hall @ 2006-05-08 22:12 UTC (permalink / raw)
To: Brown, Len; +Cc: linux-kernel, akpm, TPM Device Driver List
No I think I really want PNPACPI because I have a pnp_driver which
probes based on a CID value. PNPACPI is dependent on ACPI. Am I
misunderstanding something. It works with PNPACPI on but turning off
only PNPACPI causes it to not work.
Thanks,
Kylie
On Mon, 2006-05-08 at 17:59 -0400, Brown, Len wrote:
> >The TIS driver is dependent upon information from the ACPI table for
> >device discovery thus it compiles but does no actual work with out this
> >dependency.
> >
> >Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
> >---
> > drivers/char/tpm/Kconfig | 2 +-
> > 1 files changed, 1 insertion(+), 1 deletion(-)
> >
> >--- linux-2.6.17-rc3/drivers/char/tpm/Kconfig 2006-04-26
> >21:19:25.000000000 -0500
> >+++ linux-2.6.17-rc3-tpm/drivers/char/tpm/Kconfig
> >2006-05-08 16:11:03.707961750 -0500
> >@@ -22,7 +22,7 @@ config TCG_TPM
> >
> > config TCG_TIS
> > tristate "TPM Interface Specification 1.2 Interface"
> >- depends on TCG_TPM
> >+ depends on TCG_TPM && PNPACPI
>
> I think you want simply "ACPI" rather than "PNPACPI" here, yes?
>
> -Len
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] tpm: update module dependencies
@ 2006-05-08 20:54 Kylene Jo Hall
0 siblings, 0 replies; 3+ messages in thread
From: Kylene Jo Hall @ 2006-05-08 20:54 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm, TPM Device Driver List
The TIS driver is dependent upon information from the ACPI table for
device discovery thus it compiles but does no actual work with out this
dependency.
Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
---
drivers/char/tpm/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.17-rc3/drivers/char/tpm/Kconfig 2006-04-26 21:19:25.000000000 -0500
+++ linux-2.6.17-rc3-tpm/drivers/char/tpm/Kconfig 2006-05-08 16:11:03.707961750 -0500
@@ -22,7 +22,7 @@ config TCG_TPM
config TCG_TIS
tristate "TPM Interface Specification 1.2 Interface"
- depends on TCG_TPM
+ depends on TCG_TPM && PNPACPI
---help---
If you have a TPM security chip that is compliant with the
TCG TIS 1.2 TPM specification say Yes and it will be accessible
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-08 22:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-08 21:59 [PATCH] tpm: update module dependencies Brown, Len
2006-05-08 22:12 ` Kylene Jo Hall
-- strict thread matches above, loose matches on Subject: below --
2006-05-08 20:54 Kylene Jo Hall
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®