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