lkml.org 
[lkml]   [2015]   [Feb]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] clocksource: asm9260_timer: Add hardware dependency
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@suse.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Oleksij Rempel <linux@rempel-privat.de>
---
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


\
 
 \ /
  Last update: 2015-02-20 19:41    [W:0.026 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site