From adc8d203ab126a792661421191a7ec1a907daa1a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 4 May 2011 05:28:05 +0200 Subject: [PATCH] projects/*/options: enable build of imonlcd module per default on all supported builds Signed-off-by: Stephan Raue --- projects/Generic/options | 2 +- projects/Intel/options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Generic/options b/projects/Generic/options index 1b412f914c..0feb0b39ee 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -208,7 +208,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon" + LCD_DRIVER="irtrans,imon,imonlcd" # additional Firmware to use (dvb-firmware, wlan-firmware) # Space separated list is supported, diff --git a/projects/Intel/options b/projects/Intel/options index 9c6a87419b..4d8971b7c5 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -208,7 +208,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon" + LCD_DRIVER="irtrans,imon,imonlcd" # additional Firmware to use (dvb-firmware, wlan-firmware) # Space separated list is supported,