The driver does not implement a display API, it has a custom API. Having it under display is confusing, since display API consumers may expect they can use it. These sort of custom drivers fit better under drivers/misc. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_PRINTK=y
|
|
|
|
CONFIG_I2C=y
|
|
|
|
CONFIG_GROVE_LCD_RGB=y
|