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

« back to all changes in this revision

Viewing changes to drivers/pinctrl/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
#
 
2
# PINCTRL infrastructure and drivers
 
3
#
 
4
 
 
5
config PINCTRL
 
6
        bool
 
7
        depends on EXPERIMENTAL
 
8
 
 
9
if PINCTRL
 
10
 
 
11
menu "Pin controllers"
 
12
        depends on PINCTRL
 
13
 
 
14
config PINMUX
 
15
        bool "Support pinmux controllers"
 
16
 
 
17
config DEBUG_PINCTRL
 
18
        bool "Debug PINCTRL calls"
 
19
        depends on DEBUG_KERNEL
 
20
        help
 
21
          Say Y here to add some extra checks and diagnostics to PINCTRL calls.
 
22
 
 
23
config PINMUX_SIRF
 
24
        bool "CSR SiRFprimaII pinmux driver"
 
25
        depends on ARCH_PRIMA2
 
26
        select PINMUX
 
27
 
 
28
config PINMUX_U300
 
29
        bool "U300 pinmux driver"
 
30
        depends on ARCH_U300
 
31
        select PINMUX
 
32
 
 
33
endmenu
 
34
 
 
35
endif