From: Mark Brown Date: Thu, 22 May 2014 10:34:36 +0000 (+0100) Subject: configs: Enable jump label optimisation and strict devmem X-Git-Tag: firefly_0821_release~3680^2~5^2~2^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9e44841f6d7bce1b10d81242df57c154b15c1464;p=firefly-linux-kernel-4.4.55.git configs: Enable jump label optimisation and strict devmem For the coverage. Signed-off-by: Mark Brown --- diff --git a/linaro/configs/linaro-base.conf b/linaro/configs/linaro-base.conf index 947ca1f50935..30670cb62aae 100644 --- a/linaro/configs/linaro-base.conf +++ b/linaro/configs/linaro-base.conf @@ -92,3 +92,5 @@ CONFIG_HW_PERF_EVENTS=y CONFIG_FUNCTION_TRACER=y CONFIG_ENABLE_DEFAULT_TRACERS=y CONFIG_PROC_DEVICETREE=y +CONFIG_JUMP_LABEL=y +CONFIG_STRICT_DEVMEM=y