@ -954,3 +954,50 @@ define KernelPackage/bmp085-spi/description
e n d e f
$( eval $ ( call KernelPackage ,bmp 085-spi ) )
d e f i n e K e r n e l P a c k a g e / t p m
SUBMENU:= $( OTHER_MENU)
TITLE:= TPM Hardware Support
KCONFIG:= CONFIG_TCG_TPM
FILES:= $( LINUX_DIR) /drivers/char/tpm/tpm.ko
AUTOLOAD:= $( call AutoLoad,10,tpm,1)
e n d e f
d e f i n e K e r n e l P a c k a g e / t p m / d e s c r i p t i o n
This enables TPM Hardware Support.
e n d e f
$( eval $ ( call KernelPackage ,tpm ) )
d e f i n e K e r n e l P a c k a g e / t p m - t i s
SUBMENU:= $( OTHER_MENU)
TITLE:= TPM TIS 1.2 Interface / TPM 2.0 FIFO Interface
DEPENDS:= @TARGET_x86 +kmod-tpm
KCONFIG:= CONFIG_TCG_TIS
FILES:= $( LINUX_DIR) /drivers/char/tpm/tpm_tis.ko
AUTOLOAD:= $( call AutoLoad,20,tpm_tis,1)
e n d e f
d e f i n e K e r n e l P a c k a g e / t p m - t i s / d e s c r i p t i o n
If you have a TPM security chip that is compliant with the
TCG TIS 1.2 TPM specification ( TPM1.2) or the TCG PTP FIFO
specification ( TPM2.0) say Yes and it will be accessible from
within Linux.
e n d e f
$( eval $ ( call KernelPackage ,tpm -tis ) )
d e f i n e K e r n e l P a c k a g e / t p m - i 2 c - a t m e l
SUBMENU:= $( OTHER_MENU)
TITLE:= TPM I2C Atmel Support
DEPENDS:= +kmod-tpm +kmod-i2c-core
KCONFIG:= CONFIG_TCG_TIS_I2C_ATMEL
FILES:= $( LINUX_DIR) /drivers/char/tpm/tpm_i2c_atmel.ko
AUTOLOAD:= $( call AutoLoad,40,tpm_i2c_atmel,1)
e n d e f
d e f i n e K e r n e l P a c k a g e / t p m - i 2 c - a t m e l / d e s c r i p t i o n
This enables the TPM Interface Specification 1.2 Interface ( I2C - Atmel)
e n d e f
$( eval $ ( call KernelPackage ,tpm -i 2c -atmel ) )