Skip to content

Commit

Permalink
ARM: configs: at91: Enable AUTOFS_FS required by systemd
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
  • Loading branch information
noglitch committed May 6, 2022
1 parent 44a26be commit 386d050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/configs/sama5_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ CONFIG_PWM_ATMEL_HLCDC_PWM=y
CONFIG_PWM_ATMEL_TCB=y
CONFIG_EXT4_FS=y
CONFIG_FANOTIFY=y
CONFIG_AUTOFS_FS=m
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y
CONFIG_UBIFS_FS=y
Expand Down
1 change: 1 addition & 0 deletions arch/arm/configs/sama7_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ CONFIG_RESET_CONTROLLER=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
CONFIG_FANOTIFY=y
CONFIG_AUTOFS_FS=m
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y
CONFIG_UBIFS_FS=y
Expand Down

0 comments on commit 386d050

Please sign in to comment.