drm/udl: Add missing static storage class specifiers in udl_fb.c
[linux-2.6/btrfs-unstable.git] / drivers / base / regmap / Kconfig
blob6be390bd8bd1bc3f0fa1e3bfc38cd56f36bfa6be
1 # Generic register map support.  There are no user servicable options here,
2 # this is an API intended to be used by other kernel subsystems.  These
3 # subsystems should select the appropriate symbols.
5 config REGMAP
6         default y if (REGMAP_I2C || REGMAP_SPI)
7         select LZO_COMPRESS
8         select LZO_DECOMPRESS
9         select IRQ_DOMAIN if REGMAP_IRQ
10         bool
12 config REGMAP_I2C
13         tristate
15 config REGMAP_SPI
16         tristate
18 config REGMAP_MMIO
19         tristate
21 config REGMAP_IRQ
22         bool