summaryrefslogtreecommitdiffstats
path: root/rules/libxmlconfig.in
blob: 96e19078661dca8a0276cfa5b8caa876c20430c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
menuconfig LIBXMLCONFIG
	bool
	default N
	prompt "libxmlconfig                "
	select LIBXML2 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/