diff options
author | Nelson Castillo <arhuaco@freaks-unidos.net> | 2009-01-21 20:02:03 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-21 20:02:03 +0000 |
commit | 6e3120ce2316eed2be656ae43010d52c478741a3 (patch) | |
tree | 3563c354b192cfc5c2fedf84c38a04b32d44f690 | |
parent | f1ea149e0160b091f145fd6025bc79607491fc85 (diff) |
Disable l1k002 LCM driver in gta02 configs
This configuration (CONFIG_DISPLAY_L1K002) is GTA03 specific.
Let's disable it for GTA02.
Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
-rw-r--r-- | arch/arm/configs/gta02-moredrivers-defconfig | 1 | ||||
-rw-r--r-- | arch/arm/configs/gta02-packaging-defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/gta02-moredrivers-defconfig b/arch/arm/configs/gta02-moredrivers-defconfig index 1bab0eee69b..8025342c9a5 100644 --- a/arch/arm/configs/gta02-moredrivers-defconfig +++ b/arch/arm/configs/gta02-moredrivers-defconfig @@ -1315,6 +1315,7 @@ CONFIG_DISPLAY_SUPPORT=y # Display hardware drivers # CONFIG_DISPLAY_JBT6K74=y +# CONFIG_DISPLAY_L1K002 is not set # # Console display driver support diff --git a/arch/arm/configs/gta02-packaging-defconfig b/arch/arm/configs/gta02-packaging-defconfig index f210d247607..2e053612291 100644 --- a/arch/arm/configs/gta02-packaging-defconfig +++ b/arch/arm/configs/gta02-packaging-defconfig @@ -1318,6 +1318,7 @@ CONFIG_DISPLAY_SUPPORT=y # Display hardware drivers # CONFIG_DISPLAY_JBT6K74=y +# CONFIG_DISPLAY_L1K002 is not set # # Console display driver support |