diff options
author | Sangbeom Kim <sbkim73@samsung.com> | 2011-03-11 23:05:19 (GMT) |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-11 23:05:19 (GMT) |
commit | 9e65bbf21371ea6705acd88229c8a7439f46e25e (patch) | |
tree | adf2be8b1322614a5375a2a37ad9d9e373a4138e /arch/arm/mach-s5pv210 | |
parent | 20780fcc4091897797979985868b1572dc7d78d9 (diff) | |
download | linux-9e65bbf21371ea6705acd88229c8a7439f46e25e.tar.xz |
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/mach-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 7f015bb..37b5a97 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig @@ -13,6 +13,7 @@ config CPU_S5PV210 bool select S3C_PL330_DMA select S5P_EXT_INT + select S5P_HRT select S5PV210_PM if PM help Enable S5PV210 CPU support |