commit | 0785b79ebe1af39725446fbd2984f30cf6dbf3bd | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Fri Jun 22 03:54:05 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 22 15:12:48 2018 -0400 |
tree | cdf90a3ba4994308d1293ac3cfbb0404fba961c9 | |
parent | 34e11f0c45c401c0cf61f72648b186a9f12b7ee0 [diff] |
lib: kconfig: Remove redundant 'default n' properties Bool symbols implicitly default to 'n'. A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you want to override a 'default y' on the base definition of the symbol. It isn't used like that on any of these symbols though. Also simplify the default on STDOUT_CONSOLE. Defaults can be arbitrary expressions, not just fixed values. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>