zephyr/subsys
Ulf Magnusson c0e0d6131d net: rpl: Fix malformed Kconfig default
'default false' should have been 'default n', though they happen to have
the same effect here, due to undefined Kconfig symbols ('false')
evaluating to 'n' in a boolean sense.

Kconfig bool symbols implicitly default to 'n', so remove the default
rather than fixing it.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-06-13 13:35:56 -04:00
..
bluetooth net: bluetooth: Enforce the minimum user_data size at Kconfig 2018-06-13 15:13:18 +02:00
console subsys: console: getchar: Use consistent var names for RX path 2018-06-11 17:41:44 -04:00
cpp kconfig: Move CPLUSPLUS from root to "Compiler Options" 2018-04-30 13:12:01 -04:00
debug debug: enable assertions for all tests 2018-05-24 15:12:56 -07:00
dfu subsys: dfu: boot: Remove unused ver query code. 2018-02-21 18:53:42 -05:00
disk susbys: disk: Fix misleading menuconfig prompts 2018-06-04 21:45:09 +02:00
fs subsys: fs/nvs: fix _nvs_sector_is_used 2018-05-26 08:26:40 -04:00
logging kernel: Fix sloppy wait queue API 2018-05-18 01:48:48 +03:00
mgmt subsys: mgmt: Remove unnecessary comparison 2018-06-05 08:06:09 -04:00
net net: rpl: Fix malformed Kconfig default 2018-06-13 13:35:56 -04:00
random subsys: random: xoroshiro128: Use SYS_INIT hook to initialize properly 2018-05-22 15:59:25 -07:00
settings subsys: settings: Fix file exist error. 2018-06-06 09:43:19 -04:00
shell subsys: shell: Remove deprcated k_call_stacks_analyze API 2018-05-15 13:43:00 +03:00
storage subsys: fs: fix generic storage partition selection 2018-05-04 10:14:01 -04:00
usb subsys: usb: update bcdUSB to 2.00 2018-06-11 17:31:15 -04:00
CMakeLists.txt subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
Kconfig kconfig: Move CPLUSPLUS from root to "Compiler Options" 2018-04-30 13:12:01 -04:00