summaryrefslogtreecommitdiffstats
path: root/rules/libxmlconfig.in
blob: 738203be864e50f52ab832f8348e1e19627ac996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=system_libraries
config LIBXMLCONFIG
	tristate
	prompt "libxmlconfig"
	select LIBXML2
	select LIBXML2_XPATH
	select LIBXML2_SAX1
	select LIBLIST
	help
	  libxmlconfig is a helper library which lets you pull config
	  information out of XML files by using XPath queries. For more
	  details see the project web site:

	  	http://www.pengutronix.de/software/libxmlconfig/