• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/
1menu "Support for Broadcom MIPS based boards"
2
3config BCM947XX
4        bool "Support for Broadcom BCM947XX"
5        depends on MIPS_BRCM
6	default y
7
8#config BCM47XX
9#        bool "Support for Broadcom BCM47XX processors"
10#        depends on BCM947XX
11
12config BCMIPDSCP
13        bool "Support for Using DSCP based IP forwarding"
14        depends on BCM947XX
15
16config HND_BMIPS3300_PROF
17        bool "Support for performance profiling"
18        depends on BCM947XX
19
20config RAM_SIZE
21        int "Memory size (in megabytes)"
22        depends on BCM947XX
23
24config SHRINKMEM
25        bool "Support for shrink memory"
26        depends on BCM947XX
27        select PM
28
29config GENERIC_GPIO
30        bool "Generic GPIO"
31        default n
32
33config CROSS_COMPILE
34	default "mipsel-uclibc-linux26-"
35
36endmenu
37
38
39