summaryrefslogtreecommitdiffstats
path: root/rules/ncdu.in
blob: 36336a2b78c9e5506fcc11e884faa1d481a5f3af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=disk_and_file

config NCDU
	tristate
	prompt "ncdu"
	select NCURSES
	help
	  Disk usage analyzer with ncurses interface.

if NCDU

config NCDU_WIDE_CHAR
	bool
	default NCURSES_WIDE_CHAR

endif

# vim: ft=kconfig noet tw=72 ts=8 sw=8