mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 22:32:27 +02:00
add-JZ4720-to-QI_LB60.patch
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
This commit is contained in:
parent
8b575df0de
commit
fcf89e95b2
@ -342,32 +342,6 @@ CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
|
||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||
CONFIG_TCP_CONG_CUBIC=y
|
||||
CONFIG_TRAD_SIGNALS=y
|
||||
# CONFIG_USB_CDC_COMPOSITE is not set
|
||||
# CONFIG_USB_ETH is not set
|
||||
# CONFIG_USB_FILE_STORAGE is not set
|
||||
# CONFIG_USB_GADGETFS is not set
|
||||
# CONFIG_USB_GADGET_AMD5536UDC is not set
|
||||
# CONFIG_USB_GADGET_AT91 is not set
|
||||
# CONFIG_USB_GADGET_ATMEL_USBA is not set
|
||||
# CONFIG_USB_GADGET_DUMMY_HCD is not set
|
||||
# CONFIG_USB_GADGET_FSL_QE is not set
|
||||
# CONFIG_USB_GADGET_FSL_USB2 is not set
|
||||
# CONFIG_USB_GADGET_GOKU is not set
|
||||
# CONFIG_USB_GADGET_JZ4730 is not set
|
||||
# CONFIG_USB_GADGET_JZ4740 is not set
|
||||
# CONFIG_USB_GADGET_JZ4750 is not set
|
||||
# CONFIG_USB_GADGET_LH7A40X is not set
|
||||
# CONFIG_USB_GADGET_M66592 is not set
|
||||
# CONFIG_USB_GADGET_MUSB_HDRC is not set
|
||||
# CONFIG_USB_GADGET_NET2280 is not set
|
||||
# CONFIG_USB_GADGET_OMAP is not set
|
||||
# CONFIG_USB_GADGET_PXA25X is not set
|
||||
# CONFIG_USB_GADGET_PXA27X is not set
|
||||
# CONFIG_USB_GADGET_S3C2410 is not set
|
||||
# CONFIG_USB_G_PRINTER is not set
|
||||
# CONFIG_USB_G_SERIAL is not set
|
||||
# CONFIG_USB_MIDI_GADGET is not set
|
||||
# CONFIG_USB_ZERO is not set
|
||||
CONFIG_VFAT_FS=y
|
||||
# CONFIG_VGASTATE is not set
|
||||
# CONFIG_VGA_CONSOLE is not set
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
|
||||
index aa65611..f7e4384 100644
|
||||
--- a/arch/mips/Kconfig
|
||||
+++ b/arch/mips/Kconfig
|
||||
@@ -42,6 +42,7 @@ config JZ4740_QI_LB60
|
||||
select SYS_SUPPORTS_32BIT_KERNEL
|
||||
select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||
select SOC_JZ4740
|
||||
+ select SOC_JZ4720
|
||||
|
||||
config JZ4740_LEO
|
||||
bool "Ingenic JZ4740 LEO board"
|
Loading…
Reference in New Issue
Block a user