From 7f877e3fd209cf44d38f1417090c8f25cbfa726f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 25 Apr 2010 19:06:17 +0200 Subject: [PATCH] projects/*/options: - build only irtrans lcddriver for the moment --- projects/ION/options | 2 +- projects/generic/options | 2 +- projects/intel/options | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/ION/options b/projects/ION/options index ec811693d9..53ff6e3e0a 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -108,7 +108,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="none" + LCD_DRIVER="irtrans" # Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000) # Space separated list is supported, diff --git a/projects/generic/options b/projects/generic/options index ad58ad9a87..ed806f3546 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -108,7 +108,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="all" + LCD_DRIVER="irtrans" # Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000) # Space separated list is supported, diff --git a/projects/intel/options b/projects/intel/options index 11f8491a1f..6600a199cb 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -108,7 +108,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="all" + LCD_DRIVER="irtrans" # Firmware to use (iwl1000, iwl3945, iwl4965, iwl5000, iwl5150, iwl6000) # Space separated list is supported,