diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-10-20 16:01:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-10-20 16:01:56 +0000 |
commit | 17c32c468550edf0282bb459445097bc023f02c2 (patch) | |
tree | eb0feebdccf4fe42be78afd5d9ac2ba4e5251955 /target/linux/rb532/config-2.6.24 | |
parent | 691e187381f209355399f27dd58d81732a687435 (diff) | |
download | mtk-20170518-17c32c468550edf0282bb459445097bc023f02c2.zip mtk-20170518-17c32c468550edf0282bb459445097bc023f02c2.tar.gz mtk-20170518-17c32c468550edf0282bb459445097bc023f02c2.tar.bz2 |
Do not use dynamic ticks on rb532 (#4110)
SVN-Revision: 13017
Diffstat (limited to 'target/linux/rb532/config-2.6.24')
-rw-r--r-- | target/linux/rb532/config-2.6.24 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rb532/config-2.6.24 b/target/linux/rb532/config-2.6.24 index 0905ed8..366f655 100644 --- a/target/linux/rb532/config-2.6.24 +++ b/target/linux/rb532/config-2.6.24 @@ -176,7 +176,7 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_NE2K_PCI is not set # CONFIG_NET_SCH_ESFQ_NFCT is not set # CONFIG_NET_VENDOR_3COM is not set -CONFIG_NO_HZ=y +CONFIG_NF_CONNTRACK=y # CONFIG_NO_IOPORT is not set # CONFIG_PAGE_SIZE_16KB is not set CONFIG_PAGE_SIZE_4KB=y @@ -228,7 +228,7 @@ CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y # CONFIG_TC35815 is not set -CONFIG_TICK_ONESHOT=y +# CONFIG_TICK_ONESHOT is not set # CONFIG_TIMER_STATS is not set # CONFIG_TOSHIBA_JMR3927 is not set # CONFIG_TOSHIBA_RBTX4927 is not set |