zephyr/subsys/net/lib/http
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: http: Remove the old legacy API 2018-01-29 22:44:45 -05:00
http_client.c net: http: Provide destination address in http replies 2018-03-05 10:23:17 +01:00
http_parser_url.c net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00
http_parser.c net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00
http_server.c net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00
http.c net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
README_http_parser net: lib: http: split out URL parsing as a separate CONFIG 2017-10-17 08:08:16 -04:00