Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55cd5513 authored by Hanumant Singh's avatar Hanumant Singh Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: 8994: Disable unused configs



CONFIG_LEGACY_PTYS, CONFIG_INPUT_MOUSE are
enabled by default. This causes the creation
of unused tty devices which impacts the userspace
ueventd processing at init time. Disable
these unused configs to improve boot time.

CRs-Fixed: 748583
Change-Id: I53b628a3568073badb9d5888f7bc8265c6703099
Signed-off-by: default avatarHanumant Singh <hanumant@codeaurora.org>
parent dbd2b72e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_LEGACY_PTYS is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_RD_BZIP2=y
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_LEGACY_PTYS is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_RD_BZIP2=y