File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
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_CRC4=m
819
818
CONFIG_CRC7=m
820
819
CONFIG_CRC8=m
821
820
CONFIG_RANDOM32_SELFTEST=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_CRC4=m
807
806
CONFIG_CRC7=m
808
807
CONFIG_CRC8=m
809
808
CONFIG_XZ_DEC_MICROLZMA=y
Original file line number Diff line number Diff line change @@ -209,12 +209,7 @@ config CRC64_ARCH
209
209
default CRC64 if ARCH_HAS_CRC64 && CRC_OPTIMIZATIONS
210
210
211
211
config CRC4
212
- tristate "CRC4 functions"
213
- help
214
- This option is provided for the case where no in-kernel-tree
215
- modules require CRC4 functions, but a module built outside
216
- the kernel tree does. Such modules that use library CRC4
217
- functions require M here.
212
+ tristate
218
213
219
214
config CRC7
220
215
tristate "CRC7 functions"
You can’t perform that action at this time.
0 commit comments