Skip to content

Commit 3e18e27

Browse files
shenkimpe
authored andcommitted
powerpc/configs/microwatt: Enable options for systemd
When booting with systemd these options are required. This increases the image by about 50KB, or 2%. Signed-off-by: Joel Stanley <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ef4fcaf commit 3e18e27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/powerpc/configs/microwatt_defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONFIG_PREEMPT_VOLUNTARY=y
55
CONFIG_TICK_CPU_ACCOUNTING=y
66
CONFIG_LOG_BUF_SHIFT=16
77
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=12
8+
CONFIG_CGROUPS=y
89
CONFIG_BLK_DEV_INITRD=y
910
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
1011
CONFIG_KALLSYMS_ALL=y
@@ -78,8 +79,10 @@ CONFIG_SPI_SPIDEV=y
7879
CONFIG_EXT4_FS=y
7980
# CONFIG_FILE_LOCKING is not set
8081
# CONFIG_DNOTIFY is not set
81-
# CONFIG_INOTIFY_USER is not set
82+
CONFIG_AUTOFS_FS=y
83+
CONFIG_TMPFS=y
8284
# CONFIG_MISC_FILESYSTEMS is not set
85+
CONFIG_CRYPTO_SHA256=y
8386
# CONFIG_CRYPTO_HW is not set
8487
# CONFIG_XZ_DEC_X86 is not set
8588
# CONFIG_XZ_DEC_IA64 is not set

0 commit comments

Comments
 (0)