aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-2/+2
2023-05-31char: add HAS_IOPORT dependenciesNiklas Schnelle1-1/+2
2023-03-09char: pcmcia: remove all the driversJiri Slaby1-2/+0
2022-11-18random: use random.trust_{bootloader,cpu} command line option onlyJason A. Donenfeld1-36/+0
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2022-07-28char: remove VR41XX related char driverThomas Bogendoerfer1-5/+0
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-1/+0
2022-06-10random: credit cpu and bootloader seeds by defaultJason A. Donenfeld1-19/+31
2022-04-22char: ttyprintk: register consoleVincent Whitchurch1-1/+2
2022-03-25random: treat bootloader trust toggle the same way as cpu trust toggleJason A. Donenfeld1-1/+2
2021-08-16char: move RANDOM_TRUST_CPU & RANDOM_TRUST_BOOTLOADER into the Character devi...Randy Dunlap1-2/+2
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-13/+0
2021-06-04remove the raw driverChristoph Hellwig1-21/+0
2021-05-13tty: remove broken r3964 line disciplineJiri Slaby1-13/+0
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand1-10/+0
2020-09-07char: virtio: Select VIRTIO from VIRTIO_CONSOLE.Michal Suchanek1-1/+2
2020-07-23char: Replace HTTP links with HTTPS onesAlexander A. Klimov1-3/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-11/+11
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek1-1/+1
2020-04-05Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-03-19rtc/alpha: remove legacy rtc driverArnd Bergmann1-56/+0
2020-03-19rtc/ia64: remove legacy efirtc driverArnd Bergmann1-4/+0
2020-03-12tty: source all tty Kconfig files in one placeRandy Dunlap1-5/+0
2020-03-12char: group dev configs togtherRandy Dunlap1-50/+50
2020-02-27random: Make RANDOM_TRUST_CPU depend on ARCH_RANDOMRichard Henderson1-1/+1
2019-11-20char: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-22/+0
2019-08-23fdt: add support for rng-seedHsin-Yi Wang1-0/+9
2019-08-16char: remove the SGI tiocx/mbcs driverChristoph Hellwig1-14/+0
2019-08-16char: remove the SGI snsc driverChristoph Hellwig1-8/+0
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab1-2/+2
2019-07-15docs: admin-guide: add laptops documentationMauro Carvalho Chehab1-1/+1
2019-07-15docs: laptops: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-04-05tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman1-1/+1
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain1-10/+9
2019-01-22m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain1-1/+2
2019-01-22scsi/atari_scsi: Don't select CONFIG_NVRAMFinn Thain1-4/+1
2018-11-09ttyprintk: make the printk log level configurablePeter Korsgaard1-0/+8
2018-10-27Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-1/+1
2018-09-08rtc: mips: default to rtc-cmos on mipsArnd Bergmann1-1/+1
2018-09-01random: make CPU trust a boot parameterKees Cook1-2/+2
2018-07-24random: add a config option to trust the CPU's hwrngTheodore Ts'o1-0/+14
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-05char: sparc64: Add privileged ADI driverTom Hromatka1-0/+12
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2018-03-26char: remove blackfin OTP driverArnd Bergmann1-28/+0
2018-03-26char: remove tile-srom.cArnd Bergmann1-11/+0
2018-03-26char: remove obsolete ds1302 rtc driverArnd Bergmann1-9/+0
2018-03-15char: nvram: disable on ARMAlexandre Belloni1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-1/+1
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+2
2017-06-20drivers/char: kmem: disable on arm64Ard Biesheuvel1-0/+2
2017-05-26mmtimer: Remove the SGI SN2 mmtimer driverChristoph Hellwig1-9/+0
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2017-02-03serdev: Introduce new bus for serial attached devicesRob Herring1-0/+1
2017-01-11char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+1
2016-11-10tile-srom: allow the driver to be built as a moduleChris Metcalf1-1/+1
2016-10-28Move CONFIG_DEVKMEM default to nDave Young1-1/+0
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-27/+1
2016-06-29powerpc/powernv: Add driver for operator panel on FSP machinesSuraj Jitindar Singh1-0/+14
2016-06-26mn10300: use RTC_DRV_CMOS instead of CONFIG_RTCArnd Bergmann1-1/+1
2016-06-04char/genrtc: remove the rest of the driverArnd Bergmann1-26/+0
2016-06-04char/genrtc: remove powerpc supportArnd Bergmann1-2/+2
2016-06-04char/genrtc: remove m68k supportArnd Bergmann1-1/+1
2016-06-04char/genrtc: remove parisc supportArnd Bergmann1-1/+1
2016-06-04char/genrtc: remove mn10300 supportArnd Bergmann1-1/+1
2016-06-04char/genrtc: remove alpha supportArnd Bergmann1-1/+1
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann1-1/+1
2016-05-01char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2016-05-01char/rtc: replace blacklist with whitelistArnd Bergmann1-2/+1
2016-03-05char: genrtc: replace blacklist with whitelistArnd Bergmann1-1/+2
2015-05-24drivers/char: Remove msm_smd_pkt driverStephen Boyd1-8/+0
2015-01-12drivers: char: mem: Make /dev/mem an optional deviceRob Ward1-0/+9
2014-09-23xillybus: Move out of stagingEli Billauer1-0/+2
2014-04-16ttyprintk: Allow built as a moduleTakashi Iwai1-1/+1
2014-04-06sonypi: Simplify dependenciesJean Delvare1-1/+1
2014-02-07raw: set range for MAX_RAW_DEVSPaul Bolle1-0/+1
2013-11-13drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava1-2/+8
2013-06-03stallion: final cleanupPaul Bolle1-12/+0
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-3/+4
2012-09-18char/misc: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman1-3/+3
2012-05-16ramoops: Move to fs/pstore/ram.cAnton Vorontsov1-9/+0
2012-05-16ramoops: use pstore interfaceKees Cook1-0/+1
2012-03-08tty: delete briq_panel.c driverGreg Kroah-Hartman1-15/+0
2011-11-02um: switch to use of drivers/KconfigAl Viro1-3/+3
2011-06-10arch/tile: add hypervisor-based character driver for SPI flash ROMChris Metcalf1-0/+11
2011-05-06Allow setting of number of raw devices as a module parameterJan Kara1-1/+1
2011-03-23drivers/char: add MSM smd_pkt driverNiranjana Vishwanathapura1-0/+8
2011-02-22tty: move obsolete and broken generic_serial drivers to drivers/staging/gener...Greg Kroah-Hartman1-44/+0
2011-02-22tty: move obsolete and broken tty drivers to drivers/staging/tty/Greg Kroah-Hartman1-79/+0
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-172/+0
2011-02-22tty: move Kconfig entries into drivers/tty from drivers/charGreg Kroah-Hartman1-252/+2
2011-02-17hvc: add Blackfin JTAG console supportMike Frysinger1-0/+9
2011-01-20Merge branch 'akpm'Linus Torvalds1-5/+5
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-5/+5
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-1/+1
2011-01-13cs5535: deprecate older cs5535_gpio driverAndres Salomon1-9/+0
2010-11-30drivers: char: hvc: add arm JTAG DCC console supportDaniel Walker1-0/+9
2010-10-22add ttyprintk driverSamo Pogacnik1-0/+15
2010-08-12pc8736x_gpio: depends on X86_32Randy Dunlap1-1/+1
2010-06-04ramoops: add HAS_IOMEM dependencyHeiko Carstens1-0/+1
2010-05-27char drivers: RAM oops/panic loggerMarco Stornelli1-0/+7
2010-05-21tty: n_gsm: depends on NETRandy Dunlap1-0/+1
2010-05-21tty: n_gsm line disciplineAlan Cox1-1/+8
2010-02-24virtio: console: Associate each port with a char deviceAmit Shah1-0/+8
2010-01-15powerpc/hvc: Driver build breaks with !HVC_CONSOLEKamalesh Babulal1-1/+1
2009-12-15bfin-otp: add BF51x to the supported arch listMike Frysinger1-1/+1
2009-12-11tty: esp: remove broken driverAlan Cox1-13/+0
2009-10-30tty: Mark generic_serial users as BROKENAlan Cox1-3/+3
2009-09-24drivers/char/uv_mmtimer.c: add memory mapped RTC driver for UVDimitri Sivanich1-0/+8
2009-07-03MIPS: Update VR41xx GPIO driver to use gpiolibYoichi Yuasa1-4/+0
2009-06-18drivers/char/rtc: disable legacy RTC driver on Blackfin systemsMike Frysinger1-1/+1
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-06-12Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek1-1/+1
2009-06-11tty: bfin_jtag_comm: emulate a TTY over the Blackfin EMUDAT/JTAG interfaceMike Frysinger1-0/+13
2009-05-21microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek1-1/+1
2009-01-31NVRAM depends on RTC_DRV_CMOSUwe Kleine-König1-1/+1
2009-01-08powerpc: Fix iseries drivers build failure without CONFIG_VIOPATHKamalesh Babulal1-0/+1
2009-01-06genrtc: disable genrtc on Blackfin systemsMike Frysinger1-1/+1
2009-01-02tty: ESP has been broken for locking etc forverAlan Cox1-1/+1
2009-01-02Add DEVPTS_MULTIPLE_INSTANCES config tokenSukadev Bhattiprolu1-0/+11
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds1-0/+6
2008-12-25[S390] s390/hvc_console: z/VM IUCV hypervisor console supportHendrik Brueckner1-0/+10
2008-11-19Merge branch 'linux-2.6' into nextPaul Mackerras1-12/+12
2008-11-19powerpc: udbg-based backend for hvc_consoleDavid Gibson1-0/+6
2008-11-14Create/use more directory structure in the Documentation/ tree.Randy Dunlap1-12/+12
2008-10-30CHAR: Delete old and now unused M48T35 RTC driver for SGI IP27.Ralf Baechle1-11/+0
2008-10-30CHAR: Delete old and now unused DS1286 driver.Ralf Baechle1-11/+0
2008-10-16legacy rtc: remove needless/confusing HPET_RTC_IRQ optionDavid Brownell1-9/+0
2008-10-13stallion: Use krefsAlan Cox1-2/+2
2008-08-07powerpc/iseries: remove the old viocons driverStephen Rothwell1-1/+1
2008-07-25Merge git://git.infradead.org/embedded-2.6Linus Torvalds1-0/+8
2008-07-25virtio: console as a config optionChristian Borntraeger1-1/+5
2008-07-25hvc_console: rework setup to replace irq functions with callbacksChristian Borntraeger1-0/+5
2008-07-24drivers/char: remove old broken Cobalt LCD driverYoichi Yuasa1-7/+0
2008-07-22specialix: restore driver using new break functionalityAlan Cox1-1/+1
2008-07-22riscom8: Restore driver using new break functionalityAlan Cox1-1/+1
2008-07-22isicom: restore using hardware break supportAlan Cox1-1/+1
2008-07-22epca: Restore driverAlan Cox1-1/+1
2008-07-22tty: rework break handlingAlan Cox1-1/+1
2008-07-22tty: Mark unconverted drivers as BROKENAlan Cox1-3/+3
2008-07-22specialix: Code cleanupsAlan Cox1-10/+0
2008-07-15powerpc: Add driver for Barrier Synchronization RegisterSonny Rao1-0/+8
2008-06-12rtc: make HPET_RTC_IRQ track HPET_EMULATE_RTCDavid Brownell1-4/+4
2008-06-06drivers/char/ip2: fix Kconfig after ip2/ip2main mergeRoland.Kletzing1-2/+2
2008-06-04Make console charset translation optionalDavid Woodhouse1-0/+8
2008-05-14char: select fw_loader by moxaJiri Slaby1-0/+1
2008-04-29make /dev/kmem a config optionArjan van de Ven1-0/+9
2008-04-28rtc: avoid legacy drivers with generic frameworkDavid Brownell1-1/+10
2008-04-25Blackfin char driver for Blackfin on-chip OTP memory (v3)Mike Frysinger1-0/+28
2008-04-19avr32: don't offer CONFIG_GEN_RTCAdrian Bunk1-1/+1
2008-04-19avr32: don't offer CONFIG_RTCAdrian Bunk1-1/+1
2008-02-09sonypi - Move sonypi.txt to Documentation/laptopsCarlos Corbacho1-1/+1
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-0/+10
2008-02-07Char: mxser, remove itJiri Slaby1-12/+1
2008-02-06char: use SGI_HAS_DS1286 for SGI_DS1286 dependsThomas Bogendoerfer1-1/+1
2008-02-06riscom8: fix SMP brokennessJeff Garzik1-1/+1
2008-02-06[POWERPC] Xilinx: hwicap driverStephen Neuendorffer1-0/+10
2008-01-24nozomi driverFrank Seidel1-0/+10
2008-01-22Fix file references in documentation and KconfigJohann Felix Soden1-1/+1
2007-12-17tipar: remove obsolete moduleRomain Liévin1-22/+0
2007-11-28allow LEGACY_PTYS to be set to 0Kay Sievers1-1/+1
2007-10-23Virtio console driverRusty Russell1-0/+4
2007-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-2/+0
2007-10-18Remove CONFIG_VT_UNICODEJan Engelhardt1-17/+0
2007-10-18mv watchdog tree under driversWim Van Sebroeck1-2/+0
2007-10-17HVC console is also used by iSeries, so add that to HVC_DRIVER help.Rusty Russell1-1/+1
2007-10-17Delay creation of khcvd threadRusty Russell1-2/+2
2007-10-17add CONFIG_VT_UNICODEBill Nottingham1-0/+17
2007-10-16video gfx: merge kconfig menusRandy Dunlap1-4/+0
2007-07-26Char: cyclades, select FW_LOADERJiri Slaby1-0/+1
2007-07-24[SPARC32]: Deal with rtc/sun_mostek_rtc conflict.Al Viro1-1/+23
2007-07-20[SPARC64]: Stop using drivers/char/rtc.cDavid S. Miller1-1/+1
2007-07-20more isa/eisa/pci-only drivers marked as suchAl Viro1-2/+2
2007-07-18xen: use the hvc console infrastructure for Xen consoleJeremy Fitzhardinge1-0/+8
2007-07-18zs: move to the serial subsystemMaciej W. Rozycki1-33/+0
2007-07-17mark a bunch of ISA|EISA|PCI drivers as suchAl Viro1-4/+4
2007-07-17Char: Kconfig, mxser_new: remove experimental commentJiri Slaby1-2/+0
2007-07-16undeprecate raw driverDave Jones1-5/+4
2007-07-13[CHAR] Delete leftovers of old Alchemy UART driverRalf Baechle1-14/+0
2007-07-12[MIPS] Don't use genrtc.Ralf Baechle1-1/+1
2007-05-21sh: disable genrtc support.Paul Mundt1-1/+1
2007-05-10[S390] Kconfig: use common Kconfig files for s390.Martin Schwidefsky1-0/+2
2007-05-10[S390] Kconfig: common config options for s390.Martin Schwidefsky1-3/+4
2007-05-10[S390] Kconfig: refine depends statements.Martin Schwidefsky1-0/+2
2007-05-09[POWERPC] iSeries: Make HVC_ISERIES the defaultStephen Rothwell1-1/+2
2007-05-08Char: cyclades, depends on PCI or ISAJiri Slaby1-1/+1
2007-05-08Make /dev/port conditional on config symbolRussell King1-0/+6
2007-05-07rename TANBAC TB0219 configYoichi Yuasa1-2/+2
2007-03-29[PATCH] Wire up DEC serial drivers in KconfigRalf Baechle1-0/+33
2007-03-06[PATCH] minor updat to tlclk Kconfig entryMark Gross1-7/+8
2007-02-11[PATCH] Char: mxser, obsolete old, nonexperimental newJiri Slaby1-2/+2
2007-02-07[POWERPC] Celleb: hypervisor console driverIshizaki Kou1-0/+7
2006-12-13[PATCH] CONFIG_COMPUTONE should depend on ISA|EISA|PCIAl Viro1-1/+1
2006-12-13[PATCH] sx: fix non-PCI buildJiri Slaby1-1/+1
2006-12-13[PATCH] mxser_new: fix non-PCI buildJiri Slaby1-1/+1