|
@@ -8,6 +8,9 @@ menu "Graphics support"
|
|
config HAVE_FB_ATMEL
|
|
config HAVE_FB_ATMEL
|
|
bool
|
|
bool
|
|
|
|
|
|
|
|
+config HAVE_FB_IMX
|
|
|
|
+ bool
|
|
|
|
+
|
|
source "drivers/char/agp/Kconfig"
|
|
source "drivers/char/agp/Kconfig"
|
|
|
|
|
|
source "drivers/gpu/vga/Kconfig"
|
|
source "drivers/gpu/vga/Kconfig"
|
|
@@ -400,9 +403,6 @@ config FB_SA1100
|
|
If you plan to use the LCD display with your SA-1100 system, say
|
|
If you plan to use the LCD display with your SA-1100 system, say
|
|
Y here.
|
|
Y here.
|
|
|
|
|
|
-config HAVE_FB_IMX
|
|
|
|
- bool
|
|
|
|
-
|
|
|
|
config FB_IMX
|
|
config FB_IMX
|
|
tristate "Motorola i.MX LCD support"
|
|
tristate "Motorola i.MX LCD support"
|
|
depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2)
|
|
depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2)
|