zephyr/drivers/sensor
Ulf Magnusson 6ef29c0250 kconfig: Remove some redundant single-item menus and ifs
A single menu within an if like

    if FOO

    menu "blah"

    ...

    endmenu

    endif

can be replaced with

    menu "blah"
            depends on FOO

    ...

    endmenu

Fix up all existing instances.

Also remove redundant extra menus underneath 'menuconfig' symbols.
'menuconfig' already creates a menu.

Also remove the menu in arch/arm/core/aarch32/Kconfig around the
"Floating point ABI" choice. The choice depends on FLOAT, which depends
on CPU_HAS_CPU, so remove the 'depends on CPU_HAS_FPU' too.

Piggyback removing a redundant 'default n' for BME280.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-12-21 10:26:54 -05:00
..
adt7420
adxl362
adxl372
ak8975
amg88xx drivers: amg88xx: check i2c write return value 2019-11-21 07:48:35 -06:00
ams_iAQcore
apds9960
bma280
bmc150_magn
bme280 kconfig: Remove some redundant single-item menus and ifs 2019-12-21 10:26:54 -05:00
bme680 kconfig: Remove some redundant single-item menus and ifs 2019-12-21 10:26:54 -05:00
bmg160
bmi160
bmm150
ccs811
dht sensor: dht: convert from Kconfig to devicetree 2019-12-19 06:43:37 -06:00
ens210
fxas21002
fxos8700
grove
hmc5883l
hp206c
hts221
iis3dhhc
isl29035
lis2dh sensors: lis2dh: use proper scale factor for lsm303agr 2019-11-13 14:43:25 -06:00
lis2ds12 global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
lis2dw12
lis2mdl
lis3mdl
lps22hb kconfig: Remove some redundant single-item menus and ifs 2019-12-21 10:26:54 -05:00
lps22hh sensors: lps2hh: Fix misspelled GPIOS_CONTROLLER references 2019-12-19 06:41:25 -06:00
lps25hb kconfig: Remove some redundant single-item menus and ifs 2019-12-21 10:26:54 -05:00
lsm6ds0
lsm6dsl
lsm6dso include: Fix use of <gpio.h> -> <drivers/gpio.h> 2019-12-10 08:39:37 -05:00
lsm9ds0_gyro
lsm9ds0_mfd
lsm303dlhc_magn
max30101
max44009
mcp9808 drivers: sensor: mcp9808: clean up I2C API usage 2019-11-13 15:16:54 -06:00
mpu6050
ms5607 sensor: add ms5607 sensor 2019-12-09 12:22:25 -06:00
ms5837
nrf5 drivers: clock_control: nrf: Switch to single clock device 2019-12-17 14:38:19 +01:00
opt3001 include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
pms7003
qdec_nrfx
sht3xd
si7006 include: Fix use of <i2c.h> -> <drivers/i2c.h> 2019-12-10 08:39:37 -05:00
si7060
stts751 include: Fix use of <gpio.h> -> <drivers/gpio.h> 2019-12-10 08:39:37 -05:00
sx9500
th02
ti_hdc
tmp007
tmp112
tmp116 sensor: tmp116: Add support for tmp117, fix calculation issues 2019-12-20 20:18:25 -05:00
vl53l0x global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
CMakeLists.txt subsys/shell: Introduce the Sensor Shell Module 2019-12-19 15:54:04 -05:00
Kconfig subsys/shell: Introduce the Sensor Shell Module 2019-12-19 15:54:04 -05:00
sensor_handlers.c
sensor_shell.c subsys/shell: Introduce the Sensor Shell Module 2019-12-19 15:54:04 -05:00