Blame view

kernel/linux-imx6_3.14.28/arch/arm/mach-gemini/Kconfig 849 Bytes
6b13f685e   김민수   BSP 최초 추가
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  if ARCH_GEMINI
  
  menu "Cortina Systems Gemini Implementations"
  
  config MACH_NAS4220B
  	bool "Raidsonic NAS-4220-B"
  	select GEMINI_MEM_SWAP
  	help
  	  Say Y here if you intend to run this kernel on a
  	  Raidsonic NAS-4220-B.
  
  config MACH_RUT100
  	bool "Teltonika RUT100"
  	select GEMINI_MEM_SWAP
  	help
  	  Say Y here if you intend to run this kernel on a
  	  Teltonika 3G Router RUT100.
  
  config MACH_WBD111
  	bool "Wiliboard WBD-111"
  	select GEMINI_MEM_SWAP
  	help
  	  Say Y here if you intend to run this kernel on a
  	  Wiliboard WBD-111.
  
  config MACH_WBD222
          bool "Wiliboard WBD-222"
          select GEMINI_MEM_SWAP
          help
            Say Y here if you intend to run this kernel on a
            Wiliboard WBD-222.
  
  endmenu
  
  config GEMINI_MEM_SWAP
  	bool "Gemini memory is swapped"
  	help
  	  Say Y here if Gemini memory is swapped by bootloader.
  
  endif