Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO

This commit is contained in:
Gregory Nutt
2016-06-11 11:50:18 -06:00
parent 9c4b604074
commit 3a74a438d9
403 changed files with 716 additions and 717 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ int main(int argc, char **argv, char **envp)
printf("/* Verbose debug and sub-system debug only make sense if debug is enabled */\n\n");
printf("#ifndef CONFIG_DEBUG\n");
printf("# undef CONFIG_DEBUG_VERBOSE\n");
printf("# undef CONFIG_DEBUG_INFO\n");
printf("# undef CONFIG_DEBUG_ANALOG\n");
printf("# undef CONFIG_DEBUG_AUDIO\n");
printf("# undef CONFIG_DEBUG_BINFMT\n");