zephyr/subsys/net/lib/dns
Ulf Magnusson 1073882998 subsys: kconfig: Remove 'default n' properties and clean up a bit
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.

Remove some 'default ""' properties on string symbols too.

Also make definitions more consistent by converting some

  config FOO
  	<type>
  	prompt "foo"

definitions to a shorter form:

  config FOO
  	<type> "foo"

This shorthand works for int/hex/string symbols too, not just for bool
symbols.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-07-12 23:13:22 -04:00
..
CMakeLists.txt net: llmnr: Add LLMNR responder support 2018-06-29 13:11:18 +03:00
dns_pack.c net: mdns: Initial mDNS responder support 2017-10-17 08:36:39 -04:00
dns_pack.h net: llmnr: Add LLMNR responder support 2018-06-29 13:11:18 +03:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
llmnr_responder.c net: llmnr: Add LLMNR responder support 2018-06-29 13:11:18 +03:00
mdns_responder.c net: Too long timeout for k_sleep 2018-05-28 17:20:11 -04:00
resolve.c net: llmnr: Add link-local mcast name resolution client support 2018-06-29 13:11:18 +03:00