Commit 234032ca authored by Anas Nashif's avatar Anas Nashif Committed by Johan Hedberg
Browse files

os: disable CRC by default



Users of CRC shall enable the the kconfig and not rely on it being
enabled by default.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent d8c61f21
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ config BASE64

config CRC
	bool "Cyclic redundancy check (CRC) Support"
	default y
	help
	  Enable use of CRC.