From f7a1b46e9868c50fd7887e722ec8c32d09b165ca Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 21 Jul 2012 13:42:10 +0200 Subject: [PATCH] projects/Ultra/options: add 'lis' lcd driver Signed-off-by: Stephan Raue --- projects/Ultra/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Ultra/options b/projects/Ultra/options index e97d18f223..5bc577ed78 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -290,7 +290,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="imon,imonlcd,MtxOrb" + LCD_DRIVER="imon,imonlcd,MtxOrb,lis" # Modules to install in initramfs for early boot INITRAMFS_MODULES="uvesafb xhci-hcd"