diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 65561716c16c..b3c8be0da17f 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -76,6 +76,8 @@ config CRC16 | |||
76 | 76 | ||
77 | config CRC_T10DIF | 77 | config CRC_T10DIF |
78 | tristate "CRC calculation for the T10 Data Integrity Field" | 78 | tristate "CRC calculation for the T10 Data Integrity Field" |
79 | select CRYPTO | ||
80 | select CRYPTO_CRCT10DIF | ||
79 | help | 81 | help |
80 | This option is only needed if a module that's not in the | 82 | This option is only needed if a module that's not in the |
81 | kernel tree needs to calculate CRC checks for use with the | 83 | kernel tree needs to calculate CRC checks for use with the |