Config.in 381 B

1234567891011121314151617
  1. config ADK_COMPILE_AXTLS
  2. tristate
  3. default n
  4. depends ADK_PACKAGE_LIBAXTLS || ADK_PACKAGE_AXHTTPD
  5. config ADK_PACKAGE_AXHTTPD
  6. prompt "axhttpd........................... small embedded webserver"
  7. tristate
  8. default n
  9. select ADK_COMPILE_AXTLS
  10. select ADK_PACKAGE_LIBAXTLS
  11. help
  12. axhttpd is a small embedded web server using the axTLS library.
  13. http://www.axtls.co.nr/