diff options
-rw-r--r-- | drivers/misc/Kconfig | 2 | ||||
-rw-r--r-- | drivers/rtc/Kconfig | 4 | ||||
-rw-r--r-- | drivers/video/backlight/Kconfig | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index bbeb4516facf..006242c8bca0 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -75,7 +75,7 @@ config ATMEL_TCB_CLKSRC | |||
75 | config ATMEL_TCB_CLKSRC_BLOCK | 75 | config ATMEL_TCB_CLKSRC_BLOCK |
76 | int | 76 | int |
77 | depends on ATMEL_TCB_CLKSRC | 77 | depends on ATMEL_TCB_CLKSRC |
78 | prompt "TC Block" if ARCH_AT91RM9200 || ARCH_AT91SAM9260 || CPU_AT32AP700X | 78 | prompt "TC Block" if CPU_AT32AP700X |
79 | default 0 | 79 | default 0 |
80 | range 0 1 | 80 | range 0 1 |
81 | help | 81 | help |
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 7e024f1344c6..aa96e375915d 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1124,7 +1124,6 @@ config RTC_DRV_AT91SAM9_RTT | |||
1124 | int | 1124 | int |
1125 | range 0 1 | 1125 | range 0 1 |
1126 | default 0 | 1126 | default 0 |
1127 | prompt "RTT module Number" if ARCH_AT91SAM9263 | ||
1128 | depends on RTC_DRV_AT91SAM9 | 1127 | depends on RTC_DRV_AT91SAM9 |
1129 | help | 1128 | help |
1130 | More than one RTT module is available. You can choose which | 1129 | More than one RTT module is available. You can choose which |
@@ -1133,8 +1132,7 @@ config RTC_DRV_AT91SAM9_RTT | |||
1133 | 1132 | ||
1134 | config RTC_DRV_AT91SAM9_GPBR | 1133 | config RTC_DRV_AT91SAM9_GPBR |
1135 | int | 1134 | int |
1136 | range 0 3 if !ARCH_AT91SAM9263 | 1135 | range 0 3 |
1137 | range 0 15 if ARCH_AT91SAM9263 | ||
1138 | default 0 | 1136 | default 0 |
1139 | prompt "Backup Register Number" | 1137 | prompt "Backup Register Number" |
1140 | depends on RTC_DRV_AT91SAM9 | 1138 | depends on RTC_DRV_AT91SAM9 |
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 8d03924749b8..efb09046a8cf 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -168,7 +168,6 @@ if BACKLIGHT_CLASS_DEVICE | |||
168 | config BACKLIGHT_ATMEL_LCDC | 168 | config BACKLIGHT_ATMEL_LCDC |
169 | bool "Atmel LCDC Contrast-as-Backlight control" | 169 | bool "Atmel LCDC Contrast-as-Backlight control" |
170 | depends on FB_ATMEL | 170 | depends on FB_ATMEL |
171 | default y if MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK || MACH_AT91SAM9263EK | ||
172 | help | 171 | help |
173 | This provides a backlight control internal to the Atmel LCDC | 172 | This provides a backlight control internal to the Atmel LCDC |
174 | driver. If the LCD "contrast control" on your board is wired | 173 | driver. If the LCD "contrast control" on your board is wired |