-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Olof Johansson
committed
Jan 24, 2012
1 parent
82eb1a9
commit ab365f1
Showing
498 changed files
with
5,429 additions
and
4,844 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 72053353583230952c4b187e110e9da00dfc3afb | ||
refs/heads/master: f02432571ad52fcfb7e7c676d81f902a0351a8af |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_SYSVIPC=y | ||
CONFIG_IKCONFIG=y | ||
CONFIG_IKCONFIG_PROC=y | ||
CONFIG_LOG_BUF_SHIFT=14 | ||
CONFIG_EXPERT=y | ||
CONFIG_SLAB=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
CONFIG_MODULE_FORCE_UNLOAD=y | ||
CONFIG_MODVERSIONS=y | ||
# CONFIG_BLK_DEV_BSG is not set | ||
CONFIG_ARCH_MXC=y | ||
CONFIG_MACH_MX31ADS_WM1133_EV1=y | ||
CONFIG_MACH_MX31LILLY=y | ||
CONFIG_MACH_MX31LITE=y | ||
CONFIG_MACH_PCM037=y | ||
CONFIG_MACH_PCM037_EET=y | ||
CONFIG_MACH_MX31_3DS=y | ||
CONFIG_MACH_MX31MOBOARD=y | ||
CONFIG_MACH_QONG=y | ||
CONFIG_MACH_ARMADILLO5X0=y | ||
CONFIG_MACH_KZM_ARM11_01=y | ||
CONFIG_MACH_PCM043=y | ||
CONFIG_MACH_MX35_3DS=y | ||
CONFIG_MACH_EUKREA_CPUIMX35=y | ||
CONFIG_MXC_IRQ_PRIOR=y | ||
CONFIG_MXC_PWM=y | ||
CONFIG_ARM_ERRATA_411920=y | ||
CONFIG_NO_HZ=y | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_PREEMPT=y | ||
CONFIG_AEABI=y | ||
CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
CONFIG_ZBOOT_ROM_BSS=0x0 | ||
CONFIG_CMDLINE="noinitrd console=ttymxc0,115200 root=/dev/mtdblock2 rw ip=off" | ||
CONFIG_VFP=y | ||
CONFIG_PM_DEBUG=y | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_INET=y | ||
CONFIG_IP_PNP=y | ||
CONFIG_IP_PNP_DHCP=y | ||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
# CONFIG_INET_XFRM_MODE_BEET is not set | ||
# CONFIG_INET_LRO is not set | ||
# CONFIG_INET_DIAG is not set | ||
# CONFIG_IPV6 is not set | ||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
CONFIG_FW_LOADER=m | ||
CONFIG_MTD=y | ||
CONFIG_MTD_CMDLINE_PARTS=y | ||
CONFIG_MTD_CHAR=y | ||
CONFIG_MTD_BLOCK=y | ||
CONFIG_MTD_CFI=y | ||
CONFIG_MTD_PHYSMAP=y | ||
CONFIG_MTD_NAND=y | ||
CONFIG_MTD_NAND_MXC=y | ||
CONFIG_MTD_UBI=y | ||
# CONFIG_BLK_DEV is not set | ||
CONFIG_MISC_DEVICES=y | ||
CONFIG_EEPROM_AT24=y | ||
CONFIG_NETDEVICES=y | ||
CONFIG_SMSC_PHY=y | ||
CONFIG_NET_ETHERNET=y | ||
CONFIG_SMSC911X=y | ||
CONFIG_DNET=y | ||
# CONFIG_NETDEV_1000 is not set | ||
# CONFIG_NETDEV_10000 is not set | ||
# CONFIG_INPUT_MOUSEDEV is not set | ||
# CONFIG_KEYBOARD_ATKBD is not set | ||
CONFIG_KEYBOARD_IMX=y | ||
# CONFIG_INPUT_MOUSE is not set | ||
# CONFIG_SERIO is not set | ||
# CONFIG_VT is not set | ||
# CONFIG_LEGACY_PTYS is not set | ||
CONFIG_SERIAL_8250=m | ||
CONFIG_SERIAL_8250_EXTENDED=y | ||
CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
CONFIG_SERIAL_IMX=y | ||
CONFIG_SERIAL_IMX_CONSOLE=y | ||
# CONFIG_HW_RANDOM is not set | ||
CONFIG_I2C=y | ||
CONFIG_I2C_CHARDEV=y | ||
CONFIG_I2C_IMX=y | ||
CONFIG_SPI=y | ||
CONFIG_W1=y | ||
CONFIG_W1_MASTER_MXC=y | ||
CONFIG_W1_SLAVE_THERM=y | ||
# CONFIG_HWMON is not set | ||
CONFIG_WATCHDOG=y | ||
CONFIG_IMX2_WDT=y | ||
CONFIG_MFD_WM8350_I2C=y | ||
CONFIG_REGULATOR=y | ||
CONFIG_REGULATOR_WM8350=y | ||
CONFIG_MEDIA_SUPPORT=y | ||
CONFIG_VIDEO_DEV=y | ||
# CONFIG_RC_CORE is not set | ||
# CONFIG_MEDIA_TUNER_CUSTOMISE is not set | ||
CONFIG_SOC_CAMERA=y | ||
CONFIG_SOC_CAMERA_MT9M001=y | ||
CONFIG_SOC_CAMERA_MT9M111=y | ||
CONFIG_SOC_CAMERA_MT9T031=y | ||
CONFIG_SOC_CAMERA_MT9V022=y | ||
CONFIG_SOC_CAMERA_TW9910=y | ||
CONFIG_SOC_CAMERA_OV772X=y | ||
CONFIG_VIDEO_MX3=y | ||
# CONFIG_RADIO_ADAPTERS is not set | ||
CONFIG_FB=y | ||
CONFIG_SOUND=y | ||
CONFIG_SND=y | ||
# CONFIG_SND_ARM is not set | ||
# CONFIG_SND_SPI is not set | ||
CONFIG_SND_SOC=y | ||
CONFIG_SND_IMX_SOC=y | ||
CONFIG_SND_MXC_SOC_WM1133_EV1=y | ||
CONFIG_SND_SOC_PHYCORE_AC97=y | ||
CONFIG_SND_SOC_EUKREA_TLV320=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_HCD=y | ||
CONFIG_USB_EHCI_MXC=y | ||
CONFIG_USB_GADGET=m | ||
CONFIG_USB_FSL_USB2=m | ||
CONFIG_USB_G_SERIAL=m | ||
CONFIG_USB_ULPI=y | ||
CONFIG_MMC=y | ||
CONFIG_MMC_MXC=y | ||
CONFIG_RTC_CLASS=y | ||
CONFIG_RTC_MXC=y | ||
CONFIG_DMADEVICES=y | ||
# CONFIG_DNOTIFY is not set | ||
CONFIG_TMPFS=y | ||
CONFIG_JFFS2_FS=y | ||
CONFIG_UBIFS_FS=y | ||
CONFIG_NFS_FS=y | ||
CONFIG_NFS_V3=y | ||
CONFIG_NFS_V4=y | ||
CONFIG_ROOT_NFS=y | ||
# CONFIG_ENABLE_WARN_DEPRECATED is not set | ||
# CONFIG_ENABLE_MUST_CHECK is not set | ||
CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
# CONFIG_CRYPTO_ANSI_CPRNG is not set |
Oops, something went wrong.