~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to drivers/gpio/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        depends on DEBUG_KERNEL
43
43
        help
44
44
          Say Y here to add some extra checks and diagnostics to GPIO calls.
45
 
          The checks help ensure that GPIOs have been properly initialized
46
 
          before they are used and that sleeping calls aren not made from
47
 
          nonsleeping contexts.  They can make bitbanged serial protocols
 
45
          These checks help ensure that GPIOs have been properly initialized
 
46
          before they are used, and that sleeping calls are not made from
 
47
          non-sleeping contexts.  They can make bitbanged serial protocols
48
48
          slower.  The diagnostics help catch the type of setup errors
49
49
          that are most common when setting up new platforms or boards.
50
50
 
67
67
 
68
68
comment "Memory mapped GPIO expanders:"
69
69
 
 
70
config GPIO_PL061
 
71
        bool "PrimeCell PL061 GPIO support"
 
72
        depends on ARM_AMBA
 
73
        help
 
74
          Say yes here to support the PrimeCell PL061 GPIO device
 
75
 
70
76
config GPIO_XILINX
71
77
        bool "Xilinx GPIO support"
72
 
        depends on PPC_OF
 
78
        depends on PPC_OF || MICROBLAZE
73
79
        help
74
80
          Say yes here to support the Xilinx FPGA GPIO device
75
81
 
 
82
config GPIO_VR41XX
 
83
        tristate "NEC VR4100 series General-purpose I/O Uint support"
 
84
        depends on CPU_VR41XX
 
85
        help
 
86
          Say yes here to support the NEC VR4100 series General-purpose I/O Uint
 
87
 
76
88
comment "I2C GPIO expanders:"
77
89
 
78
90
config GPIO_MAX732X