dhendrix@google.com | 17bee8a | 2010-06-15 01:41:24 +0000 | [diff] [blame] | 1 | mainmenu "mosys configuration" |
| 2 | |
dhendrix@google.com | 4353537 | 2010-07-02 20:57:30 +0000 | [diff] [blame] | 3 | # Internal stuff |
| 4 | config KERNELVERSION |
| 5 | string |
| 6 | option env="KERNELVERSION" |
| 7 | |
dhendrix@google.com | 17bee8a | 2010-06-15 01:41:24 +0000 | [diff] [blame] | 8 | menu "General setup" |
| 9 | config ADVANCED_OPTIONS |
dhendrix@google.com | 27b9461 | 2010-12-14 21:20:27 +0000 | [diff] [blame] | 10 | bool "Advanced configuration" |
dhendrix@google.com | 17bee8a | 2010-06-15 01:41:24 +0000 | [diff] [blame] | 11 | default n |
| 12 | help |
dhendrix@google.com | 27b9461 | 2010-12-14 21:20:27 +0000 | [diff] [blame] | 13 | This will enable advanced options to be selected and configured |
dhendrix@google.com | 17bee8a | 2010-06-15 01:41:24 +0000 | [diff] [blame] | 14 | |
| 15 | config LOGLEVEL |
| 16 | int "Log level threshold" |
| 17 | range 0 8 |
| 18 | default 4 |
| 19 | help |
| 20 | Configure the verbosity of print statements in the code. Each 'v' |
| 21 | passed in using the command-line will increment the threshold by 1. |
| 22 | |
| 23 | Mnemonic Value Description |
| 24 | LOG_EMERG 0 system is unusable |
| 25 | LOG_ALERT 1 action must be taken immediately |
| 26 | LOG_CRIT 2 critical conditions |
| 27 | LOG_ERR 3 error conditions |
| 28 | LOG_WARNING 4 warning conditions |
| 29 | LOG_NOTICE 5 normal but significant condition |
| 30 | LOG_INFO 6 informational |
| 31 | LOG_DEBUG 7 debug-level messages |
| 32 | LOG_SPEW 8 excessive debug messages |
| 33 | |
dhendrix@google.com | 15bd936 | 2010-11-29 21:53:26 +0000 | [diff] [blame] | 34 | config DEBUG_INFO |
| 35 | bool "Optimize mosys binary for debugging" |
| 36 | default n |
| 37 | help |
| 38 | This will add flags to the compiler to insert debugging info. Use |
| 39 | this to debug the actual binary, for example, if you are experiencing |
| 40 | instability (segfaults). |
| 41 | |
dhendrix@google.com | 17bee8a | 2010-06-15 01:41:24 +0000 | [diff] [blame] | 42 | endmenu |
| 43 | |
| 44 | source "platform/Kconfig" |
david.hendricks@gmail.com | 1abcee2 | 2011-04-04 03:06:20 +0000 | [diff] [blame^] | 45 | source "drivers/Kconfig" |
dhendrix@google.com | cd8dda6 | 2010-06-15 04:38:41 +0000 | [diff] [blame] | 46 | source "tools/Kconfig" |