This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a77cd3  fxos8700cq: Select SENSORS if used
0a77cd3 is described below

commit 0a77cd35d89db5c7ce2754099cf6520c86753a07
Author: Philippe Coval <r...@users.sf.net>
AuthorDate: Wed Oct 21 10:45:27 2020 +0200

    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 <r...@users.sf.net>
---
 examples/fxos8700cq_test/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/fxos8700cq_test/Kconfig b/examples/fxos8700cq_test/Kconfig
index f0887db..01e4284 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

Reply via email to