grove_lcd: this display is not a feature of the board
The LCD display is an add-on, not a feature of the platform or the board. Set the defaults and remove the definition from Galileo Kconfig. Change-Id: Ic319cd765d2dc1fe08cc65615680821fe9bc6a83 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
cbd7dc65c4
commit
8704792c45
2 changed files with 1 additions and 4 deletions
|
@ -444,10 +444,6 @@ config GPIO_PCAL9535A_INIT_PRIORITY
|
||||||
config PWM_PCA9685_INIT_PRIORITY
|
config PWM_PCA9685_INIT_PRIORITY
|
||||||
default 70
|
default 70
|
||||||
|
|
||||||
# Grove RGB LCD uses I2C, thus initialized after it
|
|
||||||
config GROVE_LCD_RGB_INIT_PRIORITY
|
|
||||||
default 70
|
|
||||||
|
|
||||||
# Pin multiplexer uses PCAL9535A, needs to be initialized after it
|
# Pin multiplexer uses PCAL9535A, needs to be initialized after it
|
||||||
config PINMUX_INIT_PRIORITY
|
config PINMUX_INIT_PRIORITY
|
||||||
default 80
|
default 80
|
||||||
|
|
|
@ -50,6 +50,7 @@ config GROVE_LCD_RGB_I2C_MASTER_DEV_NAME
|
||||||
config GROVE_LCD_RGB_INIT_PRIORITY
|
config GROVE_LCD_RGB_INIT_PRIORITY
|
||||||
int
|
int
|
||||||
prompt "Init priority"
|
prompt "Init priority"
|
||||||
|
default 70
|
||||||
depends on GROVE_LCD_RGB
|
depends on GROVE_LCD_RGB
|
||||||
help
|
help
|
||||||
Device driver initialization priority.
|
Device driver initialization priority.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue