~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to drivers/tty/Kconfig

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
config VT
2
2
        bool "Virtual terminal" if EXPERT
3
 
        depends on !S390
 
3
        depends on !S390 && !UML
4
4
        select INPUT
5
5
        default y
6
6
        ---help---
60
60
 
61
61
          If unsure, say Y.
62
62
 
 
63
config VT_CONSOLE_SLEEP
 
64
        def_bool y
 
65
        depends on VT_CONSOLE && PM_SLEEP
 
66
 
63
67
config HW_CONSOLE
64
68
        bool
65
 
        depends on VT && !S390 && !UML
 
69
        depends on VT && !UML
66
70
        default y
67
71
 
68
72
config VT_HW_CONSOLE_BINDING
350
354
 
351
355
          If you select this option, you need to select
352
356
          "Trace data router for MIPI P1149.7 cJTAG standard".
 
357
 
 
358
config PPC_EPAPR_HV_BYTECHAN
 
359
        tristate "ePAPR hypervisor byte channel driver"
 
360
        depends on PPC
 
361
        help
 
362
          This driver creates /dev entries for each ePAPR hypervisor byte
 
363
          channel, thereby allowing applications to communicate with byte
 
364
          channels as if they were serial ports.
 
365
 
 
366
config PPC_EARLY_DEBUG_EHV_BC
 
367
        bool "Early console (udbg) support for ePAPR hypervisors"
 
368
        depends on PPC_EPAPR_HV_BYTECHAN
 
369
        help
 
370
          Select this option to enable early console (a.k.a. "udbg") support
 
371
          via an ePAPR byte channel.  You also need to choose the byte channel
 
372
          handle below.
 
373
 
 
374
config PPC_EARLY_DEBUG_EHV_BC_HANDLE
 
375
        int "Byte channel handle for early console (udbg)"
 
376
        depends on PPC_EARLY_DEBUG_EHV_BC
 
377
        default 0
 
378
        help
 
379
          If you want early console (udbg) output through a byte channel,
 
380
          specify the handle of the byte channel to use.
 
381
 
 
382
          For this to work, the byte channel driver must be compiled
 
383
          in-kernel, not as a module.
 
384
 
 
385
          Note that only one early console driver can be enabled, so don't
 
386
          enable any others if you enable this one.
 
387
 
 
388
          If the number you specify is not a valid byte channel handle, then
 
389
          there simply will be no early console output.  This is true also
 
390
          if you don't boot under a hypervisor at all.