Skip to content

Commit

Permalink
MFGPT: move clocksource menu
Browse files Browse the repository at this point in the history
Move the CS5535 MFGPT hrtimer kconfig option to be with the other MFGPT
options.  This makes it easier to find and also removes it from the main
"Device Drivers" menu, where it should not have been.

Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: Andres Salomon <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and torvalds committed Mar 6, 2010
1 parent 3b2a8c8 commit 9c8f05c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ source "drivers/edac/Kconfig"

source "drivers/rtc/Kconfig"

source "drivers/clocksource/Kconfig"

source "drivers/dma/Kconfig"

source "drivers/dca/Kconfig"
Expand Down
9 changes: 0 additions & 9 deletions drivers/clocksource/Kconfig

This file was deleted.

9 changes: 9 additions & 0 deletions drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,15 @@ config CS5535_MFGPT_DEFAULT_IRQ
want to use a different IRQ by default. This is here for
architectures to set as necessary.

config CS5535_CLOCK_EVENT_SRC
tristate "CS5535/CS5536 high-res timer (MFGPT) events"
depends on GENERIC_TIME && GENERIC_CLOCKEVENTS && CS5535_MFGPT
help
This driver provides a clock event source based on the MFGPT
timer(s) in the CS5535 and CS5536 companion chips.
MFGPTs have a better resolution and max interval than the
generic PIT, and are suitable for use as high-res timers.

config HP_ILO
tristate "Channel interface driver for HP iLO/iLO2 processor"
depends on PCI
Expand Down

0 comments on commit 9c8f05c

Please sign in to comment.