#
# TCM device configuration
#
menuconfig TCG_TCM
        tristate "TCM Hardware Support"
        depends on HAS_IOMEM
        select SECURITYFS
        select CRYPTO
        select CRYPTO_HASH_INFO
        ---help---
          If you have a TCM security chip in your system, which
          implements the Trusted Computing Group's specification,
          say Yes and it will be accessible from within Linux.  For
          more information see <http://www.trustedcomputinggroup.org>.
          An implementation of the Trusted Software Stack (TSS), the
          userspace enablement piece of the specification, can be
          obtained at: <http://sourceforge.net/projects/trousers>.  To
          compile this driver as a module, choose M here; the module
          will be called tpm. If unsure, say N.
          Notes:
          1) For more TCM drivers enable CONFIG_PNP, CONFIG_ACPI
          and CONFIG_PNPACPI.
          2) Without ACPI enabled, the BIOS event log won't be accessible,
          which is required to validate the PCR 0-7 values.
if TCG_TCM

config TCG_TCM_NATIONZ
	tristate "TCM Interface Specification 1.2 Interface"
	depends on TCG_TCM && PNPACPI
	default m
	---help---
           Support for Nationz TCM.
endif
