1config BR2_PACKAGE_PYTHON_URWID_READLINE
2	bool "python-urwid-readline"
3	select BR2_PACKAGE_PYTHON_URWID # runtime
4	help
5	  A textbox edit widget for urwid that supports readline
6	  shortcuts.
7
8	  https://github.com/rr-/urwid_readline
9