1config BR2_PACKAGE_HDDTEMP
2	bool "hddtemp"
3	depends on BR2_USE_MMU # fork()
4	depends on !BR2_STATIC_LIBS
5	select BR2_PACKAGE_LIBEXECINFO if !BR2_TOOLCHAIN_USES_GLIBC
6	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
7	help
8	  hddtemp is a small utility that gives you the temperature of
9	  your hard drive by reading S.M.A.R.T. informations, for drives
10	  that support this feature.
11
12	  https://github.com/vitlav/hddtemp
13	  http://www.guzu.net/linux/hddtemp.php
14
15comment "hddtemp needs dynamic library"
16	depends on BR2_USE_MMU
17	depends on BR2_STATIC_LIBS
18