repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
drivers
/
base
/
regmap
/
Kconfig
blob
fabbf6cc5367dd8f9a6e0f8e569a928a649a628c
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
bool
8
9
config REGMAP_I2C
10
tristate
11
12
config REGMAP_SPI
13
tristate