diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2014-05-12 18:23:37 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-05-22 18:03:15 +0200 |
commit | ed093dc0d34e1ff89054dfe32b1c155fb387e432 (patch) | |
tree | 6a5e515af6956786dded407d472f08acff57c4c9 /arch/arm/mach-at91 | |
parent | 0d04fca9ae7873c4f729f97e21e08b82d4950e87 (diff) | |
download | blackbird-op-linux-ed093dc0d34e1ff89054dfe32b1c155fb387e432.tar.gz blackbird-op-linux-ed093dc0d34e1ff89054dfe32b1c155fb387e432.zip |
ARM: at91: move sam9x5 SoCs to the CCF
This patch removes the selection of AT91_USE_OLD_CLK when selecting
sam9x5 SoCs support. This will automatically enable COMMON_CLK_AT91 option
and add support for at91 common clk implementation.
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.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/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index b2d2cf4dc052..4d290543b416 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -167,7 +167,6 @@ config SOC_AT91SAM9X5 select HAVE_AT91_DBGU0 select HAVE_FB_ATMEL select SOC_AT91SAM9 - select AT91_USE_OLD_CLK select HAVE_AT91_UTMI select HAVE_AT91_SMD select HAVE_AT91_USB_CLK |