aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@traphandler.com>2014-03-03 05:06:02 -0500
committerNicolas Ferre <nicolas.ferre@atmel.com>2014-03-12 09:36:15 -0400
commitacc3e38c088be324c231d44c89b02d3bd463fdee (patch)
tree4f5160010a8f2d06ced43c0738922bab25b3716e /arch/arm/mach-at91
parent02c5777921fdb9bfd08da1d0e8150a785cf9003a (diff)
ARM: at91: move sam9261 SoC to common clk
This patch removes the selection of AT91_USE_OLD_CLK when selecting sam9261 SoCs support. This will automatically enable COMMON_CLK_AT91 option and add support for at91 common clk implementation. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 7013b7b66a1e..ae6617e3ed0b 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -119,7 +119,6 @@ config SOC_AT91SAM9261
119 select HAVE_AT91_DBGU0 119 select HAVE_AT91_DBGU0
120 select HAVE_FB_ATMEL 120 select HAVE_FB_ATMEL
121 select SOC_AT91SAM9 121 select SOC_AT91SAM9
122 select AT91_USE_OLD_CLK
123 select HAVE_AT91_USB_CLK 122 select HAVE_AT91_USB_CLK
124 help 123 help
125 Select this if you are using one of Atmel's AT91SAM9261 or AT91SAM9G10 SoC. 124 Select this if you are using one of Atmel's AT91SAM9261 or AT91SAM9G10 SoC.