Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964934AbVKQXKe (ORCPT ); Thu, 17 Nov 2005 18:10:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965071AbVKQXKe (ORCPT ); Thu, 17 Nov 2005 18:10:34 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:62677 "EHLO e31.co.us.ibm.com") by vger.kernel.org with ESMTP id S964934AbVKQXKd (ORCPT ); Thu, 17 Nov 2005 18:10:33 -0500 Subject: [PATCH] tpm: remove PCI kconfig dependency From: Kylene Jo Hall To: linux-kernel@vger.kernel.org Cc: akpm@osdl.org Content-Type: text/plain Date: Thu, 17 Nov 2005 16:07:57 -0600 Message-Id: <1132265277.4873.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 28 The driver dependencies on PCI have been removed. This patch clears that up in the Kconfig file Signed-off-by: Kylene Hall --- Note the pci.h file can not be removed from the include list because of the prom functions used by the ppc64 specific parts of the driver. --- linux-2.6.14/drivers/char/tpm/Kconfig 2005-10-27 19:02:08.000000000 -0500 +++ linux-2.6.14-rc4-tpm/drivers/char/tpm/Kconfig 2005-11-16 16:54:38.000000000 -0600 @@ -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, - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/