1*4882a593Smuzhiyunconfig BR2_PACKAGE_HAS_LIBGBM 2*4882a593Smuzhiyun bool 3*4882a593Smuzhiyun 4*4882a593Smuzhiyunconfig BR2_PACKAGE_PROVIDES_LIBGBM 5*4882a593Smuzhiyun string 6*4882a593Smuzhiyun depends on BR2_PACKAGE_HAS_LIBGBM 7*4882a593Smuzhiyun 8*4882a593Smuzhiyun# gbm implementations should select 9*4882a593Smuzhiyun# BR2_PACKAGE_LIBGBM_HAS_FEATURE_FORMAT_MODIFIER_PLANE_COUNT if they 10*4882a593Smuzhiyun# provide the format modifier plane count feature. This API was 11*4882a593Smuzhiyun# initially introduced in mesa3d version 17. A gbm implementation 12*4882a593Smuzhiyun# provides this feature if it is implement function 13*4882a593Smuzhiyun# gbm_device_get_format_modifier_plane_count. 14*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBGBM_HAS_FEATURE_FORMAT_MODIFIER_PLANE_COUNT 15*4882a593Smuzhiyun bool 16*4882a593Smuzhiyun depends on BR2_PACKAGE_HAS_LIBGBM 17*4882a593Smuzhiyun 18*4882a593Smuzhiyun# gbm implementations should select 19*4882a593Smuzhiyun# BR2_PACKAGE_LIBGBM_HAS_FEATURE_DMA_BUF if they provide the dma 20*4882a593Smuzhiyun# buffer feature. This API was initially introduced in mesa3d version 21*4882a593Smuzhiyun# 10. A gbm implementation provides this feature if it is implement 22*4882a593Smuzhiyun# function gbm_bo_get_fd. 23*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBGBM_HAS_FEATURE_DMA_BUF 24*4882a593Smuzhiyun bool 25*4882a593Smuzhiyun depends on BR2_PACKAGE_HAS_LIBGBM 26