revert android-tegra-2.6.36-honeycomb-mr1-9001adc to v2.6.36
[firefly-linux-kernel-4.4.55.git] / drivers / char / Kconfig
index 0a0880332f202f5a28f3ab174592a64e8555f8c3..3d44ec724c1789bb6834ceb49762ef075af25702 100644 (file)
@@ -88,19 +88,6 @@ config VT_HW_CONSOLE_BINDING
         information. For framebuffer console users, please refer to
         <file:Documentation/fb/fbcon.txt>.
 
-config DEVMEM
-       bool "Memory device driver"
-       default y
-       help
-         The memory driver provides two character devices, mem and kmem, which
-         provide access to the system's memory. The mem device is a view of
-         physical memory, and each byte in the device corresponds to the
-         matching physical address. The kmem device is the same as mem, but
-         the addresses correspond to the kernel's virtual address space rather
-         than physical memory. These devices are standard parts of a Linux
-         system and most users should say Y here. You might say N if very
-         security conscience or memory is tight.
-
 config DEVKMEM
        bool "/dev/kmem virtual device support"
        default y
@@ -1132,10 +1119,6 @@ config DEVPORT
        depends on ISA || PCI
        default y
 
-config DCC_TTY
-       tristate "DCC tty driver"
-       depends on ARM
-
 source "drivers/s390/char/Kconfig"
 
 config RAMOOPS