xref: /linux/drivers/base/regmap/Kconfig (revision b83a313bf2520183641cf485d68cc273323597d2)
1*b83a313bSMark Brown# Generic register map support.  There are no user servicable options here,
2*b83a313bSMark Brown# this is an API intended to be used by other kernel subsystems.  These
3*b83a313bSMark Brown# subsystems should select the appropriate symbols.
4*b83a313bSMark Brown
5*b83a313bSMark Brownconfig REGMAP
6*b83a313bSMark Brown	bool
7