aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2012-04-28 12:22:08 +0200
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-04-29 19:35:42 +0000
commit53027cdf2a676e19306011cb01cd9c7c00124cd6 (patch)
tree3d74c48c6d8b1ec993aa3a1194f0fae42ef78a2f /drivers/video/Makefile
parentvideo: auo_k190x: add driver for AUO-K1900 variant (diff)
downloadwireguard-linux-53027cdf2a676e19306011cb01cd9c7c00124cd6.tar.xz
wireguard-linux-53027cdf2a676e19306011cb01cd9c7c00124cd6.zip
video: auo_k190x: add driver for AUO-K1901 variant
This controller not only supports higher resolutions than the K1900 but concurrent updates as well. This results in a generally higher display speed. Signed-off-by: Heiko Stübner <heiko@sntech.de> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index e84df73ff85f..ee8dafb69e36 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -120,6 +120,7 @@ obj-$(CONFIG_FB_METRONOME) += metronomefb.o
obj-$(CONFIG_FB_BROADSHEET) += broadsheetfb.o
obj-$(CONFIG_FB_AUO_K190X) += auo_k190x.o
obj-$(CONFIG_FB_AUO_K1900) += auo_k1900fb.o
+obj-$(CONFIG_FB_AUO_K1901) += auo_k1901fb.o
obj-$(CONFIG_FB_S1D13XXX) += s1d13xxxfb.o
obj-$(CONFIG_FB_SH7760) += sh7760fb.o
obj-$(CONFIG_FB_IMX) += imxfb.o