diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-03-13 09:11:16 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-21 13:26:22 -0400 |
commit | 335cce74f29863a0ba415e5a76ee63c63caa774e (patch) | |
tree | 0e90273a2fb662014b2da188f648f18301fd437e | |
parent | af960151efc1ccc7d7259f8795156356a8bee3d3 (diff) |
ARM: samsung: select ATAGS where necessary
Most of the Samsung platforms do not yet allow building with
DT at all, so we should select CONFIG_ATAGS for now in all
cases we also select CONFIG_SAMSUNG_ATAGS.
Found during randconfig testing.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c076165545a2..3dad96105ce4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -733,6 +733,7 @@ config ARCH_S3C24XX | |||
733 | bool "Samsung S3C24XX SoCs" | 733 | bool "Samsung S3C24XX SoCs" |
734 | select ARCH_HAS_CPUFREQ | 734 | select ARCH_HAS_CPUFREQ |
735 | select ARCH_REQUIRE_GPIOLIB | 735 | select ARCH_REQUIRE_GPIOLIB |
736 | select ATAGS | ||
736 | select CLKDEV_LOOKUP | 737 | select CLKDEV_LOOKUP |
737 | select CLKSRC_SAMSUNG_PWM | 738 | select CLKSRC_SAMSUNG_PWM |
738 | select GENERIC_CLOCKEVENTS | 739 | select GENERIC_CLOCKEVENTS |
@@ -755,6 +756,7 @@ config ARCH_S3C64XX | |||
755 | select ARCH_REQUIRE_GPIOLIB | 756 | select ARCH_REQUIRE_GPIOLIB |
756 | select ARM_AMBA | 757 | select ARM_AMBA |
757 | select ARM_VIC | 758 | select ARM_VIC |
759 | select ATAGS | ||
758 | select CLKDEV_LOOKUP | 760 | select CLKDEV_LOOKUP |
759 | select CLKSRC_SAMSUNG_PWM | 761 | select CLKSRC_SAMSUNG_PWM |
760 | select COMMON_CLK | 762 | select COMMON_CLK |
@@ -778,6 +780,7 @@ config ARCH_S3C64XX | |||
778 | 780 | ||
779 | config ARCH_S5P64X0 | 781 | config ARCH_S5P64X0 |
780 | bool "Samsung S5P6440 S5P6450" | 782 | bool "Samsung S5P6440 S5P6450" |
783 | select ATAGS | ||
781 | select CLKDEV_LOOKUP | 784 | select CLKDEV_LOOKUP |
782 | select CLKSRC_SAMSUNG_PWM | 785 | select CLKSRC_SAMSUNG_PWM |
783 | select CPU_V6 | 786 | select CPU_V6 |
@@ -796,6 +799,7 @@ config ARCH_S5P64X0 | |||
796 | config ARCH_S5PC100 | 799 | config ARCH_S5PC100 |
797 | bool "Samsung S5PC100" | 800 | bool "Samsung S5PC100" |
798 | select ARCH_REQUIRE_GPIOLIB | 801 | select ARCH_REQUIRE_GPIOLIB |
802 | select ATAGS | ||
799 | select CLKDEV_LOOKUP | 803 | select CLKDEV_LOOKUP |
800 | select CLKSRC_SAMSUNG_PWM | 804 | select CLKSRC_SAMSUNG_PWM |
801 | select CPU_V7 | 805 | select CPU_V7 |
@@ -815,6 +819,7 @@ config ARCH_S5PV210 | |||
815 | select ARCH_HAS_CPUFREQ | 819 | select ARCH_HAS_CPUFREQ |
816 | select ARCH_HAS_HOLES_MEMORYMODEL | 820 | select ARCH_HAS_HOLES_MEMORYMODEL |
817 | select ARCH_SPARSEMEM_ENABLE | 821 | select ARCH_SPARSEMEM_ENABLE |
822 | select ATAGS | ||
818 | select CLKDEV_LOOKUP | 823 | select CLKDEV_LOOKUP |
819 | select CLKSRC_SAMSUNG_PWM | 824 | select CLKSRC_SAMSUNG_PWM |
820 | select CPU_V7 | 825 | select CPU_V7 |