Skip to content

Commit 386d050

Browse files
committed
ARM: configs: at91: Enable AUTOFS_FS required by systemd
Align all at91 defconfigs to required options for systemd. The missing of autofs would cause warnings on boot when not available. Suggested-by: Mark Brown <broonie@kernel.org> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 44a26be commit 386d050

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/configs/sama5_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ CONFIG_PWM_ATMEL_HLCDC_PWM=y
222222
CONFIG_PWM_ATMEL_TCB=y
223223
CONFIG_EXT4_FS=y
224224
CONFIG_FANOTIFY=y
225+
CONFIG_AUTOFS_FS=m
225226
CONFIG_VFAT_FS=y
226227
CONFIG_TMPFS=y
227228
CONFIG_UBIFS_FS=y

arch/arm/configs/sama7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ CONFIG_RESET_CONTROLLER=y
200200
CONFIG_EXT2_FS=y
201201
CONFIG_EXT3_FS=y
202202
CONFIG_FANOTIFY=y
203+
CONFIG_AUTOFS_FS=m
203204
CONFIG_VFAT_FS=y
204205
CONFIG_TMPFS=y
205206
CONFIG_UBIFS_FS=y

0 commit comments

Comments
 (0)