[PATCH] clocksource: asm9260_timer: Add hardware dependency

From: Jean Delvare
Date: Fri Feb 20 2015 - 13:29:16 EST


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 <jdelvare@xxxxxxx>
Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Oleksij Rempel <linux@xxxxxxxxxxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/