]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/mips/pmc-sierra/Kconfig
[MIPS] time: Move R4000 clockevent device code to separate configurable file
[mirror_ubuntu-eoan-kernel.git] / arch / mips / pmc-sierra / Kconfig
1 choice
2 prompt "PMC-Sierra MSP SOC type"
3 depends on PMC_MSP
4
5 config PMC_MSP4200_EVAL
6 bool "PMC-Sierra MSP4200 Eval Board"
7 select CEVT_R4K
8 select IRQ_MSP_SLP
9 select HW_HAS_PCI
10
11 config PMC_MSP4200_GW
12 bool "PMC-Sierra MSP4200 VoIP Gateway"
13 select CEVT_R4K
14 select IRQ_MSP_SLP
15 select HW_HAS_PCI
16
17 config PMC_MSP7120_EVAL
18 bool "PMC-Sierra MSP7120 Eval Board"
19 select SYS_SUPPORTS_MULTITHREADING
20 select IRQ_MSP_CIC
21 select HW_HAS_PCI
22
23 config PMC_MSP7120_GW
24 bool "PMC-Sierra MSP7120 Residential Gateway"
25 select SYS_SUPPORTS_MULTITHREADING
26 select IRQ_MSP_CIC
27 select HW_HAS_PCI
28
29 config PMC_MSP7120_FPGA
30 bool "PMC-Sierra MSP7120 FPGA"
31 select SYS_SUPPORTS_MULTITHREADING
32 select IRQ_MSP_CIC
33 select HW_HAS_PCI
34
35 endchoice
36
37 menu "Options for PMC-Sierra MSP chipsets"
38 depends on PMC_MSP
39
40 config PMC_MSP_EMBEDDED_ROOTFS
41 bool "Root filesystem embedded in kernel image"
42 select MTD
43 select MTD_BLOCK
44 select MTD_PMC_MSP_RAMROOT
45 select MTD_RAM
46
47 endmenu
48
49 config HYPERTRANSPORT
50 bool "Hypertransport Support for PMC-Sierra Yosemite"
51 depends on PMC_YOSEMITE