diff --git a/ChangeLog b/ChangeLog index 36e3a796fe..abc7efc2c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7054,4 +7054,6 @@ * configs/sam4e-ek: All configurations updated to run with 120MHz CPU speed and with the CMCC enabled. Calibrated delay loop (2014-3-26). + * drivers/lcd/Kconfig: Add missing configuration for the MIO283QT-9A + LCD. Reported by Toby Duckworth (2014-3-27). diff --git a/drivers/lcd/Kconfig b/drivers/lcd/Kconfig index 38547e788d..7ae1dd31e3 100644 --- a/drivers/lcd/Kconfig +++ b/drivers/lcd/Kconfig @@ -212,6 +212,14 @@ config LCD_MIO283QT2 OLED Display Module, MIO283QT-2, Multi-Inno Technology, Co. based on the Himax HX8347-D LCD controller. +config LCD_MIO283QT9A + bool "MIO283QT-9A TFT LCD Display Module" + default n + ---help--- + Selects the driver for the MI0283QT-9A LCD from Multi-Inno + Technology Co., Ltd. This LCD is based on the Ilitek ILI9341 + LCD controller. + config LCD_UG9664HSWAG01 bool "UG-9664HSWAG01 OLED Display Module" default n