aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-05-23 21:55:59 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-05-25 04:28:14 -0400
commitb1fa888e0124763e5bafda074874fc7ac0f2f23f (patch)
treeffadfe1bf14b0ae80dc3c93a65722e360d876ff4 /drivers/watchdog/Kconfig
parent8a37f520523df971bd3f926d8bd45ead37e857e8 (diff)
watchdog: shwdt: Kill off mmap stub and superfluous comments.
The wdt mmaping thing was a special-cased hack that nothing in the wild depends on, so just kill it off. While at it, sanitize the superfluous comments in preparation for a driver rewrite and overhauled interface. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index b87ba23442d2..8828d8ffd353 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -948,14 +948,6 @@ config SH_WDT
948 To compile this driver as a module, choose M here: the 948 To compile this driver as a module, choose M here: the
949 module will be called shwdt. 949 module will be called shwdt.
950 950
951config SH_WDT_MMAP
952 bool "Allow mmap of SH WDT"
953 default n
954 depends on SH_WDT
955 help
956 If you say Y here, user applications will be able to mmap the
957 WDT/CPG registers.
958
959# SPARC Architecture 951# SPARC Architecture
960 952
961# SPARC64 Architecture 953# SPARC64 Architecture