• 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/arm/mach-bcmring/
1choice
2	prompt "Processor selection in BCMRING family of devices"
3	depends on ARCH_BCMRING
4	default ARCH_BCM11107
5
6config ARCH_FPGA11107
7	bool "FPGA11107"
8
9config ARCH_BCM11107
10	bool "BCM11107"
11endchoice
12
13menu "BCMRING Options"
14	depends on ARCH_BCMRING
15
16config BCM_ZRELADDR
17	hex "Compressed ZREL ADDR"
18
19endmenu
20
21# source "drivers/char/bcmring/Kconfig"
22