We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738bc38 commit 5fb7f87Copy full SHA for 5fb7f87
lib/Kconfig
@@ -103,8 +103,7 @@ config CRC32
103
functions require M here.
104
105
config CRC32_SELFTEST
106
- bool "CRC32 perform self test on init"
107
- default n
+ tristate "CRC32 perform self test on init"
108
depends on CRC32
109
help
110
This option enables the CRC32 library functions to perform a
lib/Makefile
@@ -92,6 +92,7 @@ obj-$(CONFIG_CRC16) += crc16.o
92
obj-$(CONFIG_CRC_T10DIF)+= crc-t10dif.o
93
obj-$(CONFIG_CRC_ITU_T) += crc-itu-t.o
94
obj-$(CONFIG_CRC32) += crc32.o
95
+obj-$(CONFIG_CRC32_SELFTEST) += crc32test.o
96
obj-$(CONFIG_CRC7) += crc7.o
97
obj-$(CONFIG_LIBCRC32C) += libcrc32c.o
98
obj-$(CONFIG_CRC8) += crc8.o
0 commit comments