commit | 812efbf56e5e965b1c6e7e1a44294b96d8aa18a7 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Aug 17 21:38:07 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Aug 23 12:40:23 2022 +0200 |
tree | 9176a8bc12337b7dc8a8d7e6b7faec13b7097746 | |
parent | 6dbe90696d57f074e3e167a302350b348badbab2 [diff] [blame] |
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>
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_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