diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 36281823fe54..f632c6682aa6 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -933,7 +933,7 @@ config FB_S1D13XXX | |||
933 | 933 | ||
934 | config FB_ATMEL | 934 | config FB_ATMEL |
935 | tristate "AT91/AT32 LCD Controller support" | 935 | tristate "AT91/AT32 LCD Controller support" |
936 | depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 || ARCH_AT91CAP9 || AVR32) | 936 | depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9G10 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 || ARCH_AT91CAP9 || AVR32) |
937 | select FB_CFB_FILLRECT | 937 | select FB_CFB_FILLRECT |
938 | select FB_CFB_COPYAREA | 938 | select FB_CFB_COPYAREA |
939 | select FB_CFB_IMAGEBLIT | 939 | select FB_CFB_IMAGEBLIT |
@@ -949,7 +949,7 @@ config FB_INTSRAM | |||
949 | 949 | ||
950 | config FB_ATMEL_STN | 950 | config FB_ATMEL_STN |
951 | bool "Use a STN display with AT91/AT32 LCD Controller" | 951 | bool "Use a STN display with AT91/AT32 LCD Controller" |
952 | depends on FB_ATMEL && MACH_AT91SAM9261EK | 952 | depends on FB_ATMEL && (MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK) |
953 | default n | 953 | default n |
954 | help | 954 | help |
955 | Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD | 955 | Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD |