diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-10-02 17:02:23 -0700 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2021-10-26 08:46:27 +1000 |
commit | 1aaa557b2db95c9506ed0981bc34505c32d6b62b (patch) | |
tree | 16717425334cfa9510429ab751668a1d766600a4 /fs/hfs | |
parent | 3906fe9bb7f1a2c8667ae54e967dc8690824f4ea (diff) | |
download | linux-1aaa557b2db95c9506ed0981bc34505c32d6b62b.tar.bz2 |
m68k: set a default value for MEMORY_RESERVE
'make randconfig' can produce a .config file with
"CONFIG_MEMORY_RESERVE=" (no value) since it has no default.
When a subsequent 'make all' is done, kconfig restarts the config
and prompts for a value for MEMORY_RESERVE. This breaks
scripting/automation where there is no interactive user input.
Add a default value for MEMORY_RESERVE. (Any integer value will
work here for kconfig.)
Fixes a kconfig warning:
.config:214:warning: symbol value '' invalid for MEMORY_RESERVE
* Restart config...
Memory reservation (MiB) (MEMORY_RESERVE) [] (NEW)
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") # from beginning of git history
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Greg Ungerer <gerg@linux-m68k.org>
Cc: linux-m68k@lists.linux-m68k.org
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'fs/hfs')
0 files changed, 0 insertions, 0 deletions