diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-11-26 17:37:51 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-11-26 18:45:08 +0100 |
commit | a67d407f6cda4fa8b886abf2101243a5f8f15041 (patch) | |
tree | 5fe51587a81123f7134d316299ff8b3b41f75167 | |
parent | 128f2cf435da2e665a3a4a85a6a9a46d120bea11 (diff) | |
download | kernel_replicant_linux-a67d407f6cda4fa8b886abf2101243a5f8f15041.tar.gz kernel_replicant_linux-a67d407f6cda4fa8b886abf2101243a5f8f15041.tar.bz2 kernel_replicant_linux-a67d407f6cda4fa8b886abf2101243a5f8f15041.zip |
ARM: replicant_recovery_defconfig: Remove unused 8250 options
While CONFIG_SERIAL_8250 is required for CONFIG_SERIAL_SAMSUNG,
not all the CONFIG_SERIAL_8250 options are needed.
This should potentially reduce the size of the kernel image and
live us more room for other drivers or for more things in the
recovery initramfs.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | arch/arm/configs/replicant_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/replicant_defconfig b/arch/arm/configs/replicant_defconfig index 07a259a5d7d0..b8d67f28462b 100644 --- a/arch/arm/configs/replicant_defconfig +++ b/arch/arm/configs/replicant_defconfig @@ -244,6 +244,8 @@ CONFIG_INPUT_MISC=y CONFIG_INPUT_MAX77693_HAPTIC=y CONFIG_INPUT_MAX8997_HAPTIC=y CONFIG_SERIAL_8250=y +# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set +# CONFIG_SERIAL_8250_16550A_VARIANTS is not set CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIAL_SAMSUNG=y CONFIG_SERIAL_SAMSUNG_CONSOLE=y |