• 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-spear3xx/
1#
2# SPEAr3XX Machine configuration file
3#
4
5if ARCH_SPEAR3XX
6
7choice
8	prompt "SPEAr3XX Family"
9	default MACH_SPEAR300
10
11config MACH_SPEAR300
12	bool "SPEAr300"
13	help
14	  Supports ST SPEAr300 Machine
15
16config MACH_SPEAR310
17	bool "SPEAr310"
18	help
19	  Supports ST SPEAr310 Machine
20
21config MACH_SPEAR320
22	bool "SPEAr320"
23	help
24	  Supports ST SPEAr320 Machine
25
26endchoice
27
28# Adding SPEAr3XX machine specific configuration files
29source "arch/arm/mach-spear3xx/Kconfig300"
30source "arch/arm/mach-spear3xx/Kconfig310"
31source "arch/arm/mach-spear3xx/Kconfig320"
32
33endif #ARCH_SPEAR3XX
34