OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / user / dropbear / Kconfig
1
2 config USER_DROPBEAR_DROPBEAR
3         depends on USER_INETD_INETD || USER_BUSYBOX_INETD
4         select LIB_ZLIB
5         bool "dropbear"
6         help
7                 small SSH server invoked from inetd
8
9 config USER_DROPBEAR_DROPBEARCONVERT
10         depends on USER_DROPBEAR_DROPBEAR
11         bool "dropbearconvert"
12         help
13                 key conversion tools
14
15 config USER_DROPBEAR_DROPBEARKEY
16         depends on USER_DROPBEAR_DROPBEAR
17         bool "dropbearkey"
18         help
19                 key conversion tools
20
21 config USER_DROPBEAR_DBCLIENT
22         depends on USER_DROPBEAR_DROPBEAR
23         bool "dbclient"
24         help
25                 small SSH client
26