diff options
author | John Crispin <john@openwrt.org> | 2013-10-07 15:02:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-07 15:02:23 +0000 |
commit | cc58dd26d32413166474c32351449f717cdb3502 (patch) | |
tree | e2e110f60c7fc21ce926625c2448d68bd13b14b5 /target/linux/ramips/rt305x | |
parent | baf9d53792e4fa80e4b79228cf794ce60ebfa119 (diff) | |
download | upstream-cc58dd26d32413166474c32351449f717cdb3502.tar.gz upstream-cc58dd26d32413166474c32351449f717cdb3502.tar.bz2 upstream-cc58dd26d32413166474c32351449f717cdb3502.zip |
ralink: make cevt systick selectable via kconfig
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38319
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/config-3.10 b/target/linux/ramips/rt305x/config-3.10 index 78902d5ec9..e1772945d5 100644 --- a/target/linux/ramips/rt305x/config-3.10 +++ b/target/linux/ramips/rt305x/config-3.10 @@ -9,7 +9,7 @@ CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CLKDEV_LOOKUP=y -CONFIG_CLKEVT_RT3352=y +# CONFIG_CLKEVT_RT3352 is not set CONFIG_CLKSRC_MMIO=y CONFIG_CLKSRC_OF=y CONFIG_CLONE_BACKWARDS=y |