-
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: 228426 b: refs/heads/master c: c31b3f7 h: refs/heads/master v: v3
- Loading branch information
Mike Frysinger
committed
Jan 10, 2011
1 parent
16d7e7d
commit ec03493
Showing
2 changed files
with
114 additions
and
1 deletion.
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: 30e9b95a8233c11f53e0763e339621271865a4ec | ||
refs/heads/master: c31b3f73855821d8292904a7c36f5ec9d2ba2c5b |
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,113 @@ | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_SYSVIPC=y | ||
CONFIG_IKCONFIG=y | ||
CONFIG_IKCONFIG_PROC=y | ||
CONFIG_LOG_BUF_SHIFT=14 | ||
CONFIG_BLK_DEV_INITRD=y | ||
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
CONFIG_EMBEDDED=y | ||
# CONFIG_SYSCTL_SYSCALL is not set | ||
# CONFIG_ELF_CORE is not set | ||
# CONFIG_FUTEX is not set | ||
# CONFIG_SIGNALFD is not set | ||
# CONFIG_TIMERFD is not set | ||
# CONFIG_EVENTFD is not set | ||
# CONFIG_AIO is not set | ||
CONFIG_SLAB=y | ||
CONFIG_MMAP_ALLOW_UNINITIALIZED=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
# CONFIG_LBDAF is not set | ||
# CONFIG_BLK_DEV_BSG is not set | ||
# CONFIG_IOSCHED_DEADLINE is not set | ||
# CONFIG_IOSCHED_CFQ is not set | ||
CONFIG_PREEMPT_VOLUNTARY=y | ||
CONFIG_BF561=y | ||
CONFIG_SMP=y | ||
CONFIG_IRQ_TIMER0=10 | ||
CONFIG_CLKIN_HZ=30000000 | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_NOMMU_INITIAL_TRIM_EXCESS=0 | ||
CONFIG_BFIN_GPTIMERS=m | ||
CONFIG_C_CDPRIO=y | ||
CONFIG_BANK_3=0xAAC2 | ||
CONFIG_BINFMT_FLAT=y | ||
CONFIG_BINFMT_ZFLAT=y | ||
CONFIG_PM=y | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_INET=y | ||
CONFIG_IP_PNP=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_IRDA=m | ||
CONFIG_IRLAN=m | ||
CONFIG_IRCOMM=m | ||
CONFIG_IRDA_CACHE_LAST_LSAP=y | ||
CONFIG_IRTTY_SIR=m | ||
# CONFIG_WIRELESS is not set | ||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
# CONFIG_FW_LOADER is not set | ||
CONFIG_MTD=y | ||
CONFIG_MTD_PARTITIONS=y | ||
CONFIG_MTD_CMDLINE_PARTS=y | ||
CONFIG_MTD_CHAR=m | ||
CONFIG_MTD_BLOCK=y | ||
CONFIG_MTD_CFI=m | ||
CONFIG_MTD_CFI_AMDSTD=m | ||
CONFIG_MTD_RAM=y | ||
CONFIG_MTD_ROM=m | ||
CONFIG_MTD_PHYSMAP=m | ||
CONFIG_BLK_DEV_RAM=y | ||
CONFIG_NETDEVICES=y | ||
CONFIG_NET_ETHERNET=y | ||
CONFIG_SMC91X=y | ||
# CONFIG_NETDEV_1000 is not set | ||
# CONFIG_NETDEV_10000 is not set | ||
# CONFIG_WLAN is not set | ||
CONFIG_INPUT=m | ||
# CONFIG_INPUT_MOUSEDEV is not set | ||
CONFIG_INPUT_EVDEV=m | ||
# CONFIG_INPUT_KEYBOARD is not set | ||
# CONFIG_INPUT_MOUSE is not set | ||
# CONFIG_SERIO is not set | ||
# CONFIG_VT is not set | ||
# CONFIG_DEVKMEM is not set | ||
CONFIG_BFIN_JTAG_COMM=m | ||
CONFIG_SERIAL_BFIN=y | ||
CONFIG_SERIAL_BFIN_CONSOLE=y | ||
# CONFIG_LEGACY_PTYS is not set | ||
# CONFIG_HW_RANDOM is not set | ||
CONFIG_SPI=y | ||
CONFIG_SPI_BFIN=y | ||
CONFIG_GPIOLIB=y | ||
CONFIG_GPIO_SYSFS=y | ||
# CONFIG_HWMON is not set | ||
CONFIG_WATCHDOG=y | ||
CONFIG_BFIN_WDT=y | ||
# CONFIG_USB_SUPPORT is not set | ||
# CONFIG_DNOTIFY is not set | ||
CONFIG_JFFS2_FS=m | ||
CONFIG_NFS_FS=m | ||
CONFIG_NFS_V3=y | ||
CONFIG_SMB_FS=m | ||
CONFIG_DEBUG_KERNEL=y | ||
CONFIG_DEBUG_SHIRQ=y | ||
CONFIG_DETECT_HUNG_TASK=y | ||
CONFIG_DEBUG_INFO=y | ||
# CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
# CONFIG_FTRACE is not set | ||
CONFIG_DEBUG_MMRS=y | ||
CONFIG_DEBUG_HWERR=y | ||
CONFIG_EXACT_HWERR=y | ||
CONFIG_DEBUG_DOUBLEFAULT=y | ||
CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE=y | ||
CONFIG_EARLY_PRINTK=y | ||
CONFIG_CPLB_INFO=y | ||
CONFIG_CRYPTO=y | ||
# CONFIG_CRYPTO_ANSI_CPRNG is not set |