| 1234567891011121314151617 | config ADK_COMPILE_AXTLS	tristate	default n	depends on ADK_PACKAGE_LIBAXTLS || ADK_PACKAGE_AXHTTPDconfig ADK_PACKAGE_AXHTTPD	prompt   "axhttpd........................... small embedded webserver"	tristate	default n	select ADK_COMPILE_AXTLS	select ADK_PACKAGE_LIBAXTLS	help	  axhttpd is a small embedded web server using the axTLS library.	  http://www.axtls.co.nr/	  
 |