clockevents/drivers/Kconfig: Replace USE_OF with OF
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 17 Jun 2015 11:42:30 +0000 (19:42 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 10 Aug 2015 09:40:15 +0000 (11:40 +0200)
USE_OF is used as intermediate Kconfig option by few arch's (ARM, MIPS,
Xtensa); in all these cases it implies setting option OF too. Replace the
only instance of USE_OF in clocksource with OF.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/Kconfig

index 4e57730..c03f04d 100644 (file)
@@ -277,7 +277,7 @@ config CLKSRC_MIPS_GIC
 
 config CLKSRC_PXA
        def_bool y if ARCH_PXA || ARCH_SA1100
-       select CLKSRC_OF if USE_OF
+       select CLKSRC_OF if OF
        help
          This enables OST0 support available on PXA and SA-11x0
          platforms.