Revision 3aa20508a6fe386c2a893027ef4c4ef78ee4eac2 authored by Linus Torvalds on 16 July 2015, 01:38:24 UTC, committed by Linus Torvalds on 16 July 2015, 01:38:24 UTC
Pull TPM bugfixes from James Morris.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  tpm, tpm_crb: fail when TPM2 ACPI table contents look corrupted
  tpm: Fix initialization of the cdev
2 parent s 9090fdb + 91ef5cc
Raw File
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top