diff options
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 3ec76586877e..d12346aaa88b 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -113,6 +113,10 @@ config BOARD_ATNGW100 | |||
113 | bool "ATNGW100 Network Gateway" | 113 | bool "ATNGW100 Network Gateway" |
114 | endchoice | 114 | endchoice |
115 | 115 | ||
116 | if BOARD_ATSTK1000 | ||
117 | source "arch/avr32/boards/atstk1000/Kconfig" | ||
118 | endif | ||
119 | |||
116 | choice | 120 | choice |
117 | prompt "Boot loader type" | 121 | prompt "Boot loader type" |
118 | default LOADER_U_BOOT | 122 | default LOADER_U_BOOT |
@@ -185,6 +189,27 @@ config CMDLINE | |||
185 | 189 | ||
186 | endmenu | 190 | endmenu |
187 | 191 | ||
192 | menu "Power managment options" | ||
193 | |||
194 | menu "CPU Frequency scaling" | ||
195 | |||
196 | source "drivers/cpufreq/Kconfig" | ||
197 | |||
198 | config CPU_FREQ_AT32AP | ||
199 | bool "CPU frequency driver for AT32AP" | ||
200 | depends on CPU_FREQ && PLATFORM_AT32AP | ||
201 | default n | ||
202 | help | ||
203 | This enables the CPU frequency driver for AT32AP processors. | ||
204 | |||
205 | For details, take a look in <file:Documentation/cpu-freq>. | ||
206 | |||
207 | If in doubt, say N. | ||
208 | |||
209 | endmenu | ||
210 | |||
211 | endmenu | ||
212 | |||
188 | menu "Bus options" | 213 | menu "Bus options" |
189 | 214 | ||
190 | config PCI | 215 | config PCI |