diff options
author | Wenyou.Yang@microchip.com <Wenyou.Yang@microchip.com> | 2017-08-15 17:40:27 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-26 14:56:09 -0400 |
commit | fc6adebbc18c1c4d36e80cca0739c96717b733d6 (patch) | |
tree | fa2d9645b020333eb01bbdfb707541e4e1e1c833 /configs/sama5d4_xplained_nandflash_defconfig | |
parent | 47edaea4943c99f560f3d055b2468333e9192628 (diff) |
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 <wenyou.yang@microchip.com>
Diffstat (limited to 'configs/sama5d4_xplained_nandflash_defconfig')
-rw-r--r-- | configs/sama5d4_xplained_nandflash_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sama5d4_xplained_nandflash_defconfig b/configs/sama5d4_xplained_nandflash_defconfig index 5ac5d08527..cba3c8b640 100644 --- a/configs/sama5d4_xplained_nandflash_defconfig +++ b/configs/sama5d4_xplained_nandflash_defconfig @@ -63,6 +63,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 |