diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2013-10-01 05:08:56 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-10-07 13:41:32 -0400 |
commit | 07d8a49c263c89c21d1e10b5550706ed8a58eb5e (patch) | |
tree | 4327c646b2f1ebc4f27c7786913040d698842100 /arch/arm/Kconfig | |
parent | c884357ec6e27c7967c78fb111cc8a830881f43b (diff) |
ARM: drop explicit selection of HAVE_CLK and CLKDEV_LOOKUP
CLKDEV_LOOKUP selects HAVE_CLK and COMMON_CLK selects CLKDEV_LOOKUP. So
all symbols that select at least two of these symbols can be simplified.
For imx, omap2 and ux500 some rearrangements were necessary before the
simplification.
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2b8faa337e8b..f55f7ac4b135 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -358,7 +358,6 @@ config ARCH_AT91 | |||
358 | bool "Atmel AT91" | 358 | bool "Atmel AT91" |
359 | select ARCH_REQUIRE_GPIOLIB | 359 | select ARCH_REQUIRE_GPIOLIB |
360 | select CLKDEV_LOOKUP | 360 | select CLKDEV_LOOKUP |
361 | select HAVE_CLK | ||
362 | select IRQ_DOMAIN | 361 | select IRQ_DOMAIN |
363 | select NEED_MACH_GPIO_H | 362 | select NEED_MACH_GPIO_H |
364 | select NEED_MACH_IO_H if PCCARD | 363 | select NEED_MACH_IO_H if PCCARD |
@@ -372,7 +371,6 @@ config ARCH_CLPS711X | |||
372 | bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" | 371 | bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" |
373 | select ARCH_REQUIRE_GPIOLIB | 372 | select ARCH_REQUIRE_GPIOLIB |
374 | select AUTO_ZRELADDR | 373 | select AUTO_ZRELADDR |
375 | select CLKDEV_LOOKUP | ||
376 | select CLKSRC_MMIO | 374 | select CLKSRC_MMIO |
377 | select COMMON_CLK | 375 | select COMMON_CLK |
378 | select CPU_ARM720T | 376 | select CPU_ARM720T |
@@ -631,7 +629,6 @@ config ARCH_PXA | |||
631 | config ARCH_MSM | 629 | config ARCH_MSM |
632 | bool "Qualcomm MSM" | 630 | bool "Qualcomm MSM" |
633 | select ARCH_REQUIRE_GPIOLIB | 631 | select ARCH_REQUIRE_GPIOLIB |
634 | select CLKDEV_LOOKUP | ||
635 | select CLKSRC_OF if OF | 632 | select CLKSRC_OF if OF |
636 | select COMMON_CLK | 633 | select COMMON_CLK |
637 | select GENERIC_CLOCKEVENTS | 634 | select GENERIC_CLOCKEVENTS |
@@ -649,7 +646,6 @@ config ARCH_SHMOBILE | |||
649 | select GENERIC_CLOCKEVENTS | 646 | select GENERIC_CLOCKEVENTS |
650 | select HAVE_ARM_SCU if SMP | 647 | select HAVE_ARM_SCU if SMP |
651 | select HAVE_ARM_TWD if SMP | 648 | select HAVE_ARM_TWD if SMP |
652 | select HAVE_CLK | ||
653 | select HAVE_MACH_CLKDEV | 649 | select HAVE_MACH_CLKDEV |
654 | select HAVE_SMP | 650 | select HAVE_SMP |
655 | select MIGHT_HAVE_CACHE_L2X0 | 651 | select MIGHT_HAVE_CACHE_L2X0 |
@@ -706,7 +702,6 @@ config ARCH_S3C24XX | |||
706 | select CLKSRC_SAMSUNG_PWM | 702 | select CLKSRC_SAMSUNG_PWM |
707 | select GENERIC_CLOCKEVENTS | 703 | select GENERIC_CLOCKEVENTS |
708 | select GPIO_SAMSUNG | 704 | select GPIO_SAMSUNG |
709 | select HAVE_CLK | ||
710 | select HAVE_S3C2410_I2C if I2C | 705 | select HAVE_S3C2410_I2C if I2C |
711 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 706 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
712 | select HAVE_S3C_RTC if RTC_CLASS | 707 | select HAVE_S3C_RTC if RTC_CLASS |
@@ -730,7 +725,6 @@ config ARCH_S3C64XX | |||
730 | select CPU_V6 | 725 | select CPU_V6 |
731 | select GENERIC_CLOCKEVENTS | 726 | select GENERIC_CLOCKEVENTS |
732 | select GPIO_SAMSUNG | 727 | select GPIO_SAMSUNG |
733 | select HAVE_CLK | ||
734 | select HAVE_S3C2410_I2C if I2C | 728 | select HAVE_S3C2410_I2C if I2C |
735 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 729 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
736 | select HAVE_TCM | 730 | select HAVE_TCM |
@@ -754,7 +748,6 @@ config ARCH_S5P64X0 | |||
754 | select CPU_V6 | 748 | select CPU_V6 |
755 | select GENERIC_CLOCKEVENTS | 749 | select GENERIC_CLOCKEVENTS |
756 | select GPIO_SAMSUNG | 750 | select GPIO_SAMSUNG |
757 | select HAVE_CLK | ||
758 | select HAVE_S3C2410_I2C if I2C | 751 | select HAVE_S3C2410_I2C if I2C |
759 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 752 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
760 | select HAVE_S3C_RTC if RTC_CLASS | 753 | select HAVE_S3C_RTC if RTC_CLASS |
@@ -773,7 +766,6 @@ config ARCH_S5PC100 | |||
773 | select CPU_V7 | 766 | select CPU_V7 |
774 | select GENERIC_CLOCKEVENTS | 767 | select GENERIC_CLOCKEVENTS |
775 | select GPIO_SAMSUNG | 768 | select GPIO_SAMSUNG |
776 | select HAVE_CLK | ||
777 | select HAVE_S3C2410_I2C if I2C | 769 | select HAVE_S3C2410_I2C if I2C |
778 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 770 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
779 | select HAVE_S3C_RTC if RTC_CLASS | 771 | select HAVE_S3C_RTC if RTC_CLASS |
@@ -793,7 +785,6 @@ config ARCH_S5PV210 | |||
793 | select CPU_V7 | 785 | select CPU_V7 |
794 | select GENERIC_CLOCKEVENTS | 786 | select GENERIC_CLOCKEVENTS |
795 | select GPIO_SAMSUNG | 787 | select GPIO_SAMSUNG |
796 | select HAVE_CLK | ||
797 | select HAVE_S3C2410_I2C if I2C | 788 | select HAVE_S3C2410_I2C if I2C |
798 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 789 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
799 | select HAVE_S3C_RTC if RTC_CLASS | 790 | select HAVE_S3C_RTC if RTC_CLASS |
@@ -810,11 +801,9 @@ config ARCH_EXYNOS | |||
810 | select ARCH_REQUIRE_GPIOLIB | 801 | select ARCH_REQUIRE_GPIOLIB |
811 | select ARCH_SPARSEMEM_ENABLE | 802 | select ARCH_SPARSEMEM_ENABLE |
812 | select ARM_GIC | 803 | select ARM_GIC |
813 | select CLKDEV_LOOKUP | ||
814 | select COMMON_CLK | 804 | select COMMON_CLK |
815 | select CPU_V7 | 805 | select CPU_V7 |
816 | select GENERIC_CLOCKEVENTS | 806 | select GENERIC_CLOCKEVENTS |
817 | select HAVE_CLK | ||
818 | select HAVE_S3C2410_I2C if I2C | 807 | select HAVE_S3C2410_I2C if I2C |
819 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 808 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
820 | select HAVE_S3C_RTC if RTC_CLASS | 809 | select HAVE_S3C_RTC if RTC_CLASS |
@@ -851,7 +840,6 @@ config ARCH_OMAP1 | |||
851 | select CLKSRC_MMIO | 840 | select CLKSRC_MMIO |
852 | select GENERIC_CLOCKEVENTS | 841 | select GENERIC_CLOCKEVENTS |
853 | select GENERIC_IRQ_CHIP | 842 | select GENERIC_IRQ_CHIP |
854 | select HAVE_CLK | ||
855 | select HAVE_IDE | 843 | select HAVE_IDE |
856 | select IRQ_DOMAIN | 844 | select IRQ_DOMAIN |
857 | select NEED_MACH_IO_H if PCCARD | 845 | select NEED_MACH_IO_H if PCCARD |