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*a676f083SMark Brown default y if (REGMAP_I2C || REGMAP_SPI) 7b83a313bSMark Brown bool 89943fa30SMark Brown 99943fa30SMark Brownconfig REGMAP_I2C 109943fa30SMark Brown tristate 11*a676f083SMark Brown 12*a676f083SMark Brownconfig REGMAP_SPI 13*a676f083SMark Brown tristate 14