commit | accb8ba6a1f5b0da836ea96dab9a92fb9b84317c | [log] [tgz] |
---|---|---|
author | Teh Wen Ping <[email protected]> | Fri Jun 03 04:13:10 2022 |
committer | Teh Wen Ping <[email protected]> | Tue Jun 07 04:09:59 2022 |
tree | 841f54eaea0fcbbb268231c44988d91dfdaaa068 | |
parent | 8396478dd6741603e316a6875be064e055901e78 [diff] |
HSD #14015950233: crypto: intel_fcs: select HW_RANDOM if intel_fcs is built-in Update Kconfig to add the dependencies of intel_fcs module. This change will only build in the HW_RANDOM when the FCS is enabled. So if FCS is a kernel module, then HW_RANDOM is a hw module, if FCS is built-in, then the HW_RANDOM is built-in. Fixes: 6153ec6 ("HSD #22013011814: crypto: intel_fcs: support HWRNG via /dev/hwrng") Signed-off-by: Teh Wen Ping <[email protected]>