mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
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 <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
6e6ba062fd
commit
635d578a73
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue