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:
Xiang Xiao 2023-09-18 11:27:21 +08:00 committed by GUIDINGLI
parent 6e6ba062fd
commit 635d578a73

View file

@ -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.