commit | 34e11f0c45c401c0cf61f72648b186a9f12b7ee0 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Fri Jun 22 04:10:26 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 22 15:11:58 2018 -0400 |
tree | d45202f3ba7f5876fb82c089f2ebbb7dae47381f | |
parent | b63a5928bc570033b1f9e6a713dd12186b1738ec [diff] |
tests: 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. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>