mirror of https://gitee.com/openkylin/linux.git
Sliceup Kconfig; it's grown too large.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
beb3ca82fc
commit
5e83d43054
1175
arch/mips/Kconfig
1175
arch/mips/Kconfig
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,4 @@
|
|||
config DDB5477_BUS_FREQUENCY
|
||||
int "bus frequency (in kHZ, 0 for auto-detect)"
|
||||
depends on DDB5477
|
||||
default 0
|
|
@ -0,0 +1,3 @@
|
|||
config EVB_PCI1
|
||||
bool "Enable Second PCI (PCI1)"
|
||||
depends on MIPS_EV64120
|
|
@ -0,0 +1,8 @@
|
|||
config IT8172_REVC
|
||||
bool "Support for older IT8172 (Rev C)"
|
||||
depends on MIPS_ITE8172
|
||||
help
|
||||
Say Y here to support the older, Revision C version of the Integrated
|
||||
Technology Express, Inc. ITE8172 SBC. Vendor page at
|
||||
<http://www.ite.com.tw/ia/brief_it8172bsp.htm>; picture of the
|
||||
board at <http://www.mvista.com/partners/semiconductor/ite.html>.
|
|
@ -0,0 +1,33 @@
|
|||
config ACER_PICA_61
|
||||
bool "Support for Acer PICA 1 chipset (EXPERIMENTAL)"
|
||||
depends on MACH_JAZZ && EXPERIMENTAL
|
||||
select DMA_NONCOHERENT
|
||||
select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||
help
|
||||
This is a machine with a R4400 133/150 MHz CPU. To compile a Linux
|
||||
kernel that runs on these, say Y here. For details about Linux on
|
||||
the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
|
||||
<http://www.linux-mips.org/>.
|
||||
|
||||
config MIPS_MAGNUM_4000
|
||||
bool "Support for MIPS Magnum 4000"
|
||||
depends on MACH_JAZZ
|
||||
select DMA_NONCOHERENT
|
||||
select SYS_SUPPORTS_BIG_ENDIAN if EXPERIMENTAL
|
||||
select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||
help
|
||||
This is a machine with a R4000 100 MHz CPU. To compile a Linux
|
||||
kernel that runs on these, say Y here. For details about Linux on
|
||||
the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
|
||||
<http://www.linux-mips.org/>.
|
||||
|
||||
config OLIVETTI_M700
|
||||
bool "Support for Olivetti M700-10"
|
||||
depends on MACH_JAZZ
|
||||
select DMA_NONCOHERENT
|
||||
select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||
help
|
||||
This is a machine with a R4000 100 MHz CPU. To compile a Linux
|
||||
kernel that runs on these, say Y here. For details about Linux on
|
||||
the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
|
||||
<http://www.linux-mips.org/>.
|
|
@ -0,0 +1,15 @@
|
|||
config PICVUE
|
||||
tristate "PICVUE LCD display driver"
|
||||
depends on LASAT
|
||||
|
||||
config PICVUE_PROC
|
||||
tristate "PICVUE LCD display driver /proc interface"
|
||||
depends on PICVUE
|
||||
|
||||
config DS1603
|
||||
bool "DS1603 RTC driver"
|
||||
depends on LASAT
|
||||
|
||||
config LASAT_SYSCTL
|
||||
bool "LASAT sysctl interface"
|
||||
depends on LASAT
|
|
@ -0,0 +1,6 @@
|
|||
config JAGUAR_DMALOW
|
||||
bool "Low DMA Mode"
|
||||
depends on MOMENCO_JAGUAR_ATX
|
||||
help
|
||||
Select to Y if jump JP5 is set on your board, N otherwise. Normally
|
||||
the jumper is set, so if you feel unsafe, just say Y.
|
|
@ -0,0 +1,3 @@
|
|||
config HYPERTRANSPORT
|
||||
bool "Hypertransport Support for PMC-Sierra Yosemite"
|
||||
depends on PMC_YOSEMITE
|
|
@ -0,0 +1,3 @@
|
|||
config TOSHIBA_FPCIB0
|
||||
bool "FPCIB0 Backplane Support"
|
||||
depends on TOSHIBA_RBTX4927
|
|
@ -0,0 +1,88 @@
|
|||
config CASIO_E55
|
||||
bool "Support for CASIO CASSIOPEIA E-10/15/55/65"
|
||||
depends on MACH_VR41XX
|
||||
select DMA_NONCOHERENT
|
||||
select IRQ_CPU
|
||||
select ISA
|
||||
select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||
|
||||
config IBM_WORKPAD
|
||||
bool "Support for IBM WorkPad z50"
|
||||
depends on MACH_VR41XX
|
||||
select DMA_NONCOHERENT
|
||||
select IRQ_CPU
|
||||
select ISA
|
||||
select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||
|
||||
config NEC_CMBVR4133
|
||||
bool "Support for NEC CMB-VR4133"
|
||||
depends on MACH_VR41XX
|
||||
select CPU_VR41XX
|
||||
select DMA_NONCOHERENT
|
||||
select IRQ_CPU
|
||||
select HW_HAS_PCI
|
||||
|
||||
config ROCKHOPPER
|
||||
bool "Support for Rockhopper baseboard"
|
||||
depends on NEC_CMBVR4133
|
||||
select I8259
|
||||
select HAVE_STD_PC_SERIAL_PORT
|
||||
|
||||
config TANBAC_TB022X
|
||||
bool "Support for TANBAC VR4131 multichip module and TANBAC VR4131DIMM"
|
||||
depends on MACH_VR41XX
|
||||
select DMA_NONCOHERENT
|
||||
select HW_HAS_PCI
|
||||
select IRQ_CPU
|
||||
select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||
help
|
||||
The TANBAC VR4131 multichip module(TB0225) and
|
||||
the TANBAC VR4131DIMM(TB0229) are MIPS-based platforms
|
||||
manufactured by TANBAC.
|
||||
Please refer to <http://www.tanbac.co.jp/>
|
||||
about VR4131 multichip module and VR4131DIMM.
|
||||
|
||||
config TANBAC_TB0226
|
||||
bool "Support for TANBAC Mbase(TB0226)"
|
||||
depends on TANBAC_TB022X
|
||||
select GPIO_VR41XX
|
||||
help
|
||||
The TANBAC Mbase(TB0226) is a MIPS-based platform
|
||||
manufactured by TANBAC.
|
||||
Please refer to <http://www.tanbac.co.jp/> about Mbase.
|
||||
|
||||
config TANBAC_TB0287
|
||||
bool "Support for TANBAC Mini-ITX DIMM base(TB0287)"
|
||||
depends on TANBAC_TB022X
|
||||
help
|
||||
The TANBAC Mini-ITX DIMM base(TB0287) is a MIPS-based platform
|
||||
manufactured by TANBAC.
|
||||
Please refer to <http://www.tanbac.co.jp/> about Mini-ITX DIMM base.
|
||||
|
||||
config VICTOR_MPC30X
|
||||
bool "Support for Victor MP-C303/304"
|
||||
depends on MACH_VR41XX
|
||||
select DMA_NONCOHERENT
|
||||
select HW_HAS_PCI
|
||||
select IRQ_CPU
|
||||
select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||
|
||||
config ZAO_CAPCELLA
|
||||
bool "Support for ZAO Networks Capcella"
|
||||
depends on MACH_VR41XX
|
||||
select DMA_NONCOHERENT
|
||||
select HW_HAS_PCI
|
||||
select IRQ_CPU
|
||||
select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||
|
||||
config PCI_VR41XX
|
||||
bool "Add PCI control unit support of NEC VR4100 series"
|
||||
depends on MACH_VR41XX && HW_HAS_PCI
|
||||
default y
|
||||
select PCI
|
||||
|
||||
config VRC4173
|
||||
tristate "Add NEC VRC4173 companion chip support"
|
||||
depends on MACH_VR41XX && PCI_VR41XX
|
||||
help
|
||||
The NEC VRC4173 is a companion chip for NEC VR4122/VR4131.
|
Loading…
Reference in New Issue