diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-02-25 14:22:39 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-02-25 14:22:39 -0500 |
commit | 80528e197e2924ba82c06f30a9928e93c4f16a33 (patch) | |
tree | e8d285100bfbaf9fd7d5a905c63a35b5773ce9de /arch/arm/Kconfig | |
parent | dd67f8a05dcaeb818eb6dee4ab4ea0b2490b0efc (diff) | |
parent | d5d5ce952a66c32abf36a6fdf2a1ba6cb8da9b93 (diff) |
Merge tag 'efm32-next' of git://git.pengutronix.de/git/ukl/linux into next/cleanup
Merge "efm32 cleanups for next" from Uwe Kleine-König
Just three simple cleanups for efm32 removing two now unused files and a
superflous select by ARCH_EFM32.
As these cleanups have dependencies on both v3.14-rc1 and my timex.h cleanup
(which is based on v3.13-rc1) this pull request also included a merge of my
cleanup tag which is already in armsoc/next/cleanup.
* tag 'efm32-next' of git://git.pengutronix.de/git/ukl/linux:
ARM: efm32: drop unused file <mach/timex.h>
ARM: efm32: drop selecting CLKSRC_MMIO
ARM: efm32: drop unused file entry-macro.S
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f093f2030c1c..224793cefa31 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -421,9 +421,6 @@ config ARCH_EFM32 | |||
421 | depends on !MMU | 421 | depends on !MMU |
422 | select ARCH_REQUIRE_GPIOLIB | 422 | select ARCH_REQUIRE_GPIOLIB |
423 | select ARM_NVIC | 423 | select ARM_NVIC |
424 | # CLKSRC_MMIO is wrong here, but needed until a proper fix is merged, | ||
425 | # i.e. CLKSRC_EFM32 selecting CLKSRC_MMIO | ||
426 | select CLKSRC_MMIO | ||
427 | select CLKSRC_OF | 424 | select CLKSRC_OF |
428 | select COMMON_CLK | 425 | select COMMON_CLK |
429 | select CPU_V7M | 426 | select CPU_V7M |