config ADK_COMPILE_EXPAT
	tristate
	default n
	depends on ADK_PACKAGE_LIBEXPAT

config ADK_PACKAGE_LIBEXPAT
	prompt "libexpat.......................... A fast, non-validating, stream-oriented XML parsing library"
	tristate
	default n
	select ADK_COMPILE_EXPAT
	help
	  A fast, non-validating, stream-oriented XML parsing library

	  http://expat.sourceforge.net/