sensor: Remove unsued LPS25HB_SYS_LOG_LEVEL config.

Change-Id: I5af84fd420a9c50f943938faf7ed966385c19f08
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
Marcus Shawcroft 2016-11-26 21:12:28 +00:00
commit 052a67f88d

View file

@ -23,26 +23,6 @@ menuconfig LPS25HB
Enable driver for LPS25HB I2C-based pressure and temperature
sensor.
config LPS25HB_SYS_LOG_LEVEL
int "LPS25HB Log level"
depends on SYS_LOG && LPS25HB
default 0
range 0 4
help
Sets log level for LPS25HB driver.
Levels are:
- 0 OFF: do not write
- 1 ERROR: only write SYS_LOG_ERR
- 2 WARNING: write SYS_LOG_WRN in addition to previous level
- 3 INFO: write SYS_LOG_INF in addition to previous levels
- 4 DEBUG: write SYS_LOG_DBG in addition to previous levels
config LPS25HB_DEV_NAME
string
prompt "Device name"