Blame view

arch/arm/mach-ixp23xx/Kconfig 374 Bytes
c47130743   Lennert Buytenhek   [ARM] 3388/1: ixp...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  if ARCH_IXP23XX
  
  config ARCH_SUPPORTS_BIG_ENDIAN
  	bool
  	default y
  
  menu "Intel IXP23xx Implementation Options"
  
  comment "IXP23xx Platforms"
  
  config MACH_ESPRESSO
  	bool "Support IP Fabrics Double Espresso platform"
  	help
  
  config MACH_IXDP2351
  	bool "Support Intel IXDP2351 platform"
  	help
  
  config MACH_ROADRUNNER
  	bool "Support ADI RoadRunner platform"
  	help
  
  endmenu
  
  endif