blob: 502b92b4b73a9c2fa59809c7ad64aadcd3b163b5 [file] [log] [blame]
David Collinsed930492013-01-23 13:57:09 -08001#
2# BIF framework and drivers
3#
4menuconfig BIF
5 bool "MIPI-BIF support"
6 select CRC_CCITT
7 select BITREVERSE
8 help
9 MIPI-BIF (battery interface) is a one-wire serial interface between a
10 host master device and one or more slave devices which are located in
11 a battery pack or also on the host. Enabling this option allows for
12 BIF consumer drivers to issue transactions via BIF controller drivers.