diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-12-01 17:34:27 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-12-01 17:34:27 +0000 |
commit | cbbfc5f1e64b05ad423201c5f6e20d83a3eac97f (patch) | |
tree | 63be8cd741d8e7a1526e18817239e61828002bcd /target/linux/brcm47xx | |
parent | 23cd074371956cc72b7c7dcb05abd2337d7575fd (diff) | |
download | upstream-cbbfc5f1e64b05ad423201c5f6e20d83a3eac97f.tar.gz upstream-cbbfc5f1e64b05ad423201c5f6e20d83a3eac97f.tar.bz2 upstream-cbbfc5f1e64b05ad423201c5f6e20d83a3eac97f.zip |
brcm47xx: config: set CONFIG_HZ=100 and CONFIG_IP_ROUTE_VERBOSE
This sets both values to the OpenWrt default values. There is no reason
to use some brcm47xx specific values here.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38978
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/config-3.10 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/brcm47xx/config-3.10 b/target/linux/brcm47xx/config-3.10 index 141bff0d2d..ed8dd6869a 100644 --- a/target/linux/brcm47xx/config-3.10 +++ b/target/linux/brcm47xx/config-3.10 @@ -91,13 +91,9 @@ CONFIG_HAVE_OPROFILE=y CONFIG_HAVE_PERF_EVENTS=y CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=y -CONFIG_HZ=250 -# CONFIG_HZ_100 is not set -CONFIG_HZ_250=y CONFIG_HZ_PERIODIC=y CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" -# CONFIG_IP_ROUTE_VERBOSE is not set CONFIG_IRQ_CPU=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y |