vfs,nvdimm: Really enable FS_DAX

This commit is contained in:
Ben Hutchings 2016-02-10 01:37:22 +00:00
parent 3a3b557ac3
commit aea9926d19
3 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -77,6 +77,7 @@ linux (4.4.1-1~exp1) UNRELEASED; urgency=medium
* sound/firewire: Enable SND_FIREWIRE_DIGI00X, SND_FIREWIRE_TASCAM as modules * sound/firewire: Enable SND_FIREWIRE_DIGI00X, SND_FIREWIRE_TASCAM as modules
* [x86] thermal: Enable INTEL_PCH_THERMAL, INTEL_SOC_DTS_THERMAL as modules * [x86] thermal: Enable INTEL_PCH_THERMAL, INTEL_SOC_DTS_THERMAL as modules
* [x86] Enable INTEL_PMC_IPC as module * [x86] Enable INTEL_PMC_IPC as module
* vfs,nvdimm: Really enable FS_DAX
-- Ian Campbell <ijc@debian.org> Sat, 23 Jan 2016 08:23:05 +0000 -- Ian Campbell <ijc@debian.org> Sat, 23 Jan 2016 08:23:05 +0000

View File

@ -662,6 +662,11 @@ CONFIG_FB=m
## ##
CONFIG_ORION_WATCHDOG=m CONFIG_ORION_WATCHDOG=m
##
## file: fs/Kconfig
##
# CONFIG_FS_DAX is not set
## ##
## file: init/Kconfig ## file: init/Kconfig
## ##

View File

@ -4940,6 +4940,7 @@ CONFIG_XEN_MCE_LOG=y
## ##
## file: fs/Kconfig ## file: fs/Kconfig
## ##
CONFIG_FS_DAX=y
CONFIG_FILE_LOCKING=y CONFIG_FILE_LOCKING=y
CONFIG_TMPFS=y CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y CONFIG_TMPFS_POSIX_ACL=y