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

ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 635d578a73 drivers/sensor: Remove the selection of UORB from Kconfig
635d578a73 is described below

commit 635d578a73839956f952c2c7333d928e4ed99f2a
Author: Xiang Xiao <[email protected]>
AuthorDate: Mon Sep 18 11:27:21 2023 +0800

    drivers/sensor: Remove the selection of UORB from Kconfig
    
    since the driver doesn't depend on userspace library(uORB) at all
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 drivers/sensors/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/sensors/Kconfig b/drivers/sensors/Kconfig
index 7705ee00bb..3cdb6909eb 100644
--- a/drivers/sensors/Kconfig
+++ b/drivers/sensors/Kconfig
@@ -164,7 +164,6 @@ if SENSORS_BMI160
 config SENSORS_BMI160_UORB
        bool "BMI160 UORB Interface"
        default n
-       select UORB
        ---help---
        Enables Work with the UORB or Character Device interface.
        If not set, the Character Device is used by default.
@@ -253,7 +252,6 @@ if SENSORS_BMP180
 
 config SENSORS_BMP180_UORB
        bool "BMP180 UORB Interface"
-       select UORB
        ---help---
                Enables work with the UORB or Character Device interface.
                If not set, the Character Device is used by default.

Reply via email to