summaryrefslogtreecommitdiff
path: root/configs/sama5d2_xplained_qspiflash_defconfig
diff options
context:
space:
mode:
authorClément Léger <clement.leger@bootlin.com>2022-03-31 10:55:10 +0200
committerEugen Hristev <eugen.hristev@microchip.com>2022-04-01 15:42:47 +0300
commitef9d9b2501ad9e0601bd292c4a6c8a7ba8f3a909 (patch)
treef54d45ef3eedd19591d6b0c8ccaf875a74790b86 /configs/sama5d2_xplained_qspiflash_defconfig
parent3d3fdaf0758f1fe240774a7394d6cf04573ffd5c (diff)
configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER
Enable CONFIG_ATMEL_TCB_TIMER and disable CONFIG_ATMEL_PIT_TIMER. This will allow using the TCB timer instead of the PIT one when running under OP-TEE. Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Diffstat (limited to 'configs/sama5d2_xplained_qspiflash_defconfig')
-rw-r--r--configs/sama5d2_xplained_qspiflash_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sama5d2_xplained_qspiflash_defconfig b/configs/sama5d2_xplained_qspiflash_defconfig
index 24b509d062..4c56efcc50 100644
--- a/configs/sama5d2_xplained_qspiflash_defconfig
+++ b/configs/sama5d2_xplained_qspiflash_defconfig
@@ -92,7 +92,7 @@ CONFIG_DM_SPI=y
CONFIG_ATMEL_QSPI=y
CONFIG_TIMER=y
CONFIG_SPL_TIMER=y
-CONFIG_ATMEL_PIT_TIMER=y
+CONFIG_ATMEL_TCB_TIMER=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y