aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-08-17 21:38:07 +0200
committerStefan Roese <sr@denx.de>2022-08-23 12:40:23 +0200
commitd9055e8656644a182de1da0abd0d6d363124751a (patch)
tree9176a8bc12337b7dc8a8d7e6b7faec13b7097746
parent7e3084eda439a0f77cef68f805308c9677dd4743 (diff)
downloadu-boot-d9055e8656644a182de1da0abd0d6d363124751a.zip
u-boot-d9055e8656644a182de1da0abd0d6d363124751a.tar.gz
u-boot-d9055e8656644a182de1da0abd0d6d363124751a.tar.bz2
board: lsxl: convert to CONFIG_TIMER
Enable the orion timer driver and we are good. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r--configs/lschlv2_defconfig2
-rw-r--r--configs/lsxhl_defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/lschlv2_defconfig b/configs/lschlv2_defconfig
index 57e5413..e9cc632 100644
--- a/configs/lschlv2_defconfig
+++ b/configs/lschlv2_defconfig
@@ -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
diff --git a/configs/lsxhl_defconfig b/configs/lsxhl_defconfig
index fc87424..b83a072 100644
--- a/configs/lsxhl_defconfig
+++ b/configs/lsxhl_defconfig
@@ -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