summaryrefslogtreecommitdiffstats
path: root/rules/termcap.in
blob: daa419c9511e747c3c2f855c3b03aad8177be14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig TERMCAP
	bool "termcap                     "
	default y
	depends on GDB_TERMCAP
	
comment "termcap is always built because gdb is selected with termcap support"
        depends on GDB_TERMCAP

config TERMCAP_TERMCAP
	bool "install termcap data file"
	default n
	depends on TERMCAP