projects
/
platform
/
kernel
/
linux-riscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
118d61a
)
RISCV: configs: tizen_bpif3: Enable AUTOFS_FS configuration
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 7 Jan 2025 09:48:49 +0000
(18:48 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 8 Jan 2025 03:49:49 +0000
(12:49 +0900)
Enable CONFIG_AUTOFS_FS configuration.
Tizen requires to enable AUTOFS_FS. If it's not enable,
"Failed to find modue 'autofs4'" message is showing from systemd.
Change-Id: I9383f7cf98366a12f1b4208de8e9aa3a0f45b91b
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/configs/tizen_bpif3_defconfig
patch
|
blob
|
history
diff --git
a/arch/riscv/configs/tizen_bpif3_defconfig
b/arch/riscv/configs/tizen_bpif3_defconfig
index 0bc5c261459112e5418630a215b516f59bdf5313..b873c361005e5bf823d7cded654ba14afec71495 100644
(file)
--- a/
arch/riscv/configs/tizen_bpif3_defconfig
+++ b/
arch/riscv/configs/tizen_bpif3_defconfig
@@
-673,6
+673,7
@@
CONFIG_F2FS_FS=y
CONFIG_F2FS_FS_SECURITY=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
+CONFIG_AUTOFS_FS=y
CONFIG_FUSE_FS=y
CONFIG_VIRTIO_FS=y
CONFIG_OVERLAY_FS=y