Skip to content

Commit 44a26be

Browse files
broonienoglitch
authored andcommitted
ARM: configs: at91: Enable options required for systemd
Even smaller embedded systems are using systemd these days, as are test automation systems like KernelCI, so it is useful to be able to use systemd on these boards by default. Enable options that are missing in the at91_dt_defconfig, cgroups which is critical and autofs4 which is less critical but causes warnings on boot when not available. Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20220505171043.553079-1-broonie@kernel.org
1 parent 7dac8e2 commit 44a26be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/configs/at91_dt_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CONFIG_SYSVIPC=y
44
CONFIG_NO_HZ_IDLE=y
55
CONFIG_HIGH_RES_TIMERS=y
66
CONFIG_LOG_BUF_SHIFT=14
7+
CONFIG_CGROUPS=y
78
CONFIG_BLK_DEV_INITRD=y
89
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
910
CONFIG_KALLSYMS_ALL=y
@@ -205,6 +206,7 @@ CONFIG_PWM_ATMEL=y
205206
CONFIG_PWM_ATMEL_HLCDC_PWM=y
206207
CONFIG_PWM_ATMEL_TCB=y
207208
CONFIG_EXT4_FS=y
209+
CONFIG_AUTOFS_FS=m
208210
CONFIG_FANOTIFY=y
209211
CONFIG_VFAT_FS=y
210212
CONFIG_TMPFS=y

0 commit comments

Comments
 (0)