2009-07-02 15:26:45 +00:00
|
|
|
choice
|
2009-10-16 06:17:14 +00:00
|
|
|
prompt "Machine Type"
|
|
|
|
depends on MACH_LOONGSON
|
2009-07-02 15:26:45 +00:00
|
|
|
|
|
|
|
config LEMOTE_FULOONG2E
|
2009-10-16 06:17:14 +00:00
|
|
|
bool "Lemote Fuloong(2e) mini-PC"
|
|
|
|
select ARCH_SPARSEMEM_ENABLE
|
|
|
|
select CEVT_R4K
|
|
|
|
select CSRC_R4K
|
|
|
|
select SYS_HAS_CPU_LOONGSON2E
|
|
|
|
select DMA_NONCOHERENT
|
|
|
|
select BOOT_ELF32
|
|
|
|
select BOARD_SCACHE
|
|
|
|
select HW_HAS_PCI
|
|
|
|
select I8259
|
|
|
|
select ISA
|
|
|
|
select IRQ_CPU
|
|
|
|
select SYS_SUPPORTS_32BIT_KERNEL
|
|
|
|
select SYS_SUPPORTS_64BIT_KERNEL
|
|
|
|
select SYS_SUPPORTS_LITTLE_ENDIAN
|
|
|
|
select SYS_SUPPORTS_HIGHMEM
|
|
|
|
select SYS_HAS_EARLY_PRINTK
|
|
|
|
select GENERIC_ISA_DMA_SUPPORT_BROKEN
|
|
|
|
select CPU_HAS_WB
|
2010-06-01 22:39:54 +00:00
|
|
|
select LOONGSON_MC146818
|
2009-10-16 06:17:14 +00:00
|
|
|
help
|
|
|
|
Lemote Fuloong(2e) mini-PC board based on the Chinese Loongson-2E CPU and
|
|
|
|
an FPGA northbridge
|
2009-07-02 15:26:45 +00:00
|
|
|
|
2009-10-16 06:17:14 +00:00
|
|
|
Lemote Fuloong(2e) mini PC have a VIA686B south bridge.
|
2009-11-09 16:06:10 +00:00
|
|
|
|
|
|
|
config LEMOTE_MACH2F
|
|
|
|
bool "Lemote Loongson 2F family machines"
|
|
|
|
select ARCH_SPARSEMEM_ENABLE
|
|
|
|
select BOARD_SCACHE
|
|
|
|
select BOOT_ELF32
|
2009-11-16 17:32:59 +00:00
|
|
|
select CEVT_R4K if ! MIPS_EXTERNAL_TIMER
|
2009-11-09 16:06:10 +00:00
|
|
|
select CPU_HAS_WB
|
|
|
|
select CS5536
|
2009-11-16 17:32:59 +00:00
|
|
|
select CSRC_R4K if ! MIPS_EXTERNAL_TIMER
|
2009-11-09 16:06:10 +00:00
|
|
|
select DMA_NONCOHERENT
|
|
|
|
select GENERIC_ISA_DMA_SUPPORT_BROKEN
|
|
|
|
select HW_HAS_PCI
|
|
|
|
select I8259
|
|
|
|
select IRQ_CPU
|
|
|
|
select ISA
|
|
|
|
select SYS_HAS_CPU_LOONGSON2F
|
|
|
|
select SYS_HAS_EARLY_PRINTK
|
|
|
|
select SYS_SUPPORTS_32BIT_KERNEL
|
|
|
|
select SYS_SUPPORTS_64BIT_KERNEL
|
|
|
|
select SYS_SUPPORTS_HIGHMEM
|
|
|
|
select SYS_SUPPORTS_LITTLE_ENDIAN
|
2010-06-01 22:39:54 +00:00
|
|
|
select LOONGSON_MC146818
|
2009-11-09 16:06:10 +00:00
|
|
|
help
|
|
|
|
Lemote Loongson 2F family machines utilize the 2F revision of
|
|
|
|
Loongson processor and the AMD CS5536 south bridge.
|
|
|
|
|
|
|
|
These family machines include fuloong2f mini PC, yeeloong2f notebook,
|
|
|
|
LingLoong allinone PC and so forth.
|
2009-07-02 15:26:45 +00:00
|
|
|
endchoice
|
2009-11-09 16:06:12 +00:00
|
|
|
|
|
|
|
config CS5536
|
|
|
|
bool
|
MIPS: Loongson 2F: Add suspend support framework
This patch add basic suspend support for loongson2f family machines,
loongson2f have a specific feature: when we set it's frequency to ZERO,
it will go into a wait mode, and then can be waked up by the external
interrupt. so, if we setup suitable interrupts before putting it into
wait mode, we will be able wake it up whenever we want via sending the
relative interrupts to it.
These interrupts are board-specific, Yeeloong2F use the keyboard
interrupt and SCI interrupt, but LingLoong and Fuloong2F use the
interrupts connected to the processors directly. and BTW: some old
LingLoong and FuLoong2F have no such interrupts connected, so, there is
no way to wake them up from suspend mode. and therefore, please do not
enable the kernel support for them.
The board-specific support will be added in the coming patches.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: yanh@lemote.com
Cc: huhb@lemote.com
Cc: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: linux-pm@lists.linux-foundation.org
Patchwork: http://patchwork.linux-mips.org/patch/629/
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-11-11 06:57:05 +00:00
|
|
|
|
2009-11-16 17:32:57 +00:00
|
|
|
config CS5536_MFGPT
|
|
|
|
bool "CS5536 MFGPT Timer"
|
|
|
|
depends on CS5536
|
2009-11-16 17:32:59 +00:00
|
|
|
select MIPS_EXTERNAL_TIMER
|
2009-11-16 17:32:57 +00:00
|
|
|
help
|
|
|
|
This option enables the mfgpt0 timer of AMD CS5536.
|
|
|
|
|
|
|
|
If you want to enable the Loongson2 CPUFreq Driver, Please enable
|
|
|
|
this option at first, otherwise, You will get wrong system time.
|
|
|
|
|
|
|
|
If unsure, say Yes.
|
|
|
|
|
MIPS: Loongson 2F: Add suspend support framework
This patch add basic suspend support for loongson2f family machines,
loongson2f have a specific feature: when we set it's frequency to ZERO,
it will go into a wait mode, and then can be waked up by the external
interrupt. so, if we setup suitable interrupts before putting it into
wait mode, we will be able wake it up whenever we want via sending the
relative interrupts to it.
These interrupts are board-specific, Yeeloong2F use the keyboard
interrupt and SCI interrupt, but LingLoong and Fuloong2F use the
interrupts connected to the processors directly. and BTW: some old
LingLoong and FuLoong2F have no such interrupts connected, so, there is
no way to wake them up from suspend mode. and therefore, please do not
enable the kernel support for them.
The board-specific support will be added in the coming patches.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: yanh@lemote.com
Cc: huhb@lemote.com
Cc: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: linux-pm@lists.linux-foundation.org
Patchwork: http://patchwork.linux-mips.org/patch/629/
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-11-11 06:57:05 +00:00
|
|
|
config LOONGSON_SUSPEND
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends on CPU_SUPPORTS_CPUFREQ && SUSPEND
|
2009-11-28 06:21:50 +00:00
|
|
|
|
|
|
|
config LOONGSON_UART_BASE
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends on EARLY_PRINTK || SERIAL_8250
|
2010-06-01 22:39:54 +00:00
|
|
|
|
|
|
|
config LOONGSON_MC146818
|
|
|
|
bool
|
|
|
|
default n
|