xref: /OK3568_Linux_fs/buildroot/package/smartmontools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SMARTMONTOOLS
2	bool "smartmontools"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_USE_MMU # fork()
5	help
6	  Control and monitor storage systems using S.M.A.R.T.
7
8	  http://smartmontools.sourceforge.net/
9
10comment "smartmontools needs a toolchain w/ C++"
11	depends on BR2_USE_MMU
12	depends on !BR2_INSTALL_LIBSTDCPP
13