diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-18 03:17:56 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-18 03:17:56 -0400 |
commit | 717e7c2672e37253a4d3aa70e4716b5b0a658761 (patch) | |
tree | 9e4ce198c6c74dfedd20671188277ddd582989fc /arch/arm/mach-shmobile | |
parent | ac1d426e825ab5778995f2f6f053ca2e6b45c622 (diff) |
ARM: remove 'select GENERIC_TIME'
GENERIC_TIME is now enabled by default, so 'select GENERIC_TIME'
is redundant. Remove them.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index aeceb9b92aeb..f2b88c5fe142 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -7,7 +7,6 @@ config ARCH_SH7367 | |||
7 | select CPU_V6 | 7 | select CPU_V6 |
8 | select HAVE_CLK | 8 | select HAVE_CLK |
9 | select COMMON_CLKDEV | 9 | select COMMON_CLKDEV |
10 | select GENERIC_TIME | ||
11 | select GENERIC_CLOCKEVENTS | 10 | select GENERIC_CLOCKEVENTS |
12 | 11 | ||
13 | config ARCH_SH7377 | 12 | config ARCH_SH7377 |
@@ -15,7 +14,6 @@ config ARCH_SH7377 | |||
15 | select CPU_V7 | 14 | select CPU_V7 |
16 | select HAVE_CLK | 15 | select HAVE_CLK |
17 | select COMMON_CLKDEV | 16 | select COMMON_CLKDEV |
18 | select GENERIC_TIME | ||
19 | select GENERIC_CLOCKEVENTS | 17 | select GENERIC_CLOCKEVENTS |
20 | 18 | ||
21 | config ARCH_SH7372 | 19 | config ARCH_SH7372 |
@@ -23,7 +21,6 @@ config ARCH_SH7372 | |||
23 | select CPU_V7 | 21 | select CPU_V7 |
24 | select HAVE_CLK | 22 | select HAVE_CLK |
25 | select COMMON_CLKDEV | 23 | select COMMON_CLKDEV |
26 | select GENERIC_TIME | ||
27 | select GENERIC_CLOCKEVENTS | 24 | select GENERIC_CLOCKEVENTS |
28 | 25 | ||
29 | comment "SH-Mobile Board Type" | 26 | comment "SH-Mobile Board Type" |