aboutsummaryrefslogtreecommitdiffstats
path: root/features/tmpfs/tmpfs-posix-acl.cfg
blob: 99bac03e1655d1fe56513d8c3622addcbd8c53c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: MIT
# Dependencies of the feature
CONFIG_SHMEM=y
CONFIG_TMPFS=y

# The feature we want to enable
CONFIG_TMPFS_POSIX_ACL=y

# The above selects these options automatically
CONFIG_TMPFS_XATTR=y
CONFIG_FS_POSIX_ACL=y