diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 1e6fec487973..3d94a1471724 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -8,6 +8,9 @@ menu "Graphics support" | |||
8 | config HAVE_FB_ATMEL | 8 | config HAVE_FB_ATMEL |
9 | bool | 9 | bool |
10 | 10 | ||
11 | config HAVE_FB_IMX | ||
12 | bool | ||
13 | |||
11 | source "drivers/char/agp/Kconfig" | 14 | source "drivers/char/agp/Kconfig" |
12 | 15 | ||
13 | source "drivers/gpu/vga/Kconfig" | 16 | source "drivers/gpu/vga/Kconfig" |
@@ -400,9 +403,6 @@ config FB_SA1100 | |||
400 | If you plan to use the LCD display with your SA-1100 system, say | 403 | If you plan to use the LCD display with your SA-1100 system, say |
401 | Y here. | 404 | Y here. |
402 | 405 | ||
403 | config HAVE_FB_IMX | ||
404 | bool | ||
405 | |||
406 | config FB_IMX | 406 | config FB_IMX |
407 | tristate "Motorola i.MX LCD support" | 407 | tristate "Motorola i.MX LCD support" |
408 | depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2) | 408 | depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2) |