xref: /OK3568_Linux_fs/buildroot/package/libcofi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCOFI
2	bool "libcofi"
3	depends on BR2_arm
4	# builds a shared library
5	depends on !BR2_STATIC_LIBS
6	help
7	  A replacement for memcpy and memset functionality for the
8	  Raspberry Pi with the intention of gaining greater
9	  performance.
10
11	  https://github.com/simonjhall/copies-and-fills
12
13comment "libcofi needs a toolchain w/ dynamic library"
14	depends on BR2_arm
15	depends on BR2_STATIC_LIBS
16