From 92afbe408d0a80e2899c6d527a84e55134ff46ff Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 30 Jun 2014 11:08:39 +0300 Subject: [PATCH] propects/Generic/options: lcdproc: enable serialVFD closes #3341 --- projects/Generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/options b/projects/Generic/options index 676b19f79f..a8a90a4378 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -305,7 +305,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780,CFontz,SureElec,vlsys_m428" + LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780,CFontz,SureElec,vlsys_m428,serialVFD" # Modules to install in initramfs for early boot INITRAMFS_MODULES="xhci-hcd"