diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-11-22 17:01:21 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-11-27 11:01:01 +0100 |
commit | 7c77368b6c42ec87aed9976288a9b50bccb272a6 (patch) | |
tree | 78aaf8a21ed0f6e6cf9041aaae11f3da7bd69b48 /arch | |
parent | ARM: multi_v7_defconfig: Enable CONFIG_RAVB (diff) | |
download | linux-7c77368b6c42ec87aed9976288a9b50bccb272a6.tar.xz linux-7c77368b6c42ec87aed9976288a9b50bccb272a6.zip |
ARM: shmobile: defconfig: Refresh for v6.7-rc1
Refresh the defconfig for Renesas ARM systems:
- Disable CONFIG_SERIAL_8250_EXAR (auto-enabled since commit
5939ff7ffae095ac ("tty: serial: 8250_exar: Does not use anything
from 8250_pci")).
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/b9bdb0fe3635a7eb51a7eca9a06e8146d6ad82db.1700667824.git.geert+renesas@glider.be
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index dfdea295c4af..e2ea369548eb 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -75,6 +75,7 @@ CONFIG_SERIAL_8250=y # CONFIG_SERIAL_8250_16550A_VARIANTS is not set CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_PCI is not set +# CONFIG_SERIAL_8250_EXAR is not set CONFIG_SERIAL_8250_DW=y CONFIG_SERIAL_8250_EM=y # CONFIG_SERIAL_8250_PERICOM is not set |