summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2017-07-13 21:27:39 +0200
committerRoland Hieber <rohieb@rohieb.name>2017-07-13 21:27:39 +0200
commit08343408667b02d4328332c86cadaf7f51592d83 (patch)
tree5ffd3059cf38741e811d602ba69a5416ac372ac2 /configs/platform-rpi
parenta874f6358fb666a330bd841835a0a0b379acaa64 (diff)
downloadDistroKit-08343408667b02d4328332c86cadaf7f51592d83.tar.gz
DistroKit-08343408667b02d4328332c86cadaf7f51592d83.tar.xz
platform-rpi: kernel: enable CONFIG_AUTOFS4_FS, CONFIG_AUDIT
This makes systemd compile again. Signed-off-by: Roland Hieber <rohieb@rohieb.name>
Diffstat (limited to 'configs/platform-rpi')
-rw-r--r--configs/platform-rpi/kernelconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig
index 0274d6a..0b8521e 100644
--- a/configs/platform-rpi/kernelconfig
+++ b/configs/platform-rpi/kernelconfig
@@ -52,8 +52,9 @@ CONFIG_SYSVIPC_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_FHANDLE=y
CONFIG_USELIB=y
-# CONFIG_AUDIT is not set
+CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
+# CONFIG_AUDITSYSCALL is not set
#
# IRQ subsystem
@@ -2242,7 +2243,7 @@ CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_QUOTA is not set
# CONFIG_QUOTACTL is not set
-# CONFIG_AUTOFS4_FS is not set
+CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set
# CONFIG_OVERLAY_FS is not set
@@ -2728,6 +2729,7 @@ CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
# CONFIG_CRC8 is not set
+CONFIG_AUDIT_GENERIC=y
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y