summaryrefslogtreecommitdiff
path: root/drivers/grove/Kconfig
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-10-07 13:03:51 -0400
committerAnas Nashif <nashif@linux.intel.com>2016-10-07 20:53:29 +0000
commit33118f9212277303f76d21b2e2842f79bdce9e7d (patch)
treef50dbfaf6d5fc915283bece65be35c037c8a0393 /drivers/grove/Kconfig
parentdf4c0acd2d443f428961c149304536b84067d671 (diff)
sensor: grove: use global sensor init priority
Change-Id: Ie56ee7e4b267b4dc67026be4531834f550134969 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'drivers/grove/Kconfig')
-rw-r--r--drivers/grove/Kconfig30
1 files changed, 0 insertions, 30 deletions
diff --git a/drivers/grove/Kconfig b/drivers/grove/Kconfig
index c69838066..fd8c8331f 100644
--- a/drivers/grove/Kconfig
+++ b/drivers/grove/Kconfig
@@ -57,16 +57,6 @@ config GROVE_LCD_RGB_I2C_MASTER_DEV_NAME
Specify the device name of the I2C master device to which the
Grove LCD is connected.
-config GROVE_LCD_RGB_INIT_PRIORITY
- int
- prompt "Init priority"
- default 70
- depends on GROVE_LCD_RGB
- help
- Device driver initialization priority.
- As the device is connected to I2C bus, its driver has
- to be initialized after the I2C one.
-
config GROVE_LIGHT_SENSOR
bool
prompt "Enable the Seeed Grove Light Sensor"
@@ -102,16 +92,6 @@ config GROVE_LIGHT_SENSOR_ADC_CHANNEL
Specify the channel of the ADC to which the Grove Light Sensor is
connected.
-config GROVE_LIGHT_SENSOR_INIT_PRIORITY
- int
- prompt "Init priority"
- default 70
- depends on GROVE_LIGHT_SENSOR
- help
- Device driver initialization priority.
- As the device is connected to an ADC device, its driver has to be
- initialized after the ADC device.
-
config GROVE_TEMPERATURE_SENSOR
bool
prompt "Enable the Seeed Grove Temperature Sensor"
@@ -168,13 +148,3 @@ config GROVE_TEMPERATURE_SENSOR_ADC_CHANNEL
help
Specify the channel of the ADC to which the Grove Temperature Sensor
is connected.
-
-config GROVE_TEMPERATURE_SENSOR_INIT_PRIORITY
- int
- prompt "Init priority"
- default 70
- depends on GROVE_TEMPERATURE_SENSOR
- help
- Device driver initialization priority.
- As the device is connected to an ADC device, its driver has to be
- initialized after the ADC device.