1b83a313bSMark Brown# Generic register map support. There are no user servicable options here, 2b83a313bSMark Brown# this is an API intended to be used by other kernel subsystems. These 3b83a313bSMark Brown# subsystems should select the appropriate symbols. 4b83a313bSMark Brown 5b83a313bSMark Brownconfig REGMAP 6*9943fa30SMark Brown default y if REGMAP_I2C 7b83a313bSMark Brown bool 8*9943fa30SMark Brown 9*9943fa30SMark Brownconfig REGMAP_I2C 10*9943fa30SMark Brown tristate 11