summaryrefslogtreecommitdiffstats
path: root/rules/bpytop.in
blob: 821fbceffc869e54a675fc6a8483256aebdcdba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=shell_and_console

config BPYTOP
	tristate
	select PYTHON3
	select PYTHON3_DISTUTILS		if RUNTIME
	select PYTHON3_PSUTIL			if RUNTIME
	prompt "bpytop"
	help
	  Resource monitor that shows usage and stats for processor, memory,
	  disks, network and processes.