scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()
[linux-2.6-microblaze.git] / drivers / char / Kconfig
index b1bd336..b151e0f 100644 (file)
@@ -93,8 +93,9 @@ config PPDEV
 
 config VIRTIO_CONSOLE
        tristate "Virtio console"
-       depends on VIRTIO && TTY
+       depends on TTY
        select HVC_DRIVER
+       select VIRTIO
        help
          Virtio console for use with hypervisors.
 
@@ -333,16 +334,6 @@ config DEVMEM
          memory.
          When in doubt, say "Y".
 
-config DEVKMEM
-       bool "/dev/kmem virtual device support"
-       # On arm64, VMALLOC_START < PAGE_OFFSET, which confuses kmem read/write
-       depends on !ARM64
-       help
-         Say Y here if you want to support the /dev/kmem device. The
-         /dev/kmem device is rarely used, but can be used for certain
-         kind of kernel debugging operations.
-         When in doubt, say "N".
-
 config NVRAM
        tristate "/dev/nvram support"
        depends on X86 || HAVE_ARCH_NVRAM_OPS