-
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.
yaml --- r: 296020 b: refs/heads/master c: 46f417d h: refs/heads/master v: v3
- Loading branch information
Richard Zhao
authored and
Sascha Hauer
committed
Feb 1, 2012
1 parent
3d417ff
commit 7902fb0
Showing
170 changed files
with
4,917 additions
and
1,113 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: 0180a7d012e413a956e3f46fcbeb8dbf3374a19c | ||
refs/heads/master: 46f417def895331341b277c2af9805c8cba80bc7 |
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,108 @@ | ||
CONFIG_EXPERIMENTAL=y | ||
# CONFIG_LOCALVERSION_AUTO is not set | ||
# CONFIG_SWAP is not set | ||
CONFIG_SYSVIPC=y | ||
CONFIG_LOG_BUF_SHIFT=14 | ||
CONFIG_BLK_DEV_INITRD=y | ||
CONFIG_SLAB=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
# CONFIG_BLK_DEV_BSG is not set | ||
# CONFIG_IOSCHED_DEADLINE is not set | ||
# CONFIG_IOSCHED_CFQ is not set | ||
CONFIG_ARCH_AT91=y | ||
CONFIG_ARCH_AT91CAP9=y | ||
CONFIG_MACH_AT91CAP9ADK=y | ||
CONFIG_MTD_AT91_DATAFLASH_CARD=y | ||
CONFIG_AT91_PROGRAMMABLE_CLOCKS=y | ||
# CONFIG_ARM_THUMB is not set | ||
CONFIG_AEABI=y | ||
CONFIG_LEDS=y | ||
CONFIG_LEDS_CPU=y | ||
CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
CONFIG_ZBOOT_ROM_BSS=0x0 | ||
CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/ram0 rw" | ||
CONFIG_FPE_NWFPE=y | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_INET=y | ||
CONFIG_IP_PNP=y | ||
CONFIG_IP_PNP_BOOTP=y | ||
CONFIG_IP_PNP_RARP=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_MTD=y | ||
CONFIG_MTD_CMDLINE_PARTS=y | ||
CONFIG_MTD_CHAR=y | ||
CONFIG_MTD_BLOCK=y | ||
CONFIG_MTD_CFI=y | ||
CONFIG_MTD_JEDECPROBE=y | ||
CONFIG_MTD_CFI_AMDSTD=y | ||
CONFIG_MTD_PHYSMAP=y | ||
CONFIG_MTD_DATAFLASH=y | ||
CONFIG_MTD_NAND=y | ||
CONFIG_MTD_NAND_ATMEL=y | ||
CONFIG_BLK_DEV_LOOP=y | ||
CONFIG_BLK_DEV_RAM=y | ||
CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
CONFIG_SCSI=y | ||
CONFIG_BLK_DEV_SD=y | ||
CONFIG_SCSI_MULTI_LUN=y | ||
CONFIG_NETDEVICES=y | ||
CONFIG_MII=y | ||
CONFIG_MACB=y | ||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
CONFIG_INPUT_EVDEV=y | ||
# CONFIG_INPUT_KEYBOARD is not set | ||
# CONFIG_INPUT_MOUSE is not set | ||
CONFIG_INPUT_TOUCHSCREEN=y | ||
CONFIG_TOUCHSCREEN_ADS7846=y | ||
# CONFIG_SERIO is not set | ||
CONFIG_SERIAL_ATMEL=y | ||
CONFIG_SERIAL_ATMEL_CONSOLE=y | ||
CONFIG_HW_RANDOM=y | ||
CONFIG_I2C=y | ||
CONFIG_I2C_CHARDEV=y | ||
CONFIG_SPI=y | ||
CONFIG_SPI_ATMEL=y | ||
# CONFIG_HWMON is not set | ||
CONFIG_WATCHDOG=y | ||
CONFIG_WATCHDOG_NOWAYOUT=y | ||
CONFIG_FB=y | ||
CONFIG_FB_ATMEL=y | ||
CONFIG_LOGO=y | ||
# CONFIG_LOGO_LINUX_MONO is not set | ||
# CONFIG_LOGO_LINUX_CLUT224 is not set | ||
# CONFIG_USB_HID is not set | ||
CONFIG_USB=y | ||
CONFIG_USB_DEVICEFS=y | ||
CONFIG_USB_MON=y | ||
CONFIG_USB_OHCI_HCD=y | ||
CONFIG_USB_STORAGE=y | ||
CONFIG_USB_GADGET=y | ||
CONFIG_USB_ETH=m | ||
CONFIG_USB_FILE_STORAGE=m | ||
CONFIG_MMC=y | ||
CONFIG_MMC_AT91=m | ||
CONFIG_RTC_CLASS=y | ||
CONFIG_RTC_DRV_AT91SAM9=y | ||
CONFIG_EXT2_FS=y | ||
CONFIG_VFAT_FS=y | ||
CONFIG_TMPFS=y | ||
CONFIG_JFFS2_FS=y | ||
CONFIG_CRAMFS=y | ||
CONFIG_NFS_FS=y | ||
CONFIG_ROOT_NFS=y | ||
CONFIG_NLS_CODEPAGE_437=y | ||
CONFIG_NLS_CODEPAGE_850=y | ||
CONFIG_NLS_ISO8859_1=y | ||
CONFIG_DEBUG_FS=y | ||
CONFIG_DEBUG_KERNEL=y | ||
CONFIG_DEBUG_INFO=y | ||
CONFIG_DEBUG_USER=y |
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
Oops, something went wrong.