summaryrefslogtreecommitdiffstats
path: root/rules/htop.in
blob: 53e430f0bee7b723304e5d9af5d993681114d049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=shell_and_console
config HTOP
	tristate
	select HOST_SYSTEM_PYTHON
	select LIBC_M
	select GCCLIBS_GCC_S
	select NCURSES
	prompt "htop"
	help
	  htop is an interactive process viewer for Linux. It is a
	  text-mode application (for console or X terminals).