diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-22 22:28:53 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 07:37:03 +0800 |
commit | a54915d8a13ce800645655728a2f203aeda98740 (patch) | |
tree | b78265a3c855d30a49a75c9271ae63cd5bd6e1c8 /configs | |
parent | 8f41b8785be20da320a544206f8c6e4f352bc9f4 (diff) | |
download | u-boot-imx-a54915d8a13ce800645655728a2f203aeda98740.zip u-boot-imx-a54915d8a13ce800645655728a2f203aeda98740.tar.gz u-boot-imx-a54915d8a13ce800645655728a2f203aeda98740.tar.bz2 |
nios2: convert altera timer to driver model
Convert altera timer to driver model.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Chin Liang See <clsee@altera.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nios2-generic_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig index 707ee33..505a2cf 100644 --- a/configs/nios2-generic_defconfig +++ b/configs/nios2-generic_defconfig @@ -18,3 +18,5 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_ALTERA_PIO=y CONFIG_ALTERA_JTAG_UART=y CONFIG_ALTERA_JTAG_UART_BYPASS=y +CONFIG_TIMER=y +CONFIG_ALTERA_TIMER=y |