blob: 02d40d5878a3f691ade10beaafe39e5746dfa941 [file] [log] [blame]
Javier Almansa Sobrinocf568482020-02-26 11:51:45 +00001config BR2_PACKAGE_LINUX_FTPM_MOD_EXT
2 bool "Enable TPM Kernel module"
3 help
4 Enable TPM Kernel module.
5 NOTE: This package currently only takes care of installing files
6 into the root FS, that have been compiled already.
7 The build of the TPM Kernel module is assumed to have been done
8 previously.
9
10config BR2_PACKAGE_LINUX_FTPM_MOD_EXT_SITE
11 string "TPM Kernel Module installation package path"
12 default ""
13 help
14 The path to this installation package.
15
16config BR2_PACKAGE_LINUX_FTPM_MOD_EXT_PATH
17 string "Path to the TPM Kernel module"
18 default ""
19 help
20 The path of the TPM Kernel sources.