From 79e0dab722cd2c0e4d1fbf4defb2f548770522b0 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 12bcc590d2..43855e7056 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -311,7 +311,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"