zephyr/samples
Ulf Magnusson 87e917a925 kconfig: Remove redundant 'default n' and 'prompt' 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 replace some

    config
    	prompt "foo"
    	bool/int

with the more common shorthand

    config
    	bool/int "foo"

See the 'Style recommendations and shorthands' section in
https://docs.zephyrproject.org/latest/guides/kconfig/index.html.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-12-09 16:14:50 +01:00
..
application_development boards: Update defconfigs after renaming to USB_NRFX 2019-11-13 10:33:38 -06:00
basic samples: remove CONFIG_SERIAL from blinky 2019-11-18 13:49:42 +01:00
bluetooth Bluetooth: Mesh: Clean up sample config 2019-12-09 17:13:41 +02:00
boards samples: boards: Merge nrf91/ with nrf52/ and rename it to nrf/ 2019-12-09 16:10:19 +01:00
cpp_synchronization cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
display coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
drivers kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
gui boards: arm: mimxrt1064_evk: Fix display support 2019-11-15 10:06:56 +01:00
hello_world doc: add how to exit from QEMU in samples 2019-09-02 12:06:08 -04:00
mpu cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
net samples/net: civetweb: Remove SOC_SERIES_SAME70=y in prj.cnf 2019-11-27 15:18:31 -05:00
nfc/nfc_hello cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
philosophers samples: philosophers: Introduce CONFIG_TEST_EXTRA_STACKSIZE 2019-11-15 08:07:28 -05:00
portability x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
posix samples: posix: gettimeofday: Demo gettimeofday() returning correct time 2019-10-28 13:04:35 +02:00
sensor doc: fix LPS22HB doc indentation 2019-11-20 17:47:20 -05:00
shields board/shields: x-nucleo-iks01a3: (FIX) use INT2 for LSM6DSO DRDY 2019-11-22 15:40:30 +01:00
smp coccinelle: update int literal to timeout 2019-11-08 19:30:42 -05:00
subsys samples: logger: Fix test on stack hungry platforms 2019-11-20 15:59:12 +01:00
synchronization tests: tracing: add tests for tracing features 2019-09-27 14:42:22 -04:00
testing/integration license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
userspace doc: fix misspelling in userspace doc 2019-11-12 08:47:14 +01:00
video samples: video: Fix board reference name 2019-10-30 18:33:18 +01:00
classic.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00
index.rst Samples: Add SMP Pi 2019-11-03 12:41:29 +01:00