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

« back to all changes in this revision

Viewing changes to drivers/tty/hvc/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:
19
19
          console. This driver allows each pSeries partition to have a console
20
20
          which is accessed via the HMC.
21
21
 
 
22
config HVC_OLD_HVSI
 
23
        bool "Old driver for pSeries serial port (/dev/hvsi*)"
 
24
        depends on HVC_CONSOLE
 
25
        default n
 
26
 
22
27
config HVC_ISERIES
23
28
        bool "iSeries Hypervisor Virtual Console support"
24
29
        depends on PPC_ISERIES
29
34
        help
30
35
          iSeries machines support a hypervisor virtual console.
31
36
 
 
37
config HVC_OPAL
 
38
        bool "OPAL Console support"
 
39
        depends on PPC_POWERNV
 
40
        select HVC_DRIVER
 
41
        select HVC_IRQ
 
42
        default y
 
43
        help
 
44
          PowerNV machines running under OPAL need that driver to get a console
 
45
 
32
46
config HVC_RTAS
33
47
        bool "IBM RTAS Console support"
34
48
        depends on PPC_RTAS