~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to drivers/base/regmap/Kconfig

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        default y if (REGMAP_I2C || REGMAP_SPI)
7
7
        select LZO_COMPRESS
8
8
        select LZO_DECOMPRESS
 
9
        select IRQ_DOMAIN if REGMAP_IRQ
9
10
        bool
10
11
 
11
12
config REGMAP_I2C
13
14
 
14
15
config REGMAP_SPI
15
16
        tristate
 
17
 
 
18
config REGMAP_MMIO
 
19
        tristate
 
20
 
 
21
config REGMAP_IRQ
 
22
        bool