zephyr/drivers/sensor
Ulf Magnusson 8cf8db3a73 Kconfig: Use a short, consistent style for prompts
Consistently use

    config FOO
            bool/int/hex/string "Prompt text"

instead of

    config FOO
            bool/int/hex/string
            prompt "Prompt text"

(...and a bunch of other variations that e.g. swapped the order of the
type and the 'prompt', or put other properties between them).

The shorthand is fully equivalent to using 'prompt'. It saves lines and
avoids tricking people into thinking there is some semantic difference.

Most of the grunt work was done by a modified version of
https://unix.stackexchange.com/questions/26284/
how-can-i-use-sed-to-replace-a-multi-line-string/26290#26290, but some
of the rarer variations had to be converted manually.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-08-15 04:10:10 -07:00
..
adt7420 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
adxl362
ak8975 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
amg88xx
apds9960 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
bma280 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
bmc150_magn Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
bme280
bmg160 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
bmi160 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
bmm150
ccs811 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
dht Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
fxas21002 drivers/sensor/fxas21002: Fix race condition during initialization 2018-08-13 09:05:54 -05:00
fxos8700 drivers/sensor/fxos8700: Fix race condition during initialization 2018-08-13 09:05:07 -05:00
hdc1008 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
hmc5883l Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
hp206c
hts221 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
isl29035 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
lis2dh Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
lis3dh Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
lis3mdl Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
lps22hb Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
lps25hb Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
lsm6ds0 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
lsm6dsl Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
lsm9ds0_gyro Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
lsm9ds0_mfd Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
max30101 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
max44009 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
mcp9808
mma8451q Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
mpu6050 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
nrf5 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
pms7003
sht3xd Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
sx9500 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
th02 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
tmp007 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
tmp112 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
vl53l0x Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
CMakeLists.txt drivers: sensor: Add support for MMA8451Q (3-axis accelerometer) 2018-07-31 09:07:54 -05:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
sensor_handlers.c