xref: /OK3568_Linux_fs/buildroot/package/cvs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_CVS
2	bool "cvs"
3	depends on BR2_USE_WCHAR
4	# needs fork()
5	depends on BR2_USE_MMU
6	select BR2_PACKAGE_NCURSES
7	help
8	  Concurrent Versions System - source code revision control
9	  tools.
10
11	  http://www.nongnu.org/cvs/
12
13if BR2_PACKAGE_CVS
14
15config BR2_PACKAGE_CVS_SERVER
16	bool "server support"
17	help
18	  Enable cvs server code
19
20endif
21
22comment "cvs needs a toolchain w/ wchar"
23	depends on BR2_USE_MMU
24	depends on !BR2_USE_WCHAR
25