diff options
Diffstat (limited to 'package/linux-tools/Config.in')
-rw-r--r-- | package/linux-tools/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/linux-tools/Config.in b/package/linux-tools/Config.in index 9d5bf7acc9..e3ccd850f9 100644 --- a/package/linux-tools/Config.in +++ b/package/linux-tools/Config.in @@ -77,4 +77,12 @@ comment "selftests needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS" depends on BR2_USE_MMU depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS +config BR2_PACKAGE_LINUX_TOOLS_TMON + bool "tmon" + select BR2_PACKAGE_LINUX_TOOLS + select BR2_PACKAGE_NCURSES + help + tmon is a terminal-based tool (using curses) that allows the + user to access thermal information about the system. + endmenu |