File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -815,7 +815,6 @@ CONFIG_SYSTEM_BLACKLIST_KEYRING=y
815
815
CONFIG_CORDIC=m
816
816
CONFIG_CRYPTO_LIB_CURVE25519=m
817
817
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=m
818
- CONFIG_CRC8=m
819
818
CONFIG_RANDOM32_SELFTEST=y
820
819
CONFIG_XZ_DEC_MICROLZMA=y
821
820
CONFIG_DMA_CMA=y
Original file line number Diff line number Diff line change @@ -803,7 +803,6 @@ CONFIG_CORDIC=m
803
803
CONFIG_PRIME_NUMBERS=m
804
804
CONFIG_CRYPTO_LIB_CURVE25519=m
805
805
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=m
806
- CONFIG_CRC8=m
807
806
CONFIG_XZ_DEC_MICROLZMA=y
808
807
CONFIG_DMA_CMA=y
809
808
CONFIG_CMA_SIZE_MBYTES=0
Original file line number Diff line number Diff line change @@ -222,11 +222,7 @@ config LIBCRC32C
222
222
purposes until the users are updated to select CRC32 directly.
223
223
224
224
config CRC8
225
- tristate "CRC8 function"
226
- help
227
- This option provides CRC8 function. Drivers may select this
228
- when they need to do cyclic redundancy check according CRC8
229
- algorithm. Module will be called crc8.
225
+ tristate
230
226
231
227
config CRC_OPTIMIZATIONS
232
228
bool "Enable optimized CRC implementations" if EXPERT
You can’t perform that action at this time.
0 commit comments