From d90ef8374bb35873fe83dc1276ebde9b23a50685 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 21 Oct 2020 16:34:45 +0200 Subject: [PATCH] freedom-k64f: Enable SENSORS_FXOS8700CQ in demo config Testing this flag in the CI pipeline Change-Id: I46bf0d6f13d1d45e196e69733776f002f080e2ff Bug: https://github.com/apache/incubator-nuttx/pull/1999 Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr Signed-off-by: Philippe Coval --- boards/arm/kinetis/freedom-k64f/configs/demo/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig b/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig index 928d66af6e..e2086202a0 100644 --- a/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig +++ b/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig @@ -58,6 +58,7 @@ CONFIG_SCHED_HPWORK=y CONFIG_SCHED_WAITPID=y CONFIG_SDCLONE_DISABLE=y CONFIG_SENSORS=y +CONFIG_SENSORS_FXOS8700CQ=y CONFIG_START_DAY=25 CONFIG_START_MONTH=3 CONFIG_START_YEAR=2013