repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size check
[linux-2.6/linux-mips.git]
/
drivers
/
base
/
regmap
/
Kconfig
blob
2fc6a66f39a41598bc15c7f1a5d9335d78643460
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
5
config REGMAP
6
default y if (REGMAP_I2C || REGMAP_SPI)
7
select LZO_COMPRESS
8
select LZO_DECOMPRESS
9
bool
10
11
config REGMAP_I2C
12
tristate
13
14
config REGMAP_SPI
15
tristate