zephyr/tests/net
Michael Scott 081246737c net/http: let HTTP_SERVER, HTTP_CLIENT and HTTP_PARSER select HTTP
Due to commit 8308b9bd2d ("net/http: Add the HTTP/1.1 API")
every user of CONFIG_HTTP_PARSER would need to add CONFIG_HTTP to
their .conf files.  Which is fine for intree samples/tests as they
have been adjusted, but the rest of world working on Zephyr apps
will need to make this changes as well.

Instead, we should have each of the following select HTTP instead of
depend on it, which will make future use of these configs and their
dependencies more intuitive:
HTTP_SERVER
HTTP_CLIENT
HTTP_PARSER

NOTE: As cleanup, this commit also removes the CONFIG_HTTP added to
samples and test .conf files.

Change-Id: I81cfaa19e37333b1bf98778f8147814780e7f77c
Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-03-17 10:34:45 +02:00
..
6lo net: ipv6: Fix handling of RA 6CO options 2017-03-17 10:34:41 +02:00
arp net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
buf license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
context net: ipv6: Make config options more fine grained 2017-03-17 10:34:43 +02:00
dhcpv4 net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
icmpv6 net: icmpv6: Remove unused variable 'len' from input calls 2017-03-09 20:33:45 +02:00
ieee802154 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
iface net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
ip-addr net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
ipv6 net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
lib net/http: let HTTP_SERVER, HTTP_CLIENT and HTTP_PARSER select HTTP 2017-03-17 10:34:45 +02:00
mgmt tests/net/mgmt: Add 2 unit tests around synchronous event listeners. 2017-03-17 10:34:42 +02:00
mld net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
nbuf net: tests: nbuf: Fix compiler warnings 2017-03-17 10:34:41 +02:00
neighbor net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
route net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
rpl net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
tcp net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
trickle net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
udp net: tests: Fix the default MAC address 2017-03-17 10:34:43 +02:00
utils net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00