From fcf89e95b2dc91536fa387efe44f4500a7749874 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Mon, 27 Jul 2009 02:42:30 +0800 Subject: [PATCH] add-JZ4720-to-QI_LB60.patch Signed-off-by: Xiangfu Liu --- target/linux/xburst/config-2.6.28 | 26 ------------------- .../680-add-JZ4720-to-QI_LB60.patch | 12 +++++++++ 2 files changed, 12 insertions(+), 26 deletions(-) create mode 100644 target/linux/xburst/patches-2.6.28/680-add-JZ4720-to-QI_LB60.patch diff --git a/target/linux/xburst/config-2.6.28 b/target/linux/xburst/config-2.6.28 index bb8a6bad2..3e7af234f 100644 --- a/target/linux/xburst/config-2.6.28 +++ b/target/linux/xburst/config-2.6.28 @@ -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 diff --git a/target/linux/xburst/patches-2.6.28/680-add-JZ4720-to-QI_LB60.patch b/target/linux/xburst/patches-2.6.28/680-add-JZ4720-to-QI_LB60.patch new file mode 100644 index 000000000..fcc67148a --- /dev/null +++ b/target/linux/xburst/patches-2.6.28/680-add-JZ4720-to-QI_LB60.patch @@ -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"