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/at91sam9260ek_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/at91sam9260ek_nandflash_defconfig')
-rw-r--r-- | configs/at91sam9260ek_nandflash_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/at91sam9260ek_nandflash_defconfig b/configs/at91sam9260ek_nandflash_defconfig index d8c981983e7..f183c42e646 100644 --- a/configs/at91sam9260ek_nandflash_defconfig +++ b/configs/at91sam9260ek_nandflash_defconfig @@ -49,5 +49,7 @@ CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_ATMEL_USART=y CONFIG_DM_SPI=y CONFIG_ATMEL_SPI=y +CONFIG_TIMER=y +CONFIG_ATMEL_PIT_TIMER=y CONFIG_USB=y CONFIG_USB_STORAGE=y |