Skip to content

Commit a323fb6

Browse files
mharthMichal Simek
authored andcommitted
microblaze: defconfig: Enable devtmps and tmpfs
Currently dropbear does not run in background because devtmps and tmpfs is not enabled by default. Enable devtmps and tmpfs to fix this issue. Signed-off-by: Manjukumar Matha <[email protected]> Signed-off-by: Michal Simek <[email protected]>
1 parent 39014c4 commit a323fb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/microblaze/configs/mmu_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ CONFIG_INET=y
3333
# CONFIG_IPV6 is not set
3434
CONFIG_BRIDGE=m
3535
CONFIG_PCI=y
36+
CONFIG_DEVTMPFS=y
37+
CONFIG_DEVTMPFS_MOUNT=y
3638
CONFIG_MTD=y
3739
CONFIG_MTD_CFI=y
3840
CONFIG_MTD_CFI_INTELEXT=y
@@ -73,6 +75,7 @@ CONFIG_UIO_PDRV_GENIRQ=y
7375
CONFIG_UIO_DMEM_GENIRQ=y
7476
CONFIG_EXT2_FS=y
7577
# CONFIG_DNOTIFY is not set
78+
CONFIG_TMPFS=y
7679
CONFIG_CRAMFS=y
7780
CONFIG_ROMFS_FS=y
7881
CONFIG_NFS_FS=y

0 commit comments

Comments
 (0)