From fc6adebbc18c1c4d36e80cca0739c96717b733d6 Mon Sep 17 00:00:00 2001 From: "Wenyou.Yang@microchip.com" Date: Tue, 15 Aug 2017 17:40:27 +0800 Subject: board: atmel: Use the new PIT timer driver Use the Atmel PIT timer driver which supports the driver model and device tree. Signed-off-by: Wenyou Yang --- configs/sama5d4ek_spiflash_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/sama5d4ek_spiflash_defconfig') diff --git a/configs/sama5d4ek_spiflash_defconfig b/configs/sama5d4ek_spiflash_defconfig index f25ca9cfdb..ff94d7a113 100644 --- a/configs/sama5d4ek_spiflash_defconfig +++ b/configs/sama5d4ek_spiflash_defconfig @@ -65,6 +65,9 @@ CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_ATMEL_USART=y CONFIG_DM_SPI=y CONFIG_ATMEL_SPI=y +CONFIG_TIMER=y +CONFIG_SPL_TIMER=y +CONFIG_ATMEL_PIT_TIMER=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y -- cgit