projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f4fa0
)
clocksource: Add a Kconfig menu
author
Jean Delvare
<
[email protected]
>
Mon, 16 Jun 2014 09:48:45 +0000
(11:48 +0200)
committer
Thomas Gleixner
<
[email protected]
>
Sat, 21 Jun 2014 20:32:42 +0000
(22:32 +0200)
Move the clocksource Kconfig entries into their own menu, so that they
don't pollute the main device driver menu.
Signed-off-by: Jean Delvare <
[email protected]
>
Cc: Daniel Lezcano <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Thomas Gleixner <
[email protected]
>
drivers/clocksource/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/clocksource/Kconfig
b/drivers/clocksource/Kconfig
index 065131cbfcc01b9c2f32b70600882c124dca4e06..6a1151840510eddd82e71cfc2e028da249ba6598 100644
(file)
--- a/
drivers/clocksource/Kconfig
+++ b/
drivers/clocksource/Kconfig
@@
-1,3
+1,5
@@
+menu "Clock Source drivers"
+
config CLKSRC_OF
bool
@@
-207,3
+209,5
@@
config CLKSRC_VERSATILE
counter available in the "System Registers" block of
ARM Versatile, RealView and Versatile Express reference
platforms.
+
+endmenu