From 2d18d72858adf7171bbae32c2efb0653507435e2 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Tue, 12 Dec 2017 09:49:37 +0100 Subject: board: stm32f429-disco: switch to DM STM32 serial driver Remove serial_stm32.c driver and uart init from board file, use available DM serial_stm32x7.c driver compatible for STM32F4/F7 and H7 SoCs. The serial_stm32x7.c driver will be renamed later with a more generic name as it's shared with all STM32 Socs. Signed-off-by: Patrice Chotard --- configs/stm32f429-discovery_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/stm32f429-discovery_defconfig') diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index 15ff64645e..ae106ff818 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -27,3 +27,4 @@ CONFIG_RAM=y CONFIG_STM32_SDRAM=y CONFIG_DM_RESET=y CONFIG_STM32_RESET=y +CONFIG_STM32X7_SERIAL=y -- cgit v1.2.3