diff options
author | Andreas Schallenberg <Andreas.Schallenberg@3alitydigital.de> | 2010-11-24 17:15:16 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-10 07:18:25 -0500 |
commit | 3ea9f2bf5a3b91ba18af9f25bfc9a32677ea47d8 (patch) | |
tree | f98aad3dbffc108c538b9587040ed02bbe1650d3 /arch/blackfin/configs | |
parent | d57bc0feaa958bc8a6a0b9d3a29f78c699e50d2a (diff) |
Blackfin: DNP5370: new board port
Signed-off-by: Andreas Schallenberg <Andreas.Schallenberg@3alitydigital.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/configs')
-rw-r--r-- | arch/blackfin/configs/DNP5370_defconfig | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/arch/blackfin/configs/DNP5370_defconfig b/arch/blackfin/configs/DNP5370_defconfig new file mode 100644 index 000000000000..0ebc7d9aa426 --- /dev/null +++ b/arch/blackfin/configs/DNP5370_defconfig | |||
@@ -0,0 +1,121 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | ||
2 | CONFIG_LOCALVERSION="DNP5370" | ||
3 | CONFIG_SYSVIPC=y | ||
4 | CONFIG_IKCONFIG=y | ||
5 | CONFIG_IKCONFIG_PROC=y | ||
6 | CONFIG_LOG_BUF_SHIFT=14 | ||
7 | CONFIG_BLK_DEV_INITRD=y | ||
8 | CONFIG_EMBEDDED=y | ||
9 | CONFIG_SLOB=y | ||
10 | # CONFIG_BLK_DEV_BSG is not set | ||
11 | # CONFIG_IOSCHED_CFQ is not set | ||
12 | CONFIG_BF537=y | ||
13 | CONFIG_BF_REV_0_3=y | ||
14 | CONFIG_DNP5370=y | ||
15 | CONFIG_IRQ_ERROR=7 | ||
16 | # CONFIG_CYCLES_CLOCKSOURCE is not set | ||
17 | CONFIG_C_CDPRIO=y | ||
18 | CONFIG_C_AMBEN_B0_B1_B2=y | ||
19 | CONFIG_PM=y | ||
20 | # CONFIG_SUSPEND is not set | ||
21 | CONFIG_NET=y | ||
22 | CONFIG_PACKET=y | ||
23 | CONFIG_UNIX=y | ||
24 | CONFIG_INET=y | ||
25 | CONFIG_IP_PNP=y | ||
26 | CONFIG_IP_PNP_RARP=y | ||
27 | CONFIG_SYN_COOKIES=y | ||
28 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
29 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
30 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
31 | # CONFIG_INET_LRO is not set | ||
32 | # CONFIG_INET_DIAG is not set | ||
33 | # CONFIG_IPV6 is not set | ||
34 | CONFIG_LLC2=y | ||
35 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
36 | CONFIG_MTD=y | ||
37 | CONFIG_MTD_DEBUG=y | ||
38 | CONFIG_MTD_DEBUG_VERBOSE=1 | ||
39 | CONFIG_MTD_PARTITIONS=y | ||
40 | CONFIG_MTD_CHAR=y | ||
41 | CONFIG_MTD_BLOCK=y | ||
42 | CONFIG_NFTL=y | ||
43 | CONFIG_NFTL_RW=y | ||
44 | CONFIG_MTD_CFI=y | ||
45 | CONFIG_MTD_CFI_AMDSTD=y | ||
46 | CONFIG_MTD_ROM=y | ||
47 | CONFIG_MTD_ABSENT=y | ||
48 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
49 | CONFIG_MTD_PHYSMAP=y | ||
50 | CONFIG_MTD_UCLINUX=y | ||
51 | CONFIG_MTD_PLATRAM=y | ||
52 | CONFIG_MTD_DATAFLASH=y | ||
53 | CONFIG_MTD_BLOCK2MTD=y | ||
54 | CONFIG_MTD_NAND=y | ||
55 | CONFIG_MTD_NAND_PLATFORM=y | ||
56 | CONFIG_BLK_DEV_LOOP=y | ||
57 | CONFIG_BLK_DEV_RAM=y | ||
58 | # CONFIG_MISC_DEVICES is not set | ||
59 | CONFIG_NETDEVICES=y | ||
60 | CONFIG_DAVICOM_PHY=y | ||
61 | CONFIG_NET_ETHERNET=y | ||
62 | CONFIG_BFIN_MAC=y | ||
63 | # CONFIG_NETDEV_1000 is not set | ||
64 | # CONFIG_NETDEV_10000 is not set | ||
65 | # CONFIG_WLAN is not set | ||
66 | # CONFIG_INPUT is not set | ||
67 | # CONFIG_SERIO is not set | ||
68 | # CONFIG_BFIN_DMA_INTERFACE is not set | ||
69 | # CONFIG_VT is not set | ||
70 | # CONFIG_DEVKMEM is not set | ||
71 | CONFIG_BFIN_JTAG_COMM=y | ||
72 | CONFIG_BFIN_JTAG_COMM_CONSOLE=y | ||
73 | CONFIG_SERIAL_BFIN=y | ||
74 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
75 | CONFIG_SERIAL_BFIN_UART0=y | ||
76 | CONFIG_LEGACY_PTY_COUNT=64 | ||
77 | # CONFIG_HW_RANDOM is not set | ||
78 | CONFIG_I2C=y | ||
79 | CONFIG_I2C_CHARDEV=y | ||
80 | CONFIG_I2C_BLACKFIN_TWI=y | ||
81 | CONFIG_SPI=y | ||
82 | CONFIG_SPI_BFIN=y | ||
83 | CONFIG_SPI_SPIDEV=y | ||
84 | CONFIG_GPIOLIB=y | ||
85 | CONFIG_GPIO_SYSFS=y | ||
86 | CONFIG_SENSORS_LM75=y | ||
87 | # CONFIG_USB_SUPPORT is not set | ||
88 | CONFIG_MMC=y | ||
89 | CONFIG_MMC_SPI=y | ||
90 | CONFIG_DMADEVICES=y | ||
91 | CONFIG_EXT2_FS=y | ||
92 | CONFIG_EXT2_FS_XATTR=y | ||
93 | # CONFIG_DNOTIFY is not set | ||
94 | CONFIG_MSDOS_FS=y | ||
95 | CONFIG_VFAT_FS=y | ||
96 | CONFIG_FAT_DEFAULT_CODEPAGE=850 | ||
97 | CONFIG_JFFS2_FS=y | ||
98 | CONFIG_CRAMFS=y | ||
99 | CONFIG_ROMFS_FS=y | ||
100 | CONFIG_ROMFS_BACKED_BY_BOTH=y | ||
101 | # CONFIG_NETWORK_FILESYSTEMS is not set | ||
102 | CONFIG_NLS_CODEPAGE_437=y | ||
103 | CONFIG_NLS_CODEPAGE_850=y | ||
104 | CONFIG_NLS_ISO8859_1=y | ||
105 | CONFIG_DEBUG_KERNEL=y | ||
106 | CONFIG_DEBUG_SHIRQ=y | ||
107 | CONFIG_DETECT_HUNG_TASK=y | ||
108 | CONFIG_DEBUG_OBJECTS=y | ||
109 | CONFIG_DEBUG_LOCK_ALLOC=y | ||
110 | CONFIG_DEBUG_KOBJECT=y | ||
111 | CONFIG_DEBUG_INFO=y | ||
112 | CONFIG_DEBUG_VM=y | ||
113 | CONFIG_DEBUG_MEMORY_INIT=y | ||
114 | CONFIG_DEBUG_LIST=y | ||
115 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
116 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
117 | CONFIG_PAGE_POISONING=y | ||
118 | # CONFIG_FTRACE is not set | ||
119 | CONFIG_DEBUG_DOUBLEFAULT=y | ||
120 | CONFIG_CPLB_INFO=y | ||
121 | CONFIG_CRC_CCITT=y | ||