summaryrefslogtreecommitdiff
path: root/configs/sama5d3_xplained_mmc_defconfig
diff options
context:
space:
mode:
authorWenyou.Yang@microchip.com <Wenyou.Yang@microchip.com>2017-08-15 17:40:27 +0800
committerTom Rini <trini@konsulko.com>2017-08-26 14:56:09 -0400
commitfc6adebbc18c1c4d36e80cca0739c96717b733d6 (patch)
treefa2d9645b020333eb01bbdfb707541e4e1e1c833 /configs/sama5d3_xplained_mmc_defconfig
parent47edaea4943c99f560f3d055b2468333e9192628 (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/sama5d3_xplained_mmc_defconfig')
-rw-r--r--configs/sama5d3_xplained_mmc_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sama5d3_xplained_mmc_defconfig b/configs/sama5d3_xplained_mmc_defconfig
index e8a9ee9d2d..b7d445ad68 100644
--- a/configs/sama5d3_xplained_mmc_defconfig
+++ b/configs/sama5d3_xplained_mmc_defconfig
@@ -66,6 +66,9 @@ CONFIG_DEBUG_UART_CLOCK=132000000
CONFIG_DEBUG_UART_BOARD_INIT=y
CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_ATMEL_USART=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