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 3b54b3940178..1999b1834814 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -935,7 +935,7 @@ config FB_S1D13XXX | |||
935 | 935 | ||
936 | config FB_ATMEL | 936 | config FB_ATMEL |
937 | tristate "AT91/AT32 LCD Controller support" | 937 | tristate "AT91/AT32 LCD Controller support" |
938 | depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 || AVR32) | 938 | depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9G10 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 || ARCH_AT91CAP9 || AVR32) |
939 | select FB_CFB_FILLRECT | 939 | select FB_CFB_FILLRECT |
940 | select FB_CFB_COPYAREA | 940 | select FB_CFB_COPYAREA |
941 | select FB_CFB_IMAGEBLIT | 941 | select FB_CFB_IMAGEBLIT |
@@ -951,7 +951,7 @@ config FB_INTSRAM | |||
951 | 951 | ||
952 | config FB_ATMEL_STN | 952 | config FB_ATMEL_STN |
953 | bool "Use a STN display with AT91/AT32 LCD Controller" | 953 | bool "Use a STN display with AT91/AT32 LCD Controller" |
954 | depends on FB_ATMEL && MACH_AT91SAM9261EK | 954 | depends on FB_ATMEL && (MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK) |
955 | default n | 955 | default n |
956 | help | 956 | help |
957 | Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD | 957 | Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD |