diff options
Diffstat (limited to 'target/linux/xburst/id800wt')
-rw-r--r-- | target/linux/xburst/id800wt/config-2.6.36 | 43 | ||||
-rw-r--r-- | target/linux/xburst/id800wt/target.mk | 8 |
2 files changed, 51 insertions, 0 deletions
diff --git a/target/linux/xburst/id800wt/config-2.6.36 b/target/linux/xburst/id800wt/config-2.6.36 new file mode 100644 index 0000000000..37bbc12bf9 --- /dev/null +++ b/target/linux/xburst/id800wt/config-2.6.36 @@ -0,0 +1,43 @@ +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_LCD_SUPPORT=y +# CONFIG_BACKLIGHT_ADP8860 is not set +CONFIG_BACKLIGHT_PWM=y +CONFIG_BLK_DEV_SD=y +CONFIG_FB_JZ4740=y +# CONFIG_FB_TMIO is not set +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_GPIO_SYSFS=y +CONFIG_INPUT_PWM_BEEPER=y +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_JZ4740_ID800WT=y +CONFIG_KEYBOARD_GPIO=y +CONFIG_KEYBOARD_MATRIX=y +CONFIG_LCD_CLASS_DEVICE=y +CONFIG_LCD_ILI8960=y +# CONFIG_LCD_S6E63M0 is not set +CONFIG_LOGO=y +CONFIG_MFD_CORE=y +CONFIG_MFD_JZ4740_ADC=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SPI=y +CONFIG_SPI_BITBANG=y +CONFIG_SPI_GPIO=y +CONFIG_SPI_MASTER=y +# CONFIG_TOUCHSCREEN_DYNAPRO is not set +# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +CONFIG_TOUCHSCREEN_JZ4740=y +CONFIG_USB=y +# CONFIG_USB_ETH_RNDIS is not set +# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set +# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_USBAT is not set diff --git a/target/linux/xburst/id800wt/target.mk b/target/linux/xburst/id800wt/target.mk new file mode 100644 index 0000000000..754ba34f9c --- /dev/null +++ b/target/linux/xburst/id800wt/target.mk @@ -0,0 +1,8 @@ +BOARDNAME:=Sungale Pictureframe (id800wt) +DEFAULT_PACKAGES += \ + kmod-sound-core \ + kmod-sound-soc-core \ + kmod-sound-soc-jz4740 \ + kmod-sound-soc-jz4740-codec \ + kmod-sound-soc-id800wt \ + |