kconfig2html: Need to increase the maximum number of default values
This commit is contained in:
parent
ced2bb1d94
commit
9a76a6de26
1 changed files with 2 additions and 2 deletions
|
|
@ -56,10 +56,10 @@
|
|||
|
||||
#define LINE_SIZE 1024
|
||||
#define SCRATCH_SIZE 2048
|
||||
#define MAX_DEPENDENCIES 100
|
||||
#define MAX_DEPENDENCIES 128
|
||||
#define MAX_LEVELS 100
|
||||
#define MAX_SELECT 64
|
||||
#define MAX_DEFAULTS 128
|
||||
#define MAX_DEFAULTS 196
|
||||
#define TAB_SIZE 4
|
||||
#define VAR_SIZE 80
|
||||
#define HTML_VAR_SIZE (2*VAR_SIZE + 64)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue