xref: /OK3568_Linux_fs/buildroot/package/bitwise/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BITWISE
2*4882a593Smuzhiyun	bool "bitwise"
3*4882a593Smuzhiyun	select BR2_PACKAGE_NCURSES
4*4882a593Smuzhiyun	select BR2_PACKAGE_READLINE
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Bitwise is multi base interactive calculator
7*4882a593Smuzhiyun	  supporting dynamic base conversion and bit manipulation.
8*4882a593Smuzhiyun	  It's a handy tool for low level hackers,
9*4882a593Smuzhiyun	  kernel developers and device drivers developers.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://github.com/mellowcandle/bitwise
12