diff options
author | Anton Blanchard <anton@ozlabs.org> | 2021-08-05 11:20:05 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-08-10 23:14:56 +1000 |
commit | 9b49f979b3d560cb75ea9f1a596baf432d566798 (patch) | |
tree | 627c5b913c5aabdfd1cfa9253cc1830289b13b14 /arch/powerpc/configs | |
parent | 27fd1111051dc218e5b6cb2da5dbb3f342879ff1 (diff) | |
download | linux-9b49f979b3d560cb75ea9f1a596baf432d566798.tar.gz linux-9b49f979b3d560cb75ea9f1a596baf432d566798.tar.bz2 linux-9b49f979b3d560cb75ea9f1a596baf432d566798.zip |
powerpc/configs: Disable legacy ptys on microwatt defconfig
We shouldn't need legacy ptys, and disabling the option improves boot
time by about 0.5 seconds.
Signed-off-by: Anton Blanchard <anton@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210805112005.3cb1f412@kryten.localdomain
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/microwatt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/microwatt_defconfig b/arch/powerpc/configs/microwatt_defconfig index a08b739123da..ebc90aefbc0c 100644 --- a/arch/powerpc/configs/microwatt_defconfig +++ b/arch/powerpc/configs/microwatt_defconfig @@ -57,6 +57,7 @@ CONFIG_NETDEVICES=y # CONFIG_INPUT is not set # CONFIG_SERIO is not set # CONFIG_VT is not set +# CONFIG_LEGACY_PTYS is not set CONFIG_SERIAL_8250=y # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set CONFIG_SERIAL_8250_CONSOLE=y |