aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorBoris BREZILLON <b.brezillon@overkiz.com>2013-10-11 08:43:35 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-12-02 09:31:29 -0500
commit8ab033112a39bae52d61fa942fa69c2fc03f40b0 (patch)
treedac132576f95dde99368c31bd155dbacc800e0ab /arch/arm/mach-at91
parent72163e5ab52b2d4e27743c7560aff11e971975b2 (diff)
ARM: at91: move sama5d3 SoC to common clk
This patch removes the selection of AT91_USE_OLD_CLK when selecting sama5d3 SoC support. This will enable automatically enable COMMON_CLK_AT91 option and add support for at91 common clk implementation. Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.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 97033f792eea..b4f7d6ffa30b 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -86,7 +86,6 @@ config SOC_SAMA5D3
86 select SOC_SAMA5 86 select SOC_SAMA5
87 select HAVE_FB_ATMEL 87 select HAVE_FB_ATMEL
88 select HAVE_AT91_DBGU1 88 select HAVE_AT91_DBGU1
89 select AT91_USE_OLD_CLK
90 select HAVE_AT91_UTMI 89 select HAVE_AT91_UTMI
91 select HAVE_AT91_SMD 90 select HAVE_AT91_SMD
92 select HAVE_AT91_USB_CLK 91 select HAVE_AT91_USB_CLK