xref: /OK3568_Linux_fs/buildroot/package/pdmenu/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PDMENU
2	bool "pdmenu"
3	depends on BR2_USE_MMU # slang
4	select BR2_PACKAGE_SLANG
5	help
6	  Pdmenu is a full screen menuing system for Unix. It is
7	  designed to be easy to use, and is suitable as a login shell
8	  for inexperienced users, or it can just be ran at the
9	  command line as a handy menu.
10
11	  Pdmenu features color support and GPM mouse support at the
12	  Linux console. It was developed on Linux, and has now been
13	  compiled on many other unixes without problems.
14
15	  https://joeyh.name/code/pdmenu/
16