diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-17 23:12:50 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-17 23:12:50 +0000 |
commit | a98d24e6e8bf79d19cb92fa05d71906f97389073 (patch) | |
tree | cb10ccb1c18b537a0d49fbab100b50d97f4f5063 /target | |
parent | 09bc1aee9e252fb7116d15d60d0023f2bf1da7cc (diff) | |
download | upstream-a98d24e6e8bf79d19cb92fa05d71906f97389073.tar.gz upstream-a98d24e6e8bf79d19cb92fa05d71906f97389073.tar.bz2 upstream-a98d24e6e8bf79d19cb92fa05d71906f97389073.zip |
sunxi: add missing symbol for arch timer
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42605 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/sunxi/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/config-3.14 b/target/linux/sunxi/config-3.14 index 42babf89d7..d678ba102b 100644 --- a/target/linux/sunxi/config-3.14 +++ b/target/linux/sunxi/config-3.14 @@ -25,6 +25,7 @@ CONFIG_ARCH_WANT_GENERAL_HUGETLB=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_ARM=y CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y CONFIG_ARM_ATAG_DTB_COMPAT=y # CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y |