diff options
author | Romain Naour <romain.naour@openwide.fr> | 2013-01-09 21:47:04 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-05 06:19:53 -0500 |
commit | 04a49b710d436ac977d3db41ae8ad23fe800a30b (patch) | |
tree | 90aa33044dcd281c95b44ee5c51c52aafdb9d6c2 /arch/arm/Kconfig | |
parent | 7f78b6eb5f51731fd7d6e272b5adc1d030f0791f (diff) |
ARM: S3C64XX: Add samsung-time support for s3c64xx
Signed-off-by: Naour Romain <romain.naour@openwide.fr>
[tomasz.figa@gmail.com: tested on a Tiny6410 board]
Reviewed-and-Tested-by: Tomasz Figa <tomasz.figa@gmail.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 967bcd31eb3b..61ddd4f45ba1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -790,10 +790,11 @@ config ARCH_S3C64XX | |||
790 | bool "Samsung S3C64XX" | 790 | bool "Samsung S3C64XX" |
791 | select ARCH_HAS_CPUFREQ | 791 | select ARCH_HAS_CPUFREQ |
792 | select ARCH_REQUIRE_GPIOLIB | 792 | select ARCH_REQUIRE_GPIOLIB |
793 | select ARCH_USES_GETTIMEOFFSET | ||
794 | select ARM_VIC | 793 | select ARM_VIC |
795 | select CLKDEV_LOOKUP | 794 | select CLKDEV_LOOKUP |
795 | select CLKSRC_MMIO | ||
796 | select CPU_V6 | 796 | select CPU_V6 |
797 | select GENERIC_CLOCKEVENTS | ||
797 | select HAVE_CLK | 798 | select HAVE_CLK |
798 | select HAVE_S3C2410_I2C if I2C | 799 | select HAVE_S3C2410_I2C if I2C |
799 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 800 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |