drivers: sensor: clean up Kconfig files

- place all sensor Kconfig options in submenu
- separate device drivers and common options with a comment line
- align help text

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
Piotr Mienkowski 2017-09-21 20:28:16 +02:00 committed by Anas Nashif
commit c1f8eb4182
37 changed files with 48 additions and 51 deletions

View file

@ -9,7 +9,7 @@
menuconfig TMP112
bool
prompt "TMP112 Temperature Sensor"
depends on SENSOR && I2C
depends on I2C
default n
help
Enable driver for TMP112 infrared thermopile sensors.