]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: lsxl: convert to CONFIG_TIMER
authorMichael Walle <michael@walle.cc>
Wed, 17 Aug 2022 19:38:07 +0000 (21:38 +0200)
committerStefan Roese <sr@denx.de>
Tue, 23 Aug 2022 10:40:23 +0000 (12:40 +0200)
Enable the orion timer driver and we are good.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/lschlv2_defconfig
configs/lsxhl_defconfig

index 57e54130d27d852feb39fe6d957da3b354e97adf..e9cc632696de10e93fb3e762cc038b441f14f9f3 100644 (file)
@@ -71,5 +71,7 @@ CONFIG_SYS_NS16550=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_KIRKWOOD_SPI=y
+CONFIG_TIMER=y
+CONFIG_ORION_TIMER=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
index fc87424a6f8328c2ad6d2ca72596c06808b11faa..b83a072b04dd3a0283c6e5446adbfbf9b7999aa9 100644 (file)
@@ -72,5 +72,7 @@ CONFIG_SYS_NS16550=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_KIRKWOOD_SPI=y
+CONFIG_TIMER=y
+CONFIG_ORION_TIMER=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y