Browse Source

[ARM] pxa: remove duplicate select statements from Kconfig

ARCH_PXA selects HAVE_CLK and COMMON_CLKDEV twice in arch/arm/Kconfig.
Remove the second entry.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Guennadi Liakhovetski 16 years ago
parent
commit
fd87e08172
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/arm/Kconfig

+ 0 - 2
arch/arm/Kconfig

@@ -486,8 +486,6 @@ config ARCH_PXA
 	select HAVE_CLK
 	select COMMON_CLKDEV
 	select ARCH_REQUIRE_GPIOLIB
-	select HAVE_CLK
-	select COMMON_CLKDEV
 	select GENERIC_TIME
 	select GENERIC_CLOCKEVENTS
 	select TICK_ONESHOT