From 0a77cd35d89db5c7ce2754099cf6520c86753a07 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 21 Oct 2020 10:45:27 +0200 Subject: [PATCH] fxos8700cq: Select SENSORS if used SENSORS_FXOS8700CQ needs SENSORS for linking Change-Id: Ie0f1ba57517f27fa7697b6c8cf7a1f6558107732 Bug: https://github.com/apache/incubator-nuttx/pull/1999 Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr Signed-off-by: Philippe Coval --- examples/fxos8700cq_test/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/fxos8700cq_test/Kconfig b/examples/fxos8700cq_test/Kconfig index f0887dbbf..01e4284c2 100644 --- a/examples/fxos8700cq_test/Kconfig +++ b/examples/fxos8700cq_test/Kconfig @@ -27,6 +27,7 @@ config EXAMPLES_FXOS8700CQ bool "FXOS8700CQ motion sensor example" default n + select SENSORS select SENSORS_FXOS8700CQ ---help--- Enable the motion sensor example