The asm9260_timer driver is useless if not building a MACH_ASM9260 kernel, so add the proper dependency to hide it for all other users by default.
Signed-off-by: Jean Delvare <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Oleksij Rempel <[email protected]> --- drivers/clocksource/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-3.20-rc0.orig/drivers/clocksource/Kconfig 2015-02-20 17:24:45.793932950 +0100 +++ linux-3.20-rc0/drivers/clocksource/Kconfig 2015-02-20 19:23:37.624423235 +0100 @@ -249,6 +249,7 @@ config CLKSRC_PXA config ASM9260_TIMER bool "Alphascale ASM9260 timer driver" depends on GENERIC_CLOCKEVENTS + depends on MACH_ASM9260 || COMPILE_TEST select CLKSRC_MMIO select CLKSRC_OF default y if MACH_ASM9260 -- Jean Delvare SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

