diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2009-06-23 16:30:56 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2009-11-16 16:56:23 +0100 |
commit | 0912e5359f89f303f53fd4874dadab77a4949a8a (patch) | |
tree | 720d2f12f0293229c4ebd085b159cd0ad4da2dd1 /arch/avr32/Kconfig | |
parent | 2ef9f59a7a3a0894be63836542f0902a45ffdd22 (diff) | |
download | linux-3.10-0912e5359f89f303f53fd4874dadab77a4949a8a.tar.gz linux-3.10-0912e5359f89f303f53fd4874dadab77a4949a8a.tar.bz2 linux-3.10-0912e5359f89f303f53fd4874dadab77a4949a8a.zip |
atmel_lcdfb Kconfig: remove long dependency line
Many Atmel SOC are embedding a LCD controller. This patch removes the long
dependency line for this Atmel LCD framebuffer driver configuration entry.
The HAVE_FB_ATMEL configuration option is located in the video Kconfig file
as it may be setup by ARM/AT91 and AVR32 chips.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Andrew Victor <linux@maxim.org.za>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 35e3bd9858d..d856354f427 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -92,6 +92,7 @@ config PLATFORM_AT32AP select PERFORMANCE_COUNTERS select ARCH_REQUIRE_GPIOLIB select GENERIC_ALLOCATOR + select HAVE_FB_ATMEL # # CPU types |