xref: /utopia/UTPA2-700.0.x/modules/mbx/api/mbx/Kconfig (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
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