diff options
author | Michael Walle | 2022-08-17 21:38:07 +0200 |
---|---|---|
committer | Stefan Roese | 2022-08-23 12:40:23 +0200 |
commit | d9055e8656644a182de1da0abd0d6d363124751a (patch) | |
tree | 9176a8bc12337b7dc8a8d7e6b7faec13b7097746 /configs/lschlv2_defconfig | |
parent | 7e3084eda439a0f77cef68f805308c9677dd4743 (diff) |
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>
Diffstat (limited to 'configs/lschlv2_defconfig')
-rw-r--r-- | configs/lschlv2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/lschlv2_defconfig b/configs/lschlv2_defconfig index 57e54130d27..e9cc632696d 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 |