diff options
Diffstat (limited to 'fs/quota/Kconfig')
-rw-r--r-- | fs/quota/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig index efc02ebb8c70..dad7fb247ddc 100644 --- a/fs/quota/Kconfig +++ b/fs/quota/Kconfig | |||
@@ -59,3 +59,8 @@ config QUOTACTL | |||
59 | bool | 59 | bool |
60 | depends on XFS_QUOTA || QUOTA | 60 | depends on XFS_QUOTA || QUOTA |
61 | default y | 61 | default y |
62 | |||
63 | config QUOTACTL_COMPAT | ||
64 | bool | ||
65 | depends on QUOTACTL && COMPAT_FOR_U64_ALIGNMENT | ||
66 | default y | ||