Lukas Hänel | fc412b4 | 2012-06-01 19:12:29 +0200 | [diff] [blame] | 1 | # |
| 2 | # MobiCore configuration |
| 3 | # |
| 4 | config MOBICORE_SUPPORT |
| 5 | tristate "Linux MobiCore Support" |
Lukas Hänel | fc412b4 | 2012-06-01 19:12:29 +0200 | [diff] [blame] | 6 | ---help--- |
| 7 | Enable Linux Kernel MobiCore Support |
| 8 | |
| 9 | config MOBICORE_DEBUG |
| 10 | bool "MobiCore Module debug mode" |
| 11 | depends on MOBICORE_SUPPORT |
| 12 | ---help--- |
| 13 | Enable Debug mode in the MobiCore Driver. |
Lukas Hänel | ca26713 | 2012-09-04 12:28:40 +0200 | [diff] [blame] | 14 | It enables printing information about MobiCore operations |
Lukas Hänel | fc412b4 | 2012-06-01 19:12:29 +0200 | [diff] [blame] | 15 | |
| 16 | config MOBICORE_VERBOSE |
| 17 | bool "MobiCore Module verbose debug mode" |
| 18 | depends on MOBICORE_DEBUG |
| 19 | ---help--- |
| 20 | Enable Verbose Debug mode in the MobiCore Driver. |
Lukas Hänel | ca26713 | 2012-09-04 12:28:40 +0200 | [diff] [blame] | 21 | It enables printing extra information about MobiCore operations |
Lukas Hänel | fc412b4 | 2012-06-01 19:12:29 +0200 | [diff] [blame] | 22 | Beware: this is only useful for debuging deep in the driver because |
| 23 | it prints too much logs |
| 24 | |
| 25 | |
| 26 | config MOBICORE_API |
| 27 | tristate "Linux MobiCore API" |
| 28 | depends on MOBICORE_SUPPORT |
| 29 | ---help--- |
| 30 | Enable Linux Kernel MobiCore API |