Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.3 18 lines 389 B view raw
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. 4 5config REGMAP 6 default y if (REGMAP_I2C || REGMAP_SPI) 7 select LZO_COMPRESS 8 select LZO_DECOMPRESS 9 bool 10 11config REGMAP_I2C 12 tristate 13 14config REGMAP_SPI 15 tristate 16 17config REGMAP_IRQ 18 bool