| commit | 813cb0d24cd0cef4da36aa6d0f9d154291ac15e1 | [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:08:34 2022 |
| tree | cb6fc09bcf03c715c277a8381289603dd44971f4 | |
| parent | 98021e63f6b07d4852a853f6d68707ac7a00fbbc [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]>