summaryrefslogtreecommitdiff
path: root/configs/sama5d36ek_cmp_spiflash_defconfig
diff options
context:
space:
mode:
authorWenyou.Yang@microchip.com <Wenyou.Yang@microchip.com>2017-08-15 09:40:27 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-26 18:56:09 (GMT)
commitfc6adebbc18c1c4d36e80cca0739c96717b733d6 (patch)
treefa2d9645b020333eb01bbdfb707541e4e1e1c833 /configs/sama5d36ek_cmp_spiflash_defconfig
parent47edaea4943c99f560f3d055b2468333e9192628 (diff)
downloadu-boot-fc6adebbc18c1c4d36e80cca0739c96717b733d6.tar.xz
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/sama5d36ek_cmp_spiflash_defconfig')
-rw-r--r--configs/sama5d36ek_cmp_spiflash_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d36ek_cmp_spiflash_defconfig b/configs/sama5d36ek_cmp_spiflash_defconfig
index 168bf19..e3f67da 100644
--- a/configs/sama5d36ek_cmp_spiflash_defconfig
+++ b/configs/sama5d36ek_cmp_spiflash_defconfig
@@ -53,5 +53,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_LCD=y
CONFIG_FAT_WRITE=y