xref: /OK3568_Linux_fs/buildroot/package/bayer2rgb-neon/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
2*4882a593Smuzhiyun	bool
3*4882a593Smuzhiyun	default y if BR2_arm && BR2_ARM_CPU_HAS_NEON
4*4882a593Smuzhiyun	default y if BR2_aarch64
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunconfig BR2_PACKAGE_BAYER2RGB_NEON
7*4882a593Smuzhiyun	bool "bayer2rgb-neon"
8*4882a593Smuzhiyun	depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
9*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
10*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
11*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
12*4882a593Smuzhiyun	help
13*4882a593Smuzhiyun	  bayer2rgb-neon is a library which allows
14*4882a593Smuzhiyun	  to decode raw camera bayer to RGB using
15*4882a593Smuzhiyun	  NEON hardware acceleration.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
20*4882a593Smuzhiyun	depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
21*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
22*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
23