1config API_MBX
2
3tristate "MBX"
4default y
5
6---help---
7Enable compilation option for API MBX
8
9if API_MBX
10config MBX_GROUP_PATCH
11 bool "Enable MBX group patch"
12 default n
13 help
14 Select if you want to enable MBX Group patch. If unsure, say 'N'.
15
16endif
17