Enable comparison operands collection by KCOV

configname: CONFIG_KCOV_ENABLE_COMPARISONS

Linux Kernel Configuration
└─>Kernel hacking
└─>Kernel Testing and Coverage
└─>Enable comparison operands collection by KCOV
In linux kernel since version 3.10 (release Date: 2013-06-30)  
KCOV also exposes operands of every comparison in the instrumented
code along with operand sizes and PCs of the comparison instructions.
These operands can be used by fuzzing engines to improve the quality
of fuzzing coverage.

depends
CONFIG_KCOV
CONFIG_cc-option