diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 07:48:28 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 07:48:28 -0400 |
commit | 925c68cdca7412cb0ce9d63dab3cbfc9b47b3c8d (patch) | |
tree | 177582c32534314617354074599f208be0e7eee2 /arch/arm/Kconfig | |
parent | 206a1a825dc67060ee319c99569755ba11250907 (diff) |
ARM: SAMSUNG: Fixup convert arm to arch_gettimeoffset()
Fixup commit 5cfc8ee0bb5134e1204e1ec5843e164f24315021 which
introduced ARCH_USES_GETTIMEOFFSET but missed out several
S5P architectures.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1cb098f6950b..550c038451a7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -688,6 +688,7 @@ config ARCH_S5P6440 | |||
688 | select CPU_V6 | 688 | select CPU_V6 |
689 | select GENERIC_GPIO | 689 | select GENERIC_GPIO |
690 | select HAVE_CLK | 690 | select HAVE_CLK |
691 | select ARCH_USES_GETTIMEOFFSET | ||
691 | help | 692 | help |
692 | Samsung S5P6440 CPU based systems | 693 | Samsung S5P6440 CPU based systems |
693 | 694 | ||
@@ -696,6 +697,7 @@ config ARCH_S5P6442 | |||
696 | select CPU_V6 | 697 | select CPU_V6 |
697 | select GENERIC_GPIO | 698 | select GENERIC_GPIO |
698 | select HAVE_CLK | 699 | select HAVE_CLK |
700 | select ARCH_USES_GETTIMEOFFSET | ||
699 | help | 701 | help |
700 | Samsung S5P6442 CPU based systems | 702 | Samsung S5P6442 CPU based systems |
701 | 703 | ||
@@ -705,6 +707,7 @@ config ARCH_S5PC100 | |||
705 | select HAVE_CLK | 707 | select HAVE_CLK |
706 | select CPU_V7 | 708 | select CPU_V7 |
707 | select ARM_L1_CACHE_SHIFT_6 | 709 | select ARM_L1_CACHE_SHIFT_6 |
710 | select ARCH_USES_GETTIMEOFFSET | ||
708 | help | 711 | help |
709 | Samsung S5PC100 series based systems | 712 | Samsung S5PC100 series based systems |
710 | 713 | ||
@@ -714,6 +717,7 @@ config ARCH_S5PV210 | |||
714 | select GENERIC_GPIO | 717 | select GENERIC_GPIO |
715 | select HAVE_CLK | 718 | select HAVE_CLK |
716 | select ARM_L1_CACHE_SHIFT_6 | 719 | select ARM_L1_CACHE_SHIFT_6 |
720 | select ARCH_USES_GETTIMEOFFSET | ||
717 | help | 721 | help |
718 | Samsung S5PV210/S5PC110 series based systems | 722 | Samsung S5PV210/S5PC110 series based systems |
719 | 723 | ||