diff options
author | Tony Lindgren <tony@atomide.com> | 2018-11-08 08:46:40 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-11-08 08:54:40 -0800 |
commit | f98d45145e6a48b91e0cae12fae7a5367486e91e (patch) | |
tree | 51955a0901d9872ddfae07fd34472d94eea4c76e /arch/arm/configs | |
parent | 79351d5db8cc7a4cb0ac6e5b595f908bc318dc3c (diff) | |
download | linux-f98d45145e6a48b91e0cae12fae7a5367486e91e.tar.bz2 |
ARM: multi_v7_defconfig: Enable 8250-omap serial driver and use it by default
We've already moved omap2plus_defconfig over to use 8250-omap instead of
omap-serial driver. Let's update multi_v7_defconfig too.
By default we also enable SERIAL_8250_OMAP_TTYO_FIXUP that updates the
kernel serial console to point to 8250 driver and warns about it during
the boot.
Users with ttyO[0123] in their /etc/inittab should update inittab to
to use ttyS[0123] instead.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 1c7616815a86..bd4ee0133710 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -305,6 +305,7 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SERIAL_8250_BCM2835AUX=y CONFIG_SERIAL_8250_DW=y CONFIG_SERIAL_8250_EM=y +CONFIG_SERIAL_8250_OMAP=y CONFIG_SERIAL_8250_MT6577=y CONFIG_SERIAL_8250_UNIPHIER=y CONFIG_SERIAL_OF_PLATFORM=y |