1# Copyright (c) 2018 Intel Corporation 2# 3# SPDX-License-Identifier: Apache-2.0 4 5config SEM_VALUE_MAX 6 int "Maximum semaphore limit" 7 default 32767 8 range 1 32767 9 help 10 Maximum semaphore count in POSIX compliant Application. 11