--- zzzz-none-000/linux-3.10.107/drivers/char/Kconfig 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/char/Kconfig 2021-02-04 17:41:59.000000000 +0000 @@ -4,8 +4,31 @@ menu "Character devices" +# AVM(begin) +source "drivers/char/dect_io/Kconfig" +source "drivers/char/avm_power/Kconfig" +source "drivers/char/avm_new/Kconfig" +source "drivers/char/avm_net_trace/Kconfig" +source "drivers/char/Piglet_noemif/Kconfig" +source "drivers/char/ubik2/Kconfig" +source "drivers/char/tffs/Kconfig" +# AVM(end) + +config AVM_FLASH_UPDATE + tristate "FLASH_UPDATE Driver Support (AVM)" + default n + source "drivers/tty/Kconfig" +config DEVMEM + bool "/dev/mem virtual device support" + default y + help + Say Y here if you want to support the /dev/mem device. + The /dev/mem device is used to access areas of physical + memory. + When in doubt, say "Y". + config DEVKMEM bool "/dev/kmem virtual device support" default y @@ -15,18 +38,6 @@ kind of kernel debugging operations. When in doubt, say "N". -config STALDRV - bool "Stallion multiport serial support" - depends on SERIAL_NONSTANDARD - help - Stallion cards give you many serial ports. You would need something - like this to connect more than two modems to your Linux box, for - instance in order to become a dial-in server. If you say Y here, - you will be asked for your specific card model in the next - questions. Make sure to read - in this case. If you have never heard about all this, it's safe to - say N. - config SGI_SNSC bool "SGI Altix system controller communication support" depends on (IA64_SGI_SN2 || IA64_GENERIC) @@ -51,8 +62,10 @@ source "drivers/tty/serial/Kconfig" +source "drivers/char/diag/Kconfig" + config TTY_PRINTK - bool "TTY driver to output user messages via printk" + tristate "TTY driver to output user messages via printk" depends on EXPERT && TTY default n ---help--- @@ -420,7 +433,7 @@ config SONYPI tristate "Sony Vaio Programmable I/O Control Device support" - depends on X86 && PCI && INPUT && !64BIT + depends on X86_32 && PCI && INPUT ---help--- This driver enables access to the Sony Programmable I/O Control Device which can be found in many (all ?) Sony Vaio laptops. @@ -511,6 +524,7 @@ config MAX_RAW_DEVS int "Maximum number of RAW devices to support (1-65536)" depends on RAW_DRIVER + range 1 65536 default "256" help The maximum number of RAW devices that are supported. @@ -534,10 +548,16 @@ If you say Y here, user applications will be able to mmap the HPET registers. +config HPET_MMAP_DEFAULT + bool "Enable HPET MMAP access by default" + default y + depends on HPET_MMAP + help In some hardware implementations, the page containing HPET registers may also contain other things that shouldn't be - exposed to the user. If this applies to your hardware, - say N here. + exposed to the user. This option selects the default (if + kernel parameter hpet_mmap is not set) user access to the + registers for applications that require it. config HANGCHECK_TIMER tristate "Hangcheck timer" @@ -579,22 +599,20 @@ controlling the behavior of this hardware. config DEVPORT - bool "/dev/port character device" + bool + depends on !M68K depends on ISA || PCI default y - help - Say Y here if you want to support the /dev/port device. The /dev/port - device is similar to /dev/mem, but for I/O ports. source "drivers/s390/char/Kconfig" -config MSM_SMD_PKT - bool "Enable device interface for some SMD packet ports" +config RAMOOPS + tristate "Log panic/oops to a RAM buffer" + depends on HAS_IOMEM default n - depends on MSM_SMD help - Enables userspace clients to read and write to some packet SMD - ports via device interface for MSM chipset. + This enables panic and oops messages to be logged to a circular + buffer in RAM where it can be read back at some later point. config TILE_SROM bool "Character-device access via hypervisor to the Tilera SPI ROM" @@ -607,5 +625,16 @@ device appear much like a simple EEPROM, and knows how to partition a single ROM for multiple purposes. +source "drivers/char/xillybus/Kconfig" + +config MSM_SMD_PKT + bool "Enable device interface for some SMD packet ports" + default n + depends on MSM_SMD + help + Enables userspace clients to read and write to some packet SMD + ports via device interface for MSM chipset. + + endmenu