diff options
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 3ec76586877e..8f37a14e6378 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -185,6 +185,27 @@ config CMDLINE | |||
185 | 185 | ||
186 | endmenu | 186 | endmenu |
187 | 187 | ||
188 | menu "Power managment options" | ||
189 | |||
190 | menu "CPU Frequency scaling" | ||
191 | |||
192 | source "drivers/cpufreq/Kconfig" | ||
193 | |||
194 | config CPU_FREQ_AT32AP | ||
195 | bool "CPU frequency driver for AT32AP" | ||
196 | depends on CPU_FREQ && PLATFORM_AT32AP | ||
197 | default n | ||
198 | help | ||
199 | This enables the CPU frequency driver for AT32AP processors. | ||
200 | |||
201 | For details, take a look in <file:Documentation/cpu-freq>. | ||
202 | |||
203 | If in doubt, say N. | ||
204 | |||
205 | endmenu | ||
206 | |||
207 | endmenu | ||
208 | |||
188 | menu "Bus options" | 209 | menu "Bus options" |
189 | 210 | ||
190 | config PCI | 211 | config PCI |