]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/serial/Kconfig
serial: stm32x7: add STM32F4 support
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 27 Sep 2017 13:44:52 +0000 (15:44 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 8 Oct 2017 20:19:56 +0000 (16:19 -0400)
commit6c30f15bf1abbf9549bace6ec605eb44a4641800
tree6de57b5e1592372885741fa552806ca2970a09d7
parent2a7ecc536019066f77ff7b6e24cb3194ee0f65c0
serial: stm32x7: add STM32F4 support

stm32f4 doesn't support FIFO and OVERRUN feature.
The enable bit is not at the same location in CR1
register than for STM32F7 and STM32H7.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/serial/Kconfig
drivers/serial/serial_stm32x7.c
drivers/serial/serial_stm32x7.h