ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration option
authorNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 12 Dec 2013 16:00:45 +0000 (17:00 +0100)
committerKevin Hilman <khilman@linaro.org>
Thu, 12 Dec 2013 17:57:42 +0000 (09:57 -0800)
commit83301480111c9ac3fbd03ec5b0c90c21c5aa39f7
tree6a57f8b1b053ec9b470c4056a886163a31a0448e
parentb9f10a10cd56414659724bfb9f8b65499f07d538
ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration option

This AT91 specific Kconfig option removed the code that dealt with
programmable clocks. Each AT91 SoC embeds programmable clocks and
there is little gain to remove this code in case that such a clock
is not used.
If this option is not selected, it causes certain drivers to fail
to build. We simply remove this option instead of adding code just
to build a workaround.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
14 files changed:
arch/arm/configs/at91_dt_defconfig
arch/arm/configs/at91rm9200_defconfig
arch/arm/configs/at91sam9260_9g20_defconfig
arch/arm/configs/at91sam9261_9g10_defconfig
arch/arm/configs/at91sam9g45_defconfig
arch/arm/configs/at91sam9rl_defconfig
arch/arm/configs/sama5_defconfig
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/clock.c
arch/arm/mach-at91/pm.c
drivers/clk/at91/Makefile
drivers/clk/at91/pmc.c
drivers/clk/at91/pmc.h
sound/soc/atmel/Kconfig