aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r--drivers/char/Kconfig9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 1b21c3a911d9..bde1c665d9f4 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -831,14 +831,6 @@ config DS1302
831 will get access to the real time clock (or hardware clock) built 831 will get access to the real time clock (or hardware clock) built
832 into your computer. 832 into your computer.
833 833
834config S3C2410_RTC
835 bool "S3C2410 RTC Driver"
836 depends on ARCH_S3C2410
837 help
838 RTC (Realtime Clock) driver for the clock inbuilt into the
839 Samsung S3C2410. This can provide periodic interrupt rates
840 from 1Hz to 64Hz for user programs, and wakeup from Alarm.
841
842config COBALT_LCD 834config COBALT_LCD
843 bool "Support for Cobalt LCD" 835 bool "Support for Cobalt LCD"
844 depends on MIPS_COBALT 836 depends on MIPS_COBALT
@@ -1014,6 +1006,7 @@ config GPIO_VR41XX
1014 1006
1015config RAW_DRIVER 1007config RAW_DRIVER
1016 tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)" 1008 tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)"
1009 depends on BLOCK
1017 help 1010 help
1018 The raw driver permits block devices to be bound to /dev/raw/rawN. 1011 The raw driver permits block devices to be bound to /dev/raw/rawN.
1019 Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O. 1012 Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O.