Javier Almansa Sobrino | cf56848 | 2020-02-26 11:51:45 +0000 | [diff] [blame] | 1 | config 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 | |
| 10 | config 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 | |
| 16 | config 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. |