diff options
author | Sangbeom Kim <sbkim73@samsung.com> | 2011-03-11 18:05:19 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-11 18:05:19 -0500 |
commit | 9e65bbf21371ea6705acd88229c8a7439f46e25e (patch) | |
tree | adf2be8b1322614a5375a2a37ad9d9e373a4138e /arch/arm/Kconfig | |
parent | 20780fcc4091897797979985868b1572dc7d78d9 (diff) |
ARM: S5P: Update defconfig for HRT support
This patch updates s5pv210_defconfig and s5p64x0_defconfig for
HRT support and CONFIG_S5P_HRT is used for its configuration.
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b4db99bb4f85..eed07eac3a5f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -715,7 +715,8 @@ config ARCH_S5P64X0 | |||
715 | select GENERIC_GPIO | 715 | select GENERIC_GPIO |
716 | select HAVE_CLK | 716 | select HAVE_CLK |
717 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 717 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
718 | select ARCH_USES_GETTIMEOFFSET | 718 | select GENERIC_CLOCKEVENTS |
719 | select HAVE_SCHED_CLOCK | ||
719 | select HAVE_S3C2410_I2C if I2C | 720 | select HAVE_S3C2410_I2C if I2C |
720 | select HAVE_S3C_RTC if RTC_CLASS | 721 | select HAVE_S3C_RTC if RTC_CLASS |
721 | help | 722 | help |
@@ -753,7 +754,8 @@ config ARCH_S5PV210 | |||
753 | select HAVE_CLK | 754 | select HAVE_CLK |
754 | select ARM_L1_CACHE_SHIFT_6 | 755 | select ARM_L1_CACHE_SHIFT_6 |
755 | select ARCH_HAS_CPUFREQ | 756 | select ARCH_HAS_CPUFREQ |
756 | select ARCH_USES_GETTIMEOFFSET | 757 | select GENERIC_CLOCKEVENTS |
758 | select HAVE_SCHED_CLOCK | ||
757 | select HAVE_S3C2410_I2C if I2C | 759 | select HAVE_S3C2410_I2C if I2C |
758 | select HAVE_S3C_RTC if RTC_CLASS | 760 | select HAVE_S3C_RTC if RTC_CLASS |
759 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 761 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |