-
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.
Signed-off-by: Andreas Schallenberg <Andreas.Schallenberg@3alitydigital.de> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
- Loading branch information
Andreas Schallenberg
authored and
Mike Frysinger
committed
Jan 10, 2011
1 parent
d57bc0f
commit 3ea9f2b
Showing
4 changed files
with
546 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,121 @@ | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_LOCALVERSION="DNP5370" | ||
CONFIG_SYSVIPC=y | ||
CONFIG_IKCONFIG=y | ||
CONFIG_IKCONFIG_PROC=y | ||
CONFIG_LOG_BUF_SHIFT=14 | ||
CONFIG_BLK_DEV_INITRD=y | ||
CONFIG_EMBEDDED=y | ||
CONFIG_SLOB=y | ||
# CONFIG_BLK_DEV_BSG is not set | ||
# CONFIG_IOSCHED_CFQ is not set | ||
CONFIG_BF537=y | ||
CONFIG_BF_REV_0_3=y | ||
CONFIG_DNP5370=y | ||
CONFIG_IRQ_ERROR=7 | ||
# CONFIG_CYCLES_CLOCKSOURCE is not set | ||
CONFIG_C_CDPRIO=y | ||
CONFIG_C_AMBEN_B0_B1_B2=y | ||
CONFIG_PM=y | ||
# CONFIG_SUSPEND is not set | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_INET=y | ||
CONFIG_IP_PNP=y | ||
CONFIG_IP_PNP_RARP=y | ||
CONFIG_SYN_COOKIES=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_LLC2=y | ||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
CONFIG_MTD=y | ||
CONFIG_MTD_DEBUG=y | ||
CONFIG_MTD_DEBUG_VERBOSE=1 | ||
CONFIG_MTD_PARTITIONS=y | ||
CONFIG_MTD_CHAR=y | ||
CONFIG_MTD_BLOCK=y | ||
CONFIG_NFTL=y | ||
CONFIG_NFTL_RW=y | ||
CONFIG_MTD_CFI=y | ||
CONFIG_MTD_CFI_AMDSTD=y | ||
CONFIG_MTD_ROM=y | ||
CONFIG_MTD_ABSENT=y | ||
CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
CONFIG_MTD_PHYSMAP=y | ||
CONFIG_MTD_UCLINUX=y | ||
CONFIG_MTD_PLATRAM=y | ||
CONFIG_MTD_DATAFLASH=y | ||
CONFIG_MTD_BLOCK2MTD=y | ||
CONFIG_MTD_NAND=y | ||
CONFIG_MTD_NAND_PLATFORM=y | ||
CONFIG_BLK_DEV_LOOP=y | ||
CONFIG_BLK_DEV_RAM=y | ||
# CONFIG_MISC_DEVICES is not set | ||
CONFIG_NETDEVICES=y | ||
CONFIG_DAVICOM_PHY=y | ||
CONFIG_NET_ETHERNET=y | ||
CONFIG_BFIN_MAC=y | ||
# CONFIG_NETDEV_1000 is not set | ||
# CONFIG_NETDEV_10000 is not set | ||
# CONFIG_WLAN is not set | ||
# CONFIG_INPUT is not set | ||
# CONFIG_SERIO is not set | ||
# CONFIG_BFIN_DMA_INTERFACE is not set | ||
# CONFIG_VT is not set | ||
# CONFIG_DEVKMEM is not set | ||
CONFIG_BFIN_JTAG_COMM=y | ||
CONFIG_BFIN_JTAG_COMM_CONSOLE=y | ||
CONFIG_SERIAL_BFIN=y | ||
CONFIG_SERIAL_BFIN_CONSOLE=y | ||
CONFIG_SERIAL_BFIN_UART0=y | ||
CONFIG_LEGACY_PTY_COUNT=64 | ||
# CONFIG_HW_RANDOM is not set | ||
CONFIG_I2C=y | ||
CONFIG_I2C_CHARDEV=y | ||
CONFIG_I2C_BLACKFIN_TWI=y | ||
CONFIG_SPI=y | ||
CONFIG_SPI_BFIN=y | ||
CONFIG_SPI_SPIDEV=y | ||
CONFIG_GPIOLIB=y | ||
CONFIG_GPIO_SYSFS=y | ||
CONFIG_SENSORS_LM75=y | ||
# CONFIG_USB_SUPPORT is not set | ||
CONFIG_MMC=y | ||
CONFIG_MMC_SPI=y | ||
CONFIG_DMADEVICES=y | ||
CONFIG_EXT2_FS=y | ||
CONFIG_EXT2_FS_XATTR=y | ||
# CONFIG_DNOTIFY is not set | ||
CONFIG_MSDOS_FS=y | ||
CONFIG_VFAT_FS=y | ||
CONFIG_FAT_DEFAULT_CODEPAGE=850 | ||
CONFIG_JFFS2_FS=y | ||
CONFIG_CRAMFS=y | ||
CONFIG_ROMFS_FS=y | ||
CONFIG_ROMFS_BACKED_BY_BOTH=y | ||
# CONFIG_NETWORK_FILESYSTEMS is not set | ||
CONFIG_NLS_CODEPAGE_437=y | ||
CONFIG_NLS_CODEPAGE_850=y | ||
CONFIG_NLS_ISO8859_1=y | ||
CONFIG_DEBUG_KERNEL=y | ||
CONFIG_DEBUG_SHIRQ=y | ||
CONFIG_DETECT_HUNG_TASK=y | ||
CONFIG_DEBUG_OBJECTS=y | ||
CONFIG_DEBUG_LOCK_ALLOC=y | ||
CONFIG_DEBUG_KOBJECT=y | ||
CONFIG_DEBUG_INFO=y | ||
CONFIG_DEBUG_VM=y | ||
CONFIG_DEBUG_MEMORY_INIT=y | ||
CONFIG_DEBUG_LIST=y | ||
# CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
CONFIG_PAGE_POISONING=y | ||
# CONFIG_FTRACE is not set | ||
CONFIG_DEBUG_DOUBLEFAULT=y | ||
CONFIG_CPLB_INFO=y | ||
CONFIG_CRC_CCITT=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
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.