diff options
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 45d63c986015..7c239a916275 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -10,6 +10,7 @@ config AVR32 | |||
10 | # With EMBEDDED=n, we get lots of stuff automatically selected | 10 | # With EMBEDDED=n, we get lots of stuff automatically selected |
11 | # that we usually don't need on AVR32. | 11 | # that we usually don't need on AVR32. |
12 | select EMBEDDED | 12 | select EMBEDDED |
13 | select HAVE_CLK | ||
13 | select HAVE_OPROFILE | 14 | select HAVE_OPROFILE |
14 | select HAVE_KPROBES | 15 | select HAVE_KPROBES |
15 | help | 16 | help |
@@ -87,7 +88,7 @@ config PLATFORM_AT32AP | |||
87 | select SUBARCH_AVR32B | 88 | select SUBARCH_AVR32B |
88 | select MMU | 89 | select MMU |
89 | select PERFORMANCE_COUNTERS | 90 | select PERFORMANCE_COUNTERS |
90 | select HAVE_GPIO_LIB | 91 | select ARCH_REQUIRE_GPIOLIB |
91 | select GENERIC_ALLOCATOR | 92 | select GENERIC_ALLOCATOR |
92 | 93 | ||
93 | # | 94 | # |