Merge tag 'v3.10.55' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-mt8127 / Kconfig
1 if ARCH_MT8127
2
3 menu "MT8127 Board Support Package"
4
5 choice
6 bool "Board"
7
8 config MT8127_FPGA
9 bool "MT8127 FPGA"
10 select ARM_L1_CACHE_SHIFT_6
11 help
12 Select if you are using the FPGA board.
13
14 config MT8127_EVB_BOARD
15 bool "MT8127 EVB BOARD"
16 select ARM_L1_CACHE_SHIFT_6
17 help
18 Select if you are using an EVB board.
19
20 endchoice
21
22 config MT8127_FPGA_CA7
23 tristate "MT8127 FPGA CA7"
24 depends on MT8127_FPGA
25 default n
26 help
27 Select if you are using the CA7 FPGA board.
28
29 config MAX_DRAM_SIZE_SUPPORT
30 hex "The maximum size of the DRAM can be supported in the kernel"
31 default 0x10000000
32 depends on ARCH_MT8127
33 help
34 Define the maximum size of the kernel can be supported.
35 If will modify the memory size if it size is smaller than
36 the memory size passed by the boot loader to the MAX_DRAM_SIZE_SUPPORT.
37 Notice that the maximum DRAM size is including the memory size
38 reserved for the modem and the PMEM.
39
40 endmenu
41
42
43 endif