aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/configs/PNAV-10_defconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-01-07 15:00:25 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-07 15:00:25 -0500
commit5bb47b9ff3d16d40f8d45380b373497a545fa280 (patch)
treee13dd34395473342dc75eff5cbaf5b1ea753631c /arch/blackfin/configs/PNAV-10_defconfig
parent2f2408a88cf8fa43febfd7fb5783e61b2937b0f9 (diff)
parent06af15e086e39a5a2a2413973a64af8e10122f28 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6: (171 commits) Blackfin arch: fix bug - BF527 0.2 silicon has different CPUID (DSPID) value Blackfin arch: Enlarge flash partition for kenel for bf533/bf537 boards Blackfin arch: fix bug: kernel crash when enable SDIO host driver Blackfin arch: Print FP at level KERN_NOTICE Blackfin arch: drop ad73311 test code Blackfin arch: update board default configs Blackfin arch: Set PB4 as the default irq for bf548 board v1.4+. Blackfin arch: fix typo in early printk bit size processing Blackfin arch: enable reprogram cclk and sclk for bf518f-ezbrd Blackfin arch: add SDIO host driver platform data Blackfin arch: fix bug - kernel stops at initial console Blackfin arch: fix bug - kernel crash after config IP for ethernet port Blackfin arch: add sdh support for bf518f-ezbrd Blackfin arch: fix bug - kernel detects BF532 incorrectly Blackfin arch: add () to avoid warnings from gcc Blackfin arch: change HWTRACE Kconfig and set it on default Blackfin arch: Clean oprofile build path for blackfin Blackfin arch: remove hardware PM code, oprofile not use it Blackfin arch: rewrite get_sclk()/get_vco() Blackfin arch: cleanup and unify the ins functions ...
Diffstat (limited to 'arch/blackfin/configs/PNAV-10_defconfig')
-rw-r--r--arch/blackfin/configs/PNAV-10_defconfig596
1 files changed, 324 insertions, 272 deletions
diff --git a/arch/blackfin/configs/PNAV-10_defconfig b/arch/blackfin/configs/PNAV-10_defconfig
index bffca7de65d4..ce5dde9de9db 100644
--- a/arch/blackfin/configs/PNAV-10_defconfig
+++ b/arch/blackfin/configs/PNAV-10_defconfig
@@ -1,6 +1,6 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.22.12 3# Linux kernel version: 2.6.28-rc2
4# 4#
5# CONFIG_MMU is not set 5# CONFIG_MMU is not set
6# CONFIG_FPU is not set 6# CONFIG_FPU is not set
@@ -8,41 +8,37 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y
8# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 8# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
9CONFIG_BLACKFIN=y 9CONFIG_BLACKFIN=y
10CONFIG_ZONE_DMA=y 10CONFIG_ZONE_DMA=y
11CONFIG_SEMAPHORE_SLEEPERS=y
12CONFIG_GENERIC_FIND_NEXT_BIT=y 11CONFIG_GENERIC_FIND_NEXT_BIT=y
13CONFIG_GENERIC_HWEIGHT=y 12CONFIG_GENERIC_HWEIGHT=y
14CONFIG_GENERIC_HARDIRQS=y 13CONFIG_GENERIC_HARDIRQS=y
15CONFIG_GENERIC_IRQ_PROBE=y 14CONFIG_GENERIC_IRQ_PROBE=y
16CONFIG_GENERIC_TIME=y
17CONFIG_GENERIC_GPIO=y 15CONFIG_GENERIC_GPIO=y
18CONFIG_FORCE_MAX_ZONEORDER=14 16CONFIG_FORCE_MAX_ZONEORDER=14
19CONFIG_GENERIC_CALIBRATE_DELAY=y 17CONFIG_GENERIC_CALIBRATE_DELAY=y
20CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 18CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
21 19
22# 20#
23# Code maturity level options 21# General setup
24# 22#
25CONFIG_EXPERIMENTAL=y 23CONFIG_EXPERIMENTAL=y
26CONFIG_BROKEN_ON_SMP=y 24CONFIG_BROKEN_ON_SMP=y
27CONFIG_INIT_ENV_ARG_LIMIT=32 25CONFIG_INIT_ENV_ARG_LIMIT=32
28
29#
30# General setup
31#
32CONFIG_LOCALVERSION="" 26CONFIG_LOCALVERSION=""
33CONFIG_LOCALVERSION_AUTO=y 27CONFIG_LOCALVERSION_AUTO=y
34CONFIG_SYSVIPC=y 28CONFIG_SYSVIPC=y
35# CONFIG_IPC_NS is not set
36CONFIG_SYSVIPC_SYSCTL=y 29CONFIG_SYSVIPC_SYSCTL=y
37# CONFIG_POSIX_MQUEUE is not set 30# CONFIG_POSIX_MQUEUE is not set
38# CONFIG_BSD_PROCESS_ACCT is not set 31# CONFIG_BSD_PROCESS_ACCT is not set
39# CONFIG_TASKSTATS is not set 32# CONFIG_TASKSTATS is not set
40# CONFIG_UTS_NS is not set
41# CONFIG_AUDIT is not set 33# CONFIG_AUDIT is not set
42# CONFIG_IKCONFIG is not set 34# CONFIG_IKCONFIG is not set
43CONFIG_LOG_BUF_SHIFT=14 35CONFIG_LOG_BUF_SHIFT=14
44CONFIG_SYSFS_DEPRECATED=y 36# CONFIG_CGROUPS is not set
37# CONFIG_GROUP_SCHED is not set
38# CONFIG_SYSFS_DEPRECATED is not set
39# CONFIG_SYSFS_DEPRECATED_V2 is not set
45# CONFIG_RELAY is not set 40# CONFIG_RELAY is not set
41# CONFIG_NAMESPACES is not set
46# CONFIG_BLK_DEV_INITRD is not set 42# CONFIG_BLK_DEV_INITRD is not set
47# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 43# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
48CONFIG_SYSCTL=y 44CONFIG_SYSCTL=y
@@ -54,40 +50,41 @@ CONFIG_KALLSYMS=y
54CONFIG_HOTPLUG=y 50CONFIG_HOTPLUG=y
55CONFIG_PRINTK=y 51CONFIG_PRINTK=y
56CONFIG_BUG=y 52CONFIG_BUG=y
57CONFIG_ELF_CORE=y 53# CONFIG_ELF_CORE is not set
54CONFIG_COMPAT_BRK=y
58CONFIG_BASE_FULL=y 55CONFIG_BASE_FULL=y
59CONFIG_FUTEX=y 56CONFIG_FUTEX=y
60CONFIG_ANON_INODES=y 57CONFIG_ANON_INODES=y
61CONFIG_EPOLL=y 58CONFIG_EPOLL=y
62CONFIG_SIGNALFD=y 59CONFIG_SIGNALFD=y
60CONFIG_TIMERFD=y
63CONFIG_EVENTFD=y 61CONFIG_EVENTFD=y
62CONFIG_AIO=y
64CONFIG_VM_EVENT_COUNTERS=y 63CONFIG_VM_EVENT_COUNTERS=y
65CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC=9
66# CONFIG_NP2 is not set
67CONFIG_SLAB=y 64CONFIG_SLAB=y
68# CONFIG_SLUB is not set 65# CONFIG_SLUB is not set
69# CONFIG_SLOB is not set 66# CONFIG_SLOB is not set
67# CONFIG_PROFILING is not set
68# CONFIG_MARKERS is not set
69CONFIG_HAVE_OPROFILE=y
70# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
71CONFIG_SLABINFO=y
70CONFIG_RT_MUTEXES=y 72CONFIG_RT_MUTEXES=y
71CONFIG_TINY_SHMEM=y 73CONFIG_TINY_SHMEM=y
72CONFIG_BASE_SMALL=0 74CONFIG_BASE_SMALL=0
73
74#
75# Loadable module support
76#
77CONFIG_MODULES=y 75CONFIG_MODULES=y
76# CONFIG_MODULE_FORCE_LOAD is not set
78CONFIG_MODULE_UNLOAD=y 77CONFIG_MODULE_UNLOAD=y
79# CONFIG_MODULE_FORCE_UNLOAD is not set 78# CONFIG_MODULE_FORCE_UNLOAD is not set
80# CONFIG_MODVERSIONS is not set 79# CONFIG_MODVERSIONS is not set
81# CONFIG_MODULE_SRCVERSION_ALL is not set 80# CONFIG_MODULE_SRCVERSION_ALL is not set
82CONFIG_KMOD=y 81CONFIG_KMOD=y
83
84#
85# Block layer
86#
87CONFIG_BLOCK=y 82CONFIG_BLOCK=y
88# CONFIG_LBD is not set 83# CONFIG_LBD is not set
89# CONFIG_BLK_DEV_IO_TRACE is not set 84# CONFIG_BLK_DEV_IO_TRACE is not set
90# CONFIG_LSF is not set 85# CONFIG_LSF is not set
86# CONFIG_BLK_DEV_BSG is not set
87# CONFIG_BLK_DEV_INTEGRITY is not set
91 88
92# 89#
93# IO Schedulers 90# IO Schedulers
@@ -101,9 +98,11 @@ CONFIG_DEFAULT_AS=y
101# CONFIG_DEFAULT_CFQ is not set 98# CONFIG_DEFAULT_CFQ is not set
102# CONFIG_DEFAULT_NOOP is not set 99# CONFIG_DEFAULT_NOOP is not set
103CONFIG_DEFAULT_IOSCHED="anticipatory" 100CONFIG_DEFAULT_IOSCHED="anticipatory"
101CONFIG_CLASSIC_RCU=y
104# CONFIG_PREEMPT_NONE is not set 102# CONFIG_PREEMPT_NONE is not set
105CONFIG_PREEMPT_VOLUNTARY=y 103CONFIG_PREEMPT_VOLUNTARY=y
106# CONFIG_PREEMPT is not set 104# CONFIG_PREEMPT is not set
105# CONFIG_FREEZER is not set
107 106
108# 107#
109# Blackfin Processor Options 108# Blackfin Processor Options
@@ -112,8 +111,15 @@ CONFIG_PREEMPT_VOLUNTARY=y
112# 111#
113# Processor and Board Settings 112# Processor and Board Settings
114# 113#
114# CONFIG_BF512 is not set
115# CONFIG_BF514 is not set
116# CONFIG_BF516 is not set
117# CONFIG_BF518 is not set
115# CONFIG_BF522 is not set 118# CONFIG_BF522 is not set
119# CONFIG_BF523 is not set
120# CONFIG_BF524 is not set
116# CONFIG_BF525 is not set 121# CONFIG_BF525 is not set
122# CONFIG_BF526 is not set
117# CONFIG_BF527 is not set 123# CONFIG_BF527 is not set
118# CONFIG_BF531 is not set 124# CONFIG_BF531 is not set
119# CONFIG_BF532 is not set 125# CONFIG_BF532 is not set
@@ -121,22 +127,26 @@ CONFIG_PREEMPT_VOLUNTARY=y
121# CONFIG_BF534 is not set 127# CONFIG_BF534 is not set
122# CONFIG_BF536 is not set 128# CONFIG_BF536 is not set
123CONFIG_BF537=y 129CONFIG_BF537=y
130# CONFIG_BF538 is not set
131# CONFIG_BF539 is not set
124# CONFIG_BF542 is not set 132# CONFIG_BF542 is not set
125# CONFIG_BF544 is not set 133# CONFIG_BF544 is not set
126# CONFIG_BF547 is not set 134# CONFIG_BF547 is not set
127# CONFIG_BF548 is not set 135# CONFIG_BF548 is not set
128# CONFIG_BF549 is not set 136# CONFIG_BF549 is not set
129# CONFIG_BF561 is not set 137# CONFIG_BF561 is not set
138CONFIG_BF_REV_MIN=2
139CONFIG_BF_REV_MAX=3
130# CONFIG_BF_REV_0_0 is not set 140# CONFIG_BF_REV_0_0 is not set
131# CONFIG_BF_REV_0_1 is not set 141# CONFIG_BF_REV_0_1 is not set
132CONFIG_BF_REV_0_2=y 142CONFIG_BF_REV_0_2=y
133# CONFIG_BF_REV_0_3 is not set 143# CONFIG_BF_REV_0_3 is not set
134# CONFIG_BF_REV_0_4 is not set 144# CONFIG_BF_REV_0_4 is not set
135# CONFIG_BF_REV_0_5 is not set 145# CONFIG_BF_REV_0_5 is not set
146# CONFIG_BF_REV_0_6 is not set
136# CONFIG_BF_REV_ANY is not set 147# CONFIG_BF_REV_ANY is not set
137# CONFIG_BF_REV_NONE is not set 148# CONFIG_BF_REV_NONE is not set
138CONFIG_BF53x=y 149CONFIG_BF53x=y
139CONFIG_BFIN_SINGLE_CORE=y
140CONFIG_MEM_MT48LC32M8A2_75=y 150CONFIG_MEM_MT48LC32M8A2_75=y
141CONFIG_IRQ_PLL_WAKEUP=7 151CONFIG_IRQ_PLL_WAKEUP=7
142CONFIG_IRQ_RTC=8 152CONFIG_IRQ_RTC=8
@@ -146,28 +156,30 @@ CONFIG_IRQ_SPORT0_TX=9
146CONFIG_IRQ_SPORT1_RX=9 156CONFIG_IRQ_SPORT1_RX=9
147CONFIG_IRQ_SPORT1_TX=9 157CONFIG_IRQ_SPORT1_TX=9
148CONFIG_IRQ_TWI=10 158CONFIG_IRQ_TWI=10
149CONFIG_IRQ_SPI=10
150CONFIG_IRQ_UART0_RX=10 159CONFIG_IRQ_UART0_RX=10
151CONFIG_IRQ_UART0_TX=10 160CONFIG_IRQ_UART0_TX=10
152CONFIG_IRQ_UART1_RX=10 161CONFIG_IRQ_UART1_RX=10
153CONFIG_IRQ_UART1_TX=10 162CONFIG_IRQ_UART1_TX=10
154CONFIG_IRQ_MAC_RX=11 163CONFIG_IRQ_MAC_RX=11
155CONFIG_IRQ_MAC_TX=11 164CONFIG_IRQ_MAC_TX=11
156CONFIG_IRQ_TMR0=12 165CONFIG_IRQ_TIMER0=12
157CONFIG_IRQ_TMR1=12 166CONFIG_IRQ_TIMER1=12
158CONFIG_IRQ_TMR2=12 167CONFIG_IRQ_TIMER2=12
159CONFIG_IRQ_TMR3=12 168CONFIG_IRQ_TIMER3=12
160CONFIG_IRQ_TMR4=12 169CONFIG_IRQ_TIMER4=12
161CONFIG_IRQ_TMR5=12 170CONFIG_IRQ_TIMER5=12
162CONFIG_IRQ_TMR6=12 171CONFIG_IRQ_TIMER6=12
163CONFIG_IRQ_TMR7=12 172CONFIG_IRQ_TIMER7=12
164CONFIG_IRQ_PORTG_INTB=12 173CONFIG_IRQ_PORTG_INTB=12
165CONFIG_IRQ_MEM_DMA0=13 174CONFIG_IRQ_MEM_DMA0=13
166CONFIG_IRQ_MEM_DMA1=13 175CONFIG_IRQ_MEM_DMA1=13
167CONFIG_IRQ_WATCH=13 176CONFIG_IRQ_WATCH=13
177CONFIG_IRQ_SPI=10
168# CONFIG_BFIN537_STAMP is not set 178# CONFIG_BFIN537_STAMP is not set
169# CONFIG_BFIN537_BLUETECHNIX_CM is not set 179# CONFIG_BFIN537_BLUETECHNIX_CM is not set
180# CONFIG_BFIN537_BLUETECHNIX_TCM is not set
170CONFIG_PNAV10=y 181CONFIG_PNAV10=y
182# CONFIG_CAMSIG_MINOTAUR is not set
171# CONFIG_GENERIC_BF537_BOARD is not set 183# CONFIG_GENERIC_BF537_BOARD is not set
172 184
173# 185#
@@ -191,6 +203,7 @@ CONFIG_IRQ_PROG_INTA=12
191# Board customizations 203# Board customizations
192# 204#
193# CONFIG_CMDLINE_BOOL is not set 205# CONFIG_CMDLINE_BOOL is not set
206CONFIG_BOOT_LOAD=0x1000
194 207
195# 208#
196# Clock/PLL Setup 209# Clock/PLL Setup
@@ -199,7 +212,7 @@ CONFIG_CLKIN_HZ=24576000
199# CONFIG_BFIN_KERNEL_CLOCK is not set 212# CONFIG_BFIN_KERNEL_CLOCK is not set
200CONFIG_MAX_VCO_HZ=600000000 213CONFIG_MAX_VCO_HZ=600000000
201CONFIG_MIN_VCO_HZ=50000000 214CONFIG_MIN_VCO_HZ=50000000
202CONFIG_MAX_SCLK_HZ=133000000 215CONFIG_MAX_SCLK_HZ=133333333
203CONFIG_MIN_SCLK_HZ=27000000 216CONFIG_MIN_SCLK_HZ=27000000
204 217
205# 218#
@@ -210,13 +223,17 @@ CONFIG_HZ_250=y
210# CONFIG_HZ_300 is not set 223# CONFIG_HZ_300 is not set
211# CONFIG_HZ_1000 is not set 224# CONFIG_HZ_1000 is not set
212CONFIG_HZ=250 225CONFIG_HZ=250
226# CONFIG_SCHED_HRTICK is not set
227CONFIG_GENERIC_TIME=y
228CONFIG_GENERIC_CLOCKEVENTS=y
229# CONFIG_CYCLES_CLOCKSOURCE is not set
230# CONFIG_NO_HZ is not set
231# CONFIG_HIGH_RES_TIMERS is not set
232CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
213 233
214# 234#
215# Memory Setup 235# Misc
216# 236#
217CONFIG_MAX_MEM_SIZE=64
218CONFIG_MEM_ADD_WIDTH=10
219CONFIG_BOOT_LOAD=0x1000
220CONFIG_BFIN_SCRATCH_REG_RETN=y 237CONFIG_BFIN_SCRATCH_REG_RETN=y
221# CONFIG_BFIN_SCRATCH_REG_RETE is not set 238# CONFIG_BFIN_SCRATCH_REG_RETE is not set
222# CONFIG_BFIN_SCRATCH_REG_CYCLES is not set 239# CONFIG_BFIN_SCRATCH_REG_CYCLES is not set
@@ -243,6 +260,12 @@ CONFIG_IP_CHECKSUM_L1=y
243CONFIG_CACHELINE_ALIGNED_L1=y 260CONFIG_CACHELINE_ALIGNED_L1=y
244CONFIG_SYSCALL_TAB_L1=y 261CONFIG_SYSCALL_TAB_L1=y
245CONFIG_CPLB_SWITCH_TAB_L1=y 262CONFIG_CPLB_SWITCH_TAB_L1=y
263CONFIG_APP_STACK_L1=y
264
265#
266# Speed Optimizations
267#
268CONFIG_BFIN_INS_LOWOVERHEAD=y
246CONFIG_RAMKERNEL=y 269CONFIG_RAMKERNEL=y
247# CONFIG_ROMKERNEL is not set 270# CONFIG_ROMKERNEL is not set
248CONFIG_SELECT_MEMORY_MODEL=y 271CONFIG_SELECT_MEMORY_MODEL=y
@@ -251,13 +274,14 @@ CONFIG_FLATMEM_MANUAL=y
251# CONFIG_SPARSEMEM_MANUAL is not set 274# CONFIG_SPARSEMEM_MANUAL is not set
252CONFIG_FLATMEM=y 275CONFIG_FLATMEM=y
253CONFIG_FLAT_NODE_MEM_MAP=y 276CONFIG_FLAT_NODE_MEM_MAP=y
254# CONFIG_SPARSEMEM_STATIC is not set 277CONFIG_PAGEFLAGS_EXTENDED=y
255CONFIG_SPLIT_PTLOCK_CPUS=4 278CONFIG_SPLIT_PTLOCK_CPUS=4
256# CONFIG_RESOURCES_64BIT is not set 279# CONFIG_RESOURCES_64BIT is not set
280# CONFIG_PHYS_ADDR_T_64BIT is not set
257CONFIG_ZONE_DMA_FLAG=1 281CONFIG_ZONE_DMA_FLAG=1
258CONFIG_LARGE_ALLOCS=y 282CONFIG_VIRT_TO_BUS=y
259# CONFIG_BFIN_GPTIMERS is not set 283CONFIG_BFIN_GPTIMERS=y
260CONFIG_BFIN_DMA_5XX=y 284# CONFIG_DMA_UNCACHED_4M is not set
261# CONFIG_DMA_UNCACHED_2M is not set 285# CONFIG_DMA_UNCACHED_2M is not set
262CONFIG_DMA_UNCACHED_1M=y 286CONFIG_DMA_UNCACHED_1M=y
263# CONFIG_DMA_UNCACHED_NONE is not set 287# CONFIG_DMA_UNCACHED_NONE is not set
@@ -271,7 +295,7 @@ CONFIG_BFIN_DCACHE=y
271# CONFIG_BFIN_ICACHE_LOCK is not set 295# CONFIG_BFIN_ICACHE_LOCK is not set
272CONFIG_BFIN_WB=y 296CONFIG_BFIN_WB=y
273# CONFIG_BFIN_WT is not set 297# CONFIG_BFIN_WT is not set
274CONFIG_L1_MAX_PIECE=16 298# CONFIG_MPU is not set
275 299
276# 300#
277# Asynchonous Memory Configuration 301# Asynchonous Memory Configuration
@@ -299,12 +323,7 @@ CONFIG_BANK_3=0x99B2
299# 323#
300# Bus options (PCI, PCMCIA, EISA, MCA, ISA) 324# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
301# 325#
302# CONFIG_PCI is not set
303# CONFIG_ARCH_SUPPORTS_MSI is not set 326# CONFIG_ARCH_SUPPORTS_MSI is not set
304
305#
306# PCCARD (PCMCIA/CardBus) support
307#
308# CONFIG_PCCARD is not set 327# CONFIG_PCCARD is not set
309 328
310# 329#
@@ -314,21 +333,20 @@ CONFIG_BINFMT_ELF_FDPIC=y
314CONFIG_BINFMT_FLAT=y 333CONFIG_BINFMT_FLAT=y
315CONFIG_BINFMT_ZFLAT=y 334CONFIG_BINFMT_ZFLAT=y
316# CONFIG_BINFMT_SHARED_FLAT is not set 335# CONFIG_BINFMT_SHARED_FLAT is not set
336# CONFIG_HAVE_AOUT is not set
317# CONFIG_BINFMT_MISC is not set 337# CONFIG_BINFMT_MISC is not set
318 338
319# 339#
320# Power management options 340# Power management options
321# 341#
322# CONFIG_PM is not set 342# CONFIG_PM is not set
343CONFIG_ARCH_SUSPEND_POSSIBLE=y
344# CONFIG_PM_WAKEUP_BY_GPIO is not set
323 345
324# 346#
325# CPU Frequency scaling 347# CPU Frequency scaling
326# 348#
327# CONFIG_CPU_FREQ is not set 349# CONFIG_CPU_FREQ is not set
328
329#
330# Networking
331#
332CONFIG_NET=y 350CONFIG_NET=y
333 351
334# 352#
@@ -341,6 +359,7 @@ CONFIG_XFRM=y
341# CONFIG_XFRM_USER is not set 359# CONFIG_XFRM_USER is not set
342# CONFIG_XFRM_SUB_POLICY is not set 360# CONFIG_XFRM_SUB_POLICY is not set
343# CONFIG_XFRM_MIGRATE is not set 361# CONFIG_XFRM_MIGRATE is not set
362# CONFIG_XFRM_STATISTICS is not set
344# CONFIG_NET_KEY is not set 363# CONFIG_NET_KEY is not set
345CONFIG_INET=y 364CONFIG_INET=y
346# CONFIG_IP_MULTICAST is not set 365# CONFIG_IP_MULTICAST is not set
@@ -362,6 +381,7 @@ CONFIG_SYN_COOKIES=y
362CONFIG_INET_XFRM_MODE_TRANSPORT=y 381CONFIG_INET_XFRM_MODE_TRANSPORT=y
363CONFIG_INET_XFRM_MODE_TUNNEL=y 382CONFIG_INET_XFRM_MODE_TUNNEL=y
364CONFIG_INET_XFRM_MODE_BEET=y 383CONFIG_INET_XFRM_MODE_BEET=y
384# CONFIG_INET_LRO is not set
365CONFIG_INET_DIAG=y 385CONFIG_INET_DIAG=y
366CONFIG_INET_TCP_DIAG=y 386CONFIG_INET_TCP_DIAG=y
367# CONFIG_TCP_CONG_ADVANCED is not set 387# CONFIG_TCP_CONG_ADVANCED is not set
@@ -369,8 +389,6 @@ CONFIG_TCP_CONG_CUBIC=y
369CONFIG_DEFAULT_TCP_CONG="cubic" 389CONFIG_DEFAULT_TCP_CONG="cubic"
370# CONFIG_TCP_MD5SIG is not set 390# CONFIG_TCP_MD5SIG is not set
371# CONFIG_IPV6 is not set 391# CONFIG_IPV6 is not set
372# CONFIG_INET6_XFRM_TUNNEL is not set
373# CONFIG_INET6_TUNNEL is not set
374# CONFIG_NETLABEL is not set 392# CONFIG_NETLABEL is not set
375# CONFIG_NETWORK_SECMARK is not set 393# CONFIG_NETWORK_SECMARK is not set
376# CONFIG_NETFILTER is not set 394# CONFIG_NETFILTER is not set
@@ -379,6 +397,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
379# CONFIG_TIPC is not set 397# CONFIG_TIPC is not set
380# CONFIG_ATM is not set 398# CONFIG_ATM is not set
381# CONFIG_BRIDGE is not set 399# CONFIG_BRIDGE is not set
400# CONFIG_NET_DSA is not set
382# CONFIG_VLAN_8021Q is not set 401# CONFIG_VLAN_8021Q is not set
383# CONFIG_DECNET is not set 402# CONFIG_DECNET is not set
384# CONFIG_LLC2 is not set 403# CONFIG_LLC2 is not set
@@ -388,10 +407,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
388# CONFIG_LAPB is not set 407# CONFIG_LAPB is not set
389# CONFIG_ECONET is not set 408# CONFIG_ECONET is not set
390# CONFIG_WAN_ROUTER is not set 409# CONFIG_WAN_ROUTER is not set
391
392#
393# QoS and/or fair queueing
394#
395# CONFIG_NET_SCHED is not set 410# CONFIG_NET_SCHED is not set
396 411
397# 412#
@@ -399,18 +414,19 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
399# 414#
400# CONFIG_NET_PKTGEN is not set 415# CONFIG_NET_PKTGEN is not set
401# CONFIG_HAMRADIO is not set 416# CONFIG_HAMRADIO is not set
417# CONFIG_CAN is not set
402# CONFIG_IRDA is not set 418# CONFIG_IRDA is not set
403# CONFIG_BT is not set 419# CONFIG_BT is not set
404# CONFIG_AF_RXRPC is not set 420# CONFIG_AF_RXRPC is not set
405 421# CONFIG_PHONET is not set
406# 422CONFIG_WIRELESS=y
407# Wireless
408#
409# CONFIG_CFG80211 is not set 423# CONFIG_CFG80211 is not set
424CONFIG_WIRELESS_OLD_REGULATORY=y
410# CONFIG_WIRELESS_EXT is not set 425# CONFIG_WIRELESS_EXT is not set
411# CONFIG_MAC80211 is not set 426# CONFIG_MAC80211 is not set
412# CONFIG_IEEE80211 is not set 427# CONFIG_IEEE80211 is not set
413# CONFIG_RFKILL is not set 428# CONFIG_RFKILL is not set
429# CONFIG_NET_9P is not set
414 430
415# 431#
416# Device Drivers 432# Device Drivers
@@ -419,14 +435,11 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
419# 435#
420# Generic Driver Options 436# Generic Driver Options
421# 437#
438CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
422CONFIG_STANDALONE=y 439CONFIG_STANDALONE=y
423CONFIG_PREVENT_FIRMWARE_BUILD=y 440CONFIG_PREVENT_FIRMWARE_BUILD=y
424# CONFIG_FW_LOADER is not set 441# CONFIG_FW_LOADER is not set
425# CONFIG_SYS_HYPERVISOR is not set 442# CONFIG_SYS_HYPERVISOR is not set
426
427#
428# Connector - unified userspace <-> kernelspace linker
429#
430# CONFIG_CONNECTOR is not set 443# CONFIG_CONNECTOR is not set
431CONFIG_MTD=y 444CONFIG_MTD=y
432# CONFIG_MTD_DEBUG is not set 445# CONFIG_MTD_DEBUG is not set
@@ -434,6 +447,7 @@ CONFIG_MTD=y
434CONFIG_MTD_PARTITIONS=y 447CONFIG_MTD_PARTITIONS=y
435# CONFIG_MTD_REDBOOT_PARTS is not set 448# CONFIG_MTD_REDBOOT_PARTS is not set
436# CONFIG_MTD_CMDLINE_PARTS is not set 449# CONFIG_MTD_CMDLINE_PARTS is not set
450# CONFIG_MTD_AR7_PARTS is not set
437 451
438# 452#
439# User Modules And Translation Layers 453# User Modules And Translation Layers
@@ -446,6 +460,7 @@ CONFIG_MTD_BLOCK=y
446# CONFIG_INFTL is not set 460# CONFIG_INFTL is not set
447# CONFIG_RFD_FTL is not set 461# CONFIG_RFD_FTL is not set
448# CONFIG_SSFDC is not set 462# CONFIG_SSFDC is not set
463# CONFIG_MTD_OOPS is not set
449 464
450# 465#
451# RAM/ROM/Flash chip drivers 466# RAM/ROM/Flash chip drivers
@@ -470,7 +485,7 @@ CONFIG_MTD_RAM=y
470# Mapping drivers for chip access 485# Mapping drivers for chip access
471# 486#
472CONFIG_MTD_COMPLEX_MAPPINGS=y 487CONFIG_MTD_COMPLEX_MAPPINGS=y
473# CONFIG_MTD_BF5xx is not set 488# CONFIG_MTD_GPIO_ADDR is not set
474CONFIG_MTD_UCLINUX=y 489CONFIG_MTD_UCLINUX=y
475# CONFIG_MTD_PLATRAM is not set 490# CONFIG_MTD_PLATRAM is not set
476 491
@@ -509,33 +524,22 @@ CONFIG_MTD_NAND_IDS=y
509# UBI - Unsorted block images 524# UBI - Unsorted block images
510# 525#
511# CONFIG_MTD_UBI is not set 526# CONFIG_MTD_UBI is not set
512
513#
514# Parallel port support
515#
516# CONFIG_PARPORT is not set 527# CONFIG_PARPORT is not set
517 528CONFIG_BLK_DEV=y
518#
519# Plug and Play support
520#
521# CONFIG_PNPACPI is not set
522
523#
524# Block devices
525#
526# CONFIG_BLK_DEV_COW_COMMON is not set 529# CONFIG_BLK_DEV_COW_COMMON is not set
527# CONFIG_BLK_DEV_LOOP is not set 530# CONFIG_BLK_DEV_LOOP is not set
528# CONFIG_BLK_DEV_NBD is not set 531# CONFIG_BLK_DEV_NBD is not set
529CONFIG_BLK_DEV_RAM=y 532CONFIG_BLK_DEV_RAM=y
530CONFIG_BLK_DEV_RAM_COUNT=16 533CONFIG_BLK_DEV_RAM_COUNT=16
531CONFIG_BLK_DEV_RAM_SIZE=4096 534CONFIG_BLK_DEV_RAM_SIZE=4096
532CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 535# CONFIG_BLK_DEV_XIP is not set
533# CONFIG_CDROM_PKTCDVD is not set 536# CONFIG_CDROM_PKTCDVD is not set
534# CONFIG_ATA_OVER_ETH is not set 537# CONFIG_ATA_OVER_ETH is not set
535 538# CONFIG_BLK_DEV_HD is not set
536# 539CONFIG_MISC_DEVICES=y
537# Misc devices 540# CONFIG_EEPROM_93CX6 is not set
538# 541# CONFIG_ENCLOSURE_SERVICES is not set
542CONFIG_HAVE_IDE=y
539# CONFIG_IDE is not set 543# CONFIG_IDE is not set
540 544
541# 545#
@@ -543,22 +547,17 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
543# 547#
544# CONFIG_RAID_ATTRS is not set 548# CONFIG_RAID_ATTRS is not set
545# CONFIG_SCSI is not set 549# CONFIG_SCSI is not set
550# CONFIG_SCSI_DMA is not set
546# CONFIG_SCSI_NETLINK is not set 551# CONFIG_SCSI_NETLINK is not set
547# CONFIG_ATA is not set 552# CONFIG_ATA is not set
548
549#
550# Multi-device support (RAID and LVM)
551#
552# CONFIG_MD is not set 553# CONFIG_MD is not set
553
554#
555# Network device support
556#
557CONFIG_NETDEVICES=y 554CONFIG_NETDEVICES=y
558# CONFIG_DUMMY is not set 555# CONFIG_DUMMY is not set
559# CONFIG_BONDING is not set 556# CONFIG_BONDING is not set
557# CONFIG_MACVLAN is not set
560# CONFIG_EQUALIZER is not set 558# CONFIG_EQUALIZER is not set
561# CONFIG_TUN is not set 559# CONFIG_TUN is not set
560# CONFIG_VETH is not set
562CONFIG_PHYLIB=y 561CONFIG_PHYLIB=y
563 562
564# 563#
@@ -572,46 +571,45 @@ CONFIG_PHYLIB=y
572# CONFIG_VITESSE_PHY is not set 571# CONFIG_VITESSE_PHY is not set
573# CONFIG_SMSC_PHY is not set 572# CONFIG_SMSC_PHY is not set
574# CONFIG_BROADCOM_PHY is not set 573# CONFIG_BROADCOM_PHY is not set
574# CONFIG_ICPLUS_PHY is not set
575# CONFIG_REALTEK_PHY is not set
575# CONFIG_FIXED_PHY is not set 576# CONFIG_FIXED_PHY is not set
576 577# CONFIG_MDIO_BITBANG is not set
577#
578# Ethernet (10 or 100Mbit)
579#
580CONFIG_NET_ETHERNET=y 578CONFIG_NET_ETHERNET=y
581CONFIG_MII=y 579CONFIG_MII=y
582# CONFIG_SMC91X is not set
583CONFIG_BFIN_MAC=y 580CONFIG_BFIN_MAC=y
584# CONFIG_BFIN_MAC_USE_L1 is not set 581# CONFIG_BFIN_MAC_USE_L1 is not set
585CONFIG_BFIN_TX_DESC_NUM=100 582CONFIG_BFIN_TX_DESC_NUM=100
586CONFIG_BFIN_RX_DESC_NUM=100 583CONFIG_BFIN_RX_DESC_NUM=100
587CONFIG_BFIN_MAC_RMII=y 584CONFIG_BFIN_MAC_RMII=y
585# CONFIG_SMC91X is not set
588# CONFIG_SMSC911X is not set 586# CONFIG_SMSC911X is not set
589# CONFIG_DM9000 is not set 587# CONFIG_DM9000 is not set
588# CONFIG_ENC28J60 is not set
589# CONFIG_IBM_NEW_EMAC_ZMII is not set
590# CONFIG_IBM_NEW_EMAC_RGMII is not set
591# CONFIG_IBM_NEW_EMAC_TAH is not set
592# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
593# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
594# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
595# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
590CONFIG_NETDEV_1000=y 596CONFIG_NETDEV_1000=y
591CONFIG_NETDEV_10000=y
592# CONFIG_AX88180 is not set 597# CONFIG_AX88180 is not set
598CONFIG_NETDEV_10000=y
593 599
594# 600#
595# Wireless LAN 601# Wireless LAN
596# 602#
597# CONFIG_WLAN_PRE80211 is not set 603# CONFIG_WLAN_PRE80211 is not set
598# CONFIG_WLAN_80211 is not set 604# CONFIG_WLAN_80211 is not set
605# CONFIG_IWLWIFI_LEDS is not set
599# CONFIG_WAN is not set 606# CONFIG_WAN is not set
600# CONFIG_PPP is not set 607# CONFIG_PPP is not set
601# CONFIG_SLIP is not set 608# CONFIG_SLIP is not set
602# CONFIG_SHAPER is not set
603# CONFIG_NETCONSOLE is not set 609# CONFIG_NETCONSOLE is not set
604# CONFIG_NETPOLL is not set 610# CONFIG_NETPOLL is not set
605# CONFIG_NET_POLL_CONTROLLER is not set 611# CONFIG_NET_POLL_CONTROLLER is not set
606
607#
608# ISDN subsystem
609#
610# CONFIG_ISDN is not set 612# CONFIG_ISDN is not set
611
612#
613# Telephony Support
614#
615# CONFIG_PHONE is not set 613# CONFIG_PHONE is not set
616 614
617# 615#
@@ -626,9 +624,6 @@ CONFIG_INPUT=y
626# 624#
627# CONFIG_INPUT_MOUSEDEV is not set 625# CONFIG_INPUT_MOUSEDEV is not set
628# CONFIG_INPUT_JOYDEV is not set 626# CONFIG_INPUT_JOYDEV is not set
629CONFIG_INPUT_TSDEV=y
630CONFIG_INPUT_TSDEV_SCREEN_X=240
631CONFIG_INPUT_TSDEV_SCREEN_Y=320
632CONFIG_INPUT_EVDEV=y 627CONFIG_INPUT_EVDEV=y
633# CONFIG_INPUT_EVBUG is not set 628# CONFIG_INPUT_EVBUG is not set
634 629
@@ -642,24 +637,29 @@ CONFIG_INPUT_EVDEV=y
642CONFIG_INPUT_TOUCHSCREEN=y 637CONFIG_INPUT_TOUCHSCREEN=y
643# CONFIG_TOUCHSCREEN_ADS7846 is not set 638# CONFIG_TOUCHSCREEN_ADS7846 is not set
644CONFIG_TOUCHSCREEN_AD7877=y 639CONFIG_TOUCHSCREEN_AD7877=y
640# CONFIG_TOUCHSCREEN_AD7879_I2C is not set
641# CONFIG_TOUCHSCREEN_AD7879_SPI is not set
642# CONFIG_TOUCHSCREEN_AD7879 is not set
643# CONFIG_TOUCHSCREEN_FUJITSU is not set
645# CONFIG_TOUCHSCREEN_GUNZE is not set 644# CONFIG_TOUCHSCREEN_GUNZE is not set
646# CONFIG_TOUCHSCREEN_ELO is not set 645# CONFIG_TOUCHSCREEN_ELO is not set
647# CONFIG_TOUCHSCREEN_MTOUCH is not set 646# CONFIG_TOUCHSCREEN_MTOUCH is not set
647# CONFIG_TOUCHSCREEN_INEXIO is not set
648# CONFIG_TOUCHSCREEN_MK712 is not set 648# CONFIG_TOUCHSCREEN_MK712 is not set
649# CONFIG_TOUCHSCREEN_PENMOUNT is not set 649# CONFIG_TOUCHSCREEN_PENMOUNT is not set
650# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set 650# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
651# CONFIG_TOUCHSCREEN_TOUCHWIN is not set 651# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
652# CONFIG_TOUCHSCREEN_UCB1400 is not set
653# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set 652# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
653# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
654CONFIG_INPUT_MISC=y 654CONFIG_INPUT_MISC=y
655# CONFIG_INPUT_ATI_REMOTE is not set 655# CONFIG_INPUT_ATI_REMOTE is not set
656# CONFIG_INPUT_ATI_REMOTE2 is not set 656# CONFIG_INPUT_ATI_REMOTE2 is not set
657# CONFIG_INPUT_KEYSPAN_REMOTE is not set 657# CONFIG_INPUT_KEYSPAN_REMOTE is not set
658# CONFIG_INPUT_POWERMATE is not set 658# CONFIG_INPUT_POWERMATE is not set
659# CONFIG_INPUT_YEALINK is not set 659# CONFIG_INPUT_YEALINK is not set
660# CONFIG_INPUT_CM109 is not set
660CONFIG_INPUT_UINPUT=y 661CONFIG_INPUT_UINPUT=y
661# CONFIG_BF53X_PFBUTTONS is not set 662# CONFIG_CONFIG_INPUT_PCF8574 is not set
662# CONFIG_TWI_KEYPAD is not set
663 663
664# 664#
665# Hardware I/O ports 665# Hardware I/O ports
@@ -672,18 +672,17 @@ CONFIG_INPUT_UINPUT=y
672# 672#
673# CONFIG_AD9960 is not set 673# CONFIG_AD9960 is not set
674# CONFIG_SPI_ADC_BF533 is not set 674# CONFIG_SPI_ADC_BF533 is not set
675# CONFIG_BF5xx_PFLAGS is not set
676# CONFIG_BF5xx_PPIFCD is not set 675# CONFIG_BF5xx_PPIFCD is not set
677# CONFIG_BFIN_SIMPLE_TIMER is not set 676# CONFIG_BFIN_SIMPLE_TIMER is not set
678# CONFIG_BF5xx_PPI is not set 677# CONFIG_BF5xx_PPI is not set
679CONFIG_BFIN_SPORT=y 678CONFIG_BFIN_SPORT=y
680# CONFIG_BFIN_TIMER_LATENCY is not set 679# CONFIG_BFIN_TIMER_LATENCY is not set
681CONFIG_TWI_LCD=m 680CONFIG_TWI_LCD=m
682CONFIG_TWI_LCD_SLAVE_ADDR=34 681CONFIG_BFIN_DMA_INTERFACE=m
683# CONFIG_AD5304 is not set 682# CONFIG_SIMPLE_GPIO is not set
684# CONFIG_BF5xx_TEA5764 is not set
685# CONFIG_BF5xx_FBDMA is not set
686# CONFIG_VT is not set 683# CONFIG_VT is not set
684CONFIG_DEVKMEM=y
685# CONFIG_BFIN_JTAG_COMM is not set
687# CONFIG_SERIAL_NONSTANDARD is not set 686# CONFIG_SERIAL_NONSTANDARD is not set
688 687
689# 688#
@@ -716,68 +715,59 @@ CONFIG_CAN4LINUX=y
716# 715#
717# linux embedded drivers 716# linux embedded drivers
718# 717#
719# CONFIG_CAN_MCF5282 is not set
720# CONFIG_CAN_UNCTWINCAN is not set
721CONFIG_CAN_BLACKFIN=m 718CONFIG_CAN_BLACKFIN=m
722
723#
724# IPMI
725#
726# CONFIG_IPMI_HANDLER is not set 719# CONFIG_IPMI_HANDLER is not set
727# CONFIG_WATCHDOG is not set
728CONFIG_HW_RANDOM=y 720CONFIG_HW_RANDOM=y
729# CONFIG_GEN_RTC is not set
730# CONFIG_R3964 is not set 721# CONFIG_R3964 is not set
731# CONFIG_RAW_DRIVER is not set 722# CONFIG_RAW_DRIVER is not set
732
733#
734# TPM devices
735#
736# CONFIG_TCG_TPM is not set 723# CONFIG_TCG_TPM is not set
737CONFIG_I2C=y 724CONFIG_I2C=y
738CONFIG_I2C_BOARDINFO=y 725CONFIG_I2C_BOARDINFO=y
739CONFIG_I2C_CHARDEV=y 726CONFIG_I2C_CHARDEV=y
727CONFIG_I2C_HELPER_AUTO=y
740 728
741# 729#
742# I2C Algorithms 730# I2C Hardware Bus support
743# 731#
744# CONFIG_I2C_ALGOBIT is not set
745# CONFIG_I2C_ALGOPCF is not set
746# CONFIG_I2C_ALGOPCA is not set
747 732
748# 733#
749# I2C Hardware Bus support 734# I2C system bus drivers (mostly embedded / system-on-chip)
750# 735#
751# CONFIG_I2C_BLACKFIN_GPIO is not set
752CONFIG_I2C_BLACKFIN_TWI=y 736CONFIG_I2C_BLACKFIN_TWI=y
753CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=50 737CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=100
754# CONFIG_I2C_GPIO is not set 738# CONFIG_I2C_GPIO is not set
755# CONFIG_I2C_OCORES is not set 739# CONFIG_I2C_OCORES is not set
756# CONFIG_I2C_PARPORT_LIGHT is not set
757# CONFIG_I2C_SIMTEC is not set 740# CONFIG_I2C_SIMTEC is not set
741
742#
743# External I2C/SMBus adapter drivers
744#
745# CONFIG_I2C_PARPORT_LIGHT is not set
746# CONFIG_I2C_TAOS_EVM is not set
747
748#
749# Other I2C/SMBus bus drivers
750#
751# CONFIG_I2C_PCA_PLATFORM is not set
758# CONFIG_I2C_STUB is not set 752# CONFIG_I2C_STUB is not set
759 753
760# 754#
761# Miscellaneous I2C Chip support 755# Miscellaneous I2C Chip support
762# 756#
763# CONFIG_SENSORS_DS1337 is not set 757# CONFIG_DS1682 is not set
764# CONFIG_SENSORS_DS1374 is not set 758# CONFIG_AT24 is not set
765# CONFIG_SENSORS_AD5252 is not set 759# CONFIG_SENSORS_AD5252 is not set
766# CONFIG_SENSORS_EEPROM is not set 760# CONFIG_SENSORS_EEPROM is not set
767CONFIG_SENSORS_PCF8574=m 761CONFIG_SENSORS_PCF8574=m
768CONFIG_SENSORS_PCF8575=y 762# CONFIG_PCF8575 is not set
769# CONFIG_SENSORS_PCA9543 is not set
770# CONFIG_SENSORS_PCA9539 is not set 763# CONFIG_SENSORS_PCA9539 is not set
771# CONFIG_SENSORS_PCF8591 is not set 764# CONFIG_SENSORS_PCF8591 is not set
772# CONFIG_SENSORS_MAX6875 is not set 765# CONFIG_SENSORS_MAX6875 is not set
766# CONFIG_SENSORS_TSL2550 is not set
773# CONFIG_I2C_DEBUG_CORE is not set 767# CONFIG_I2C_DEBUG_CORE is not set
774# CONFIG_I2C_DEBUG_ALGO is not set 768# CONFIG_I2C_DEBUG_ALGO is not set
775# CONFIG_I2C_DEBUG_BUS is not set 769# CONFIG_I2C_DEBUG_BUS is not set
776# CONFIG_I2C_DEBUG_CHIP is not set 770# CONFIG_I2C_DEBUG_CHIP is not set
777
778#
779# SPI support
780#
781CONFIG_SPI=y 771CONFIG_SPI=y
782CONFIG_SPI_MASTER=y 772CONFIG_SPI_MASTER=y
783 773
@@ -785,6 +775,7 @@ CONFIG_SPI_MASTER=y
785# SPI Master Controller Drivers 775# SPI Master Controller Drivers
786# 776#
787CONFIG_SPI_BFIN=y 777CONFIG_SPI_BFIN=y
778# CONFIG_SPI_BFIN_LOCK is not set
788# CONFIG_SPI_BITBANG is not set 779# CONFIG_SPI_BITBANG is not set
789 780
790# 781#
@@ -792,27 +783,29 @@ CONFIG_SPI_BFIN=y
792# 783#
793# CONFIG_SPI_AT25 is not set 784# CONFIG_SPI_AT25 is not set
794# CONFIG_SPI_SPIDEV is not set 785# CONFIG_SPI_SPIDEV is not set
795 786# CONFIG_SPI_TLE62X0 is not set
796# 787CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
797# Dallas's 1-wire bus 788# CONFIG_GPIOLIB is not set
798#
799# CONFIG_W1 is not set 789# CONFIG_W1 is not set
790# CONFIG_POWER_SUPPLY is not set
800CONFIG_HWMON=y 791CONFIG_HWMON=y
801# CONFIG_HWMON_VID is not set 792# CONFIG_HWMON_VID is not set
802# CONFIG_SENSORS_ABITUGURU is not set 793# CONFIG_SENSORS_AD7414 is not set
803# CONFIG_SENSORS_AD7418 is not set 794# CONFIG_SENSORS_AD7418 is not set
795# CONFIG_SENSORS_ADCXX is not set
804# CONFIG_SENSORS_ADM1021 is not set 796# CONFIG_SENSORS_ADM1021 is not set
805# CONFIG_SENSORS_ADM1025 is not set 797# CONFIG_SENSORS_ADM1025 is not set
806# CONFIG_SENSORS_ADM1026 is not set 798# CONFIG_SENSORS_ADM1026 is not set
807# CONFIG_SENSORS_ADM1029 is not set 799# CONFIG_SENSORS_ADM1029 is not set
808# CONFIG_SENSORS_ADM1031 is not set 800# CONFIG_SENSORS_ADM1031 is not set
809# CONFIG_SENSORS_ADM9240 is not set 801# CONFIG_SENSORS_ADM9240 is not set
810# CONFIG_SENSORS_ASB100 is not set 802# CONFIG_SENSORS_ADT7470 is not set
803# CONFIG_SENSORS_ADT7473 is not set
811# CONFIG_SENSORS_ATXP1 is not set 804# CONFIG_SENSORS_ATXP1 is not set
812# CONFIG_SENSORS_DS1621 is not set 805# CONFIG_SENSORS_DS1621 is not set
813# CONFIG_SENSORS_F71805F is not set 806# CONFIG_SENSORS_F71805F is not set
814# CONFIG_SENSORS_FSCHER is not set 807# CONFIG_SENSORS_F71882FG is not set
815# CONFIG_SENSORS_FSCPOS is not set 808# CONFIG_SENSORS_F75375S is not set
816# CONFIG_SENSORS_GL518SM is not set 809# CONFIG_SENSORS_GL518SM is not set
817# CONFIG_SENSORS_GL520SM is not set 810# CONFIG_SENSORS_GL520SM is not set
818# CONFIG_SENSORS_IT87 is not set 811# CONFIG_SENSORS_IT87 is not set
@@ -827,58 +820,76 @@ CONFIG_HWMON=y
827# CONFIG_SENSORS_LM87 is not set 820# CONFIG_SENSORS_LM87 is not set
828# CONFIG_SENSORS_LM90 is not set 821# CONFIG_SENSORS_LM90 is not set
829# CONFIG_SENSORS_LM92 is not set 822# CONFIG_SENSORS_LM92 is not set
823# CONFIG_SENSORS_LM93 is not set
824# CONFIG_SENSORS_MAX1111 is not set
830# CONFIG_SENSORS_MAX1619 is not set 825# CONFIG_SENSORS_MAX1619 is not set
831# CONFIG_SENSORS_MAX6650 is not set 826# CONFIG_SENSORS_MAX6650 is not set
832# CONFIG_SENSORS_PC87360 is not set 827# CONFIG_SENSORS_PC87360 is not set
833# CONFIG_SENSORS_PC87427 is not set 828# CONFIG_SENSORS_PC87427 is not set
829# CONFIG_SENSORS_DME1737 is not set
834# CONFIG_SENSORS_SMSC47M1 is not set 830# CONFIG_SENSORS_SMSC47M1 is not set
835# CONFIG_SENSORS_SMSC47M192 is not set 831# CONFIG_SENSORS_SMSC47M192 is not set
836# CONFIG_SENSORS_SMSC47B397 is not set 832# CONFIG_SENSORS_SMSC47B397 is not set
833# CONFIG_SENSORS_ADS7828 is not set
834# CONFIG_SENSORS_THMC50 is not set
837# CONFIG_SENSORS_VT1211 is not set 835# CONFIG_SENSORS_VT1211 is not set
838# CONFIG_SENSORS_W83781D is not set 836# CONFIG_SENSORS_W83781D is not set
839# CONFIG_SENSORS_W83791D is not set 837# CONFIG_SENSORS_W83791D is not set
840# CONFIG_SENSORS_W83792D is not set 838# CONFIG_SENSORS_W83792D is not set
841# CONFIG_SENSORS_W83793 is not set 839# CONFIG_SENSORS_W83793 is not set
842# CONFIG_SENSORS_W83L785TS is not set 840# CONFIG_SENSORS_W83L785TS is not set
841# CONFIG_SENSORS_W83L786NG is not set
843# CONFIG_SENSORS_W83627HF is not set 842# CONFIG_SENSORS_W83627HF is not set
844# CONFIG_SENSORS_W83627EHF is not set 843# CONFIG_SENSORS_W83627EHF is not set
845# CONFIG_HWMON_DEBUG_CHIP is not set 844# CONFIG_HWMON_DEBUG_CHIP is not set
845# CONFIG_THERMAL is not set
846# CONFIG_THERMAL_HWMON is not set
847# CONFIG_WATCHDOG is not set
846 848
847# 849#
848# Multifunction device drivers 850# Multifunction device drivers
849# 851#
852# CONFIG_MFD_CORE is not set
850# CONFIG_MFD_SM501 is not set 853# CONFIG_MFD_SM501 is not set
854# CONFIG_HTC_PASIC3 is not set
855# CONFIG_MFD_TMIO is not set
856# CONFIG_MFD_WM8400 is not set
857# CONFIG_MFD_WM8350_I2C is not set
851 858
852# 859#
853# Multimedia devices 860# Multimedia devices
854# 861#
862
863#
864# Multimedia core support
865#
855# CONFIG_VIDEO_DEV is not set 866# CONFIG_VIDEO_DEV is not set
856# CONFIG_DVB_CORE is not set 867# CONFIG_DVB_CORE is not set
857CONFIG_DAB=y 868# CONFIG_VIDEO_MEDIA is not set
858 869
859# 870#
860# Graphics support 871# Multimedia drivers
861# 872#
862CONFIG_BACKLIGHT_LCD_SUPPORT=y 873CONFIG_DAB=y
863CONFIG_BACKLIGHT_CLASS_DEVICE=y
864CONFIG_LCD_CLASS_DEVICE=y
865 874
866# 875#
867# Display device support 876# Graphics support
868# 877#
869# CONFIG_DISPLAY_SUPPORT is not set
870# CONFIG_VGASTATE is not set 878# CONFIG_VGASTATE is not set
879# CONFIG_VIDEO_OUTPUT_CONTROL is not set
871CONFIG_FB=y 880CONFIG_FB=y
872CONFIG_FIRMWARE_EDID=y 881CONFIG_FIRMWARE_EDID=y
873# CONFIG_FB_DDC is not set 882# CONFIG_FB_DDC is not set
883# CONFIG_FB_BOOT_VESA_SUPPORT is not set
874CONFIG_FB_CFB_FILLRECT=y 884CONFIG_FB_CFB_FILLRECT=y
875CONFIG_FB_CFB_COPYAREA=y 885CONFIG_FB_CFB_COPYAREA=y
876CONFIG_FB_CFB_IMAGEBLIT=y 886CONFIG_FB_CFB_IMAGEBLIT=y
887# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
877# CONFIG_FB_SYS_FILLRECT is not set 888# CONFIG_FB_SYS_FILLRECT is not set
878# CONFIG_FB_SYS_COPYAREA is not set 889# CONFIG_FB_SYS_COPYAREA is not set
879# CONFIG_FB_SYS_IMAGEBLIT is not set 890# CONFIG_FB_SYS_IMAGEBLIT is not set
891# CONFIG_FB_FOREIGN_ENDIAN is not set
880# CONFIG_FB_SYS_FOPS is not set 892# CONFIG_FB_SYS_FOPS is not set
881CONFIG_FB_DEFERRED_IO=y
882# CONFIG_FB_SVGALIB is not set 893# CONFIG_FB_SVGALIB is not set
883# CONFIG_FB_MACMODES is not set 894# CONFIG_FB_MACMODES is not set
884# CONFIG_FB_BACKLIGHT is not set 895# CONFIG_FB_BACKLIGHT is not set
@@ -888,25 +899,34 @@ CONFIG_FB_DEFERRED_IO=y
888# 899#
889# Frame buffer hardware drivers 900# Frame buffer hardware drivers
890# 901#
891# CONFIG_FB_BFIN_7171 is not set 902# CONFIG_FB_BFIN_T350MCQB is not set
892# CONFIG_FB_BFIN_7393 is not set 903# CONFIG_FB_BFIN_LQ035Q1 is not set
893CONFIG_FB_BF537_LQ035=y 904CONFIG_FB_BF537_LQ035=y
894CONFIG_LQ035_SLAVE_ADDR=0x58 905CONFIG_LQ035_SLAVE_ADDR=0x58
895CONFIG_FB_BFIN_LANDSCAPE=y 906CONFIG_FB_BFIN_LANDSCAPE=y
896# CONFIG_FB_BFIN_BGR is not set 907# CONFIG_FB_BFIN_BGR is not set
897# CONFIG_FB_BFIN_T350MCQB is not set 908# CONFIG_FB_BFIN_7393 is not set
909# CONFIG_FB_HITACHI_TX09 is not set
898# CONFIG_FB_S1D13XXX is not set 910# CONFIG_FB_S1D13XXX is not set
899# CONFIG_FB_VIRTUAL is not set 911# CONFIG_FB_VIRTUAL is not set
900# CONFIG_LOGO is not set 912# CONFIG_FB_METRONOME is not set
913CONFIG_BACKLIGHT_LCD_SUPPORT=y
914CONFIG_LCD_CLASS_DEVICE=y
915# CONFIG_LCD_LTV350QV is not set
916# CONFIG_LCD_ILI9320 is not set
917# CONFIG_LCD_TDO24M is not set
918# CONFIG_LCD_VGG2432A4 is not set
919# CONFIG_LCD_PLATFORM is not set
920CONFIG_BACKLIGHT_CLASS_DEVICE=y
921# CONFIG_BACKLIGHT_CORGI is not set
901 922
902# 923#
903# Sound 924# Display device support
904# 925#
926# CONFIG_DISPLAY_SUPPORT is not set
927# CONFIG_LOGO is not set
905CONFIG_SOUND=y 928CONFIG_SOUND=y
906 929CONFIG_SOUND_OSS_CORE=y
907#
908# Advanced Linux Sound Architecture
909#
910CONFIG_SND=m 930CONFIG_SND=m
911# CONFIG_SND_SEQUENCER is not set 931# CONFIG_SND_SEQUENCER is not set
912# CONFIG_SND_MIXER_OSS is not set 932# CONFIG_SND_MIXER_OSS is not set
@@ -916,46 +936,30 @@ CONFIG_SND=m
916# CONFIG_SND_VERBOSE_PROCFS is not set 936# CONFIG_SND_VERBOSE_PROCFS is not set
917# CONFIG_SND_VERBOSE_PRINTK is not set 937# CONFIG_SND_VERBOSE_PRINTK is not set
918# CONFIG_SND_DEBUG is not set 938# CONFIG_SND_DEBUG is not set
919 939CONFIG_SND_DRIVERS=y
920#
921# Generic devices
922#
923# CONFIG_SND_DUMMY is not set 940# CONFIG_SND_DUMMY is not set
924# CONFIG_SND_MTPAV is not set 941# CONFIG_SND_MTPAV is not set
925# CONFIG_SND_SERIAL_U16550 is not set 942# CONFIG_SND_SERIAL_U16550 is not set
926# CONFIG_SND_MPU401 is not set 943# CONFIG_SND_MPU401 is not set
944CONFIG_SND_SPI=y
927 945
928# 946#
929# ALSA Blackfin devices 947# ALSA Blackfin devices
930# 948#
931# CONFIG_SND_BLACKFIN_AD1836 is not set 949# CONFIG_SND_BLACKFIN_AD1836 is not set
932# CONFIG_SND_BFIN_AD73311 is not set 950# CONFIG_SND_BFIN_AD73322 is not set
933
934#
935# System on Chip audio support
936#
937# CONFIG_SND_SOC is not set 951# CONFIG_SND_SOC is not set
938
939#
940# Open Sound System
941#
942CONFIG_SOUND_PRIME=y 952CONFIG_SOUND_PRIME=y
943# CONFIG_OSS_OBSOLETE is not set 953CONFIG_HID_SUPPORT=y
944# CONFIG_SOUND_MSNDCLAS is not set
945# CONFIG_SOUND_MSNDPIN is not set
946
947#
948# HID Devices
949#
950# CONFIG_HID is not set 954# CONFIG_HID is not set
951 955# CONFIG_HID_PID is not set
952# 956CONFIG_USB_SUPPORT=y
953# USB support
954#
955CONFIG_USB_ARCH_HAS_HCD=y 957CONFIG_USB_ARCH_HAS_HCD=y
956# CONFIG_USB_ARCH_HAS_OHCI is not set 958# CONFIG_USB_ARCH_HAS_OHCI is not set
957# CONFIG_USB_ARCH_HAS_EHCI is not set 959# CONFIG_USB_ARCH_HAS_EHCI is not set
958# CONFIG_USB is not set 960# CONFIG_USB is not set
961# CONFIG_USB_OTG_WHITELIST is not set
962# CONFIG_USB_OTG_BLACKLIST_HUB is not set
959 963
960# 964#
961# Enable Host or Gadget support to see Inventra options 965# Enable Host or Gadget support to see Inventra options
@@ -964,37 +968,11 @@ CONFIG_USB_ARCH_HAS_HCD=y
964# 968#
965# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 969# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
966# 970#
967
968#
969# USB Gadget Support
970#
971# CONFIG_USB_GADGET is not set 971# CONFIG_USB_GADGET is not set
972# CONFIG_MMC is not set 972# CONFIG_MMC is not set
973 973# CONFIG_MEMSTICK is not set
974#
975# LED devices
976#
977# CONFIG_NEW_LEDS is not set 974# CONFIG_NEW_LEDS is not set
978 975# CONFIG_ACCESSIBILITY is not set
979#
980# LED drivers
981#
982
983#
984# LED Triggers
985#
986
987#
988# InfiniBand support
989#
990
991#
992# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
993#
994
995#
996# Real Time Clock
997#
998CONFIG_RTC_LIB=y 976CONFIG_RTC_LIB=y
999CONFIG_RTC_CLASS=y 977CONFIG_RTC_CLASS=y
1000CONFIG_RTC_HCTOSYS=y 978CONFIG_RTC_HCTOSYS=y
@@ -1014,6 +992,7 @@ CONFIG_RTC_INTF_DEV=y
1014# I2C RTC drivers 992# I2C RTC drivers
1015# 993#
1016# CONFIG_RTC_DRV_DS1307 is not set 994# CONFIG_RTC_DRV_DS1307 is not set
995# CONFIG_RTC_DRV_DS1374 is not set
1017# CONFIG_RTC_DRV_DS1672 is not set 996# CONFIG_RTC_DRV_DS1672 is not set
1018# CONFIG_RTC_DRV_MAX6900 is not set 997# CONFIG_RTC_DRV_MAX6900 is not set
1019# CONFIG_RTC_DRV_RS5C372 is not set 998# CONFIG_RTC_DRV_RS5C372 is not set
@@ -1021,43 +1000,41 @@ CONFIG_RTC_INTF_DEV=y
1021# CONFIG_RTC_DRV_X1205 is not set 1000# CONFIG_RTC_DRV_X1205 is not set
1022# CONFIG_RTC_DRV_PCF8563 is not set 1001# CONFIG_RTC_DRV_PCF8563 is not set
1023# CONFIG_RTC_DRV_PCF8583 is not set 1002# CONFIG_RTC_DRV_PCF8583 is not set
1003# CONFIG_RTC_DRV_M41T80 is not set
1004# CONFIG_RTC_DRV_S35390A is not set
1005# CONFIG_RTC_DRV_FM3130 is not set
1024 1006
1025# 1007#
1026# SPI RTC drivers 1008# SPI RTC drivers
1027# 1009#
1028# CONFIG_RTC_DRV_RS5C348 is not set 1010# CONFIG_RTC_DRV_M41T94 is not set
1011# CONFIG_RTC_DRV_DS1305 is not set
1029# CONFIG_RTC_DRV_MAX6902 is not set 1012# CONFIG_RTC_DRV_MAX6902 is not set
1013# CONFIG_RTC_DRV_R9701 is not set
1014# CONFIG_RTC_DRV_RS5C348 is not set
1015# CONFIG_RTC_DRV_DS3234 is not set
1030 1016
1031# 1017#
1032# Platform RTC drivers 1018# Platform RTC drivers
1033# 1019#
1020# CONFIG_RTC_DRV_DS1286 is not set
1021# CONFIG_RTC_DRV_DS1511 is not set
1034# CONFIG_RTC_DRV_DS1553 is not set 1022# CONFIG_RTC_DRV_DS1553 is not set
1035# CONFIG_RTC_DRV_DS1742 is not set 1023# CONFIG_RTC_DRV_DS1742 is not set
1024# CONFIG_RTC_DRV_STK17TA8 is not set
1036# CONFIG_RTC_DRV_M48T86 is not set 1025# CONFIG_RTC_DRV_M48T86 is not set
1026# CONFIG_RTC_DRV_M48T35 is not set
1027# CONFIG_RTC_DRV_M48T59 is not set
1028# CONFIG_RTC_DRV_BQ4802 is not set
1037# CONFIG_RTC_DRV_V3020 is not set 1029# CONFIG_RTC_DRV_V3020 is not set
1038 1030
1039# 1031#
1040# on-CPU RTC drivers 1032# on-CPU RTC drivers
1041# 1033#
1042CONFIG_RTC_DRV_BFIN=y 1034CONFIG_RTC_DRV_BFIN=y
1043 1035# CONFIG_DMADEVICES is not set
1044# 1036# CONFIG_UIO is not set
1045# DMA Engine support 1037# CONFIG_STAGING is not set
1046#
1047# CONFIG_DMA_ENGINE is not set
1048
1049#
1050# DMA Clients
1051#
1052
1053#
1054# DMA Devices
1055#
1056
1057#
1058# PBX support
1059#
1060# CONFIG_PBX is not set
1061 1038
1062# 1039#
1063# File systems 1040# File systems
@@ -1067,20 +1044,18 @@ CONFIG_EXT2_FS_XATTR=y
1067# CONFIG_EXT2_FS_POSIX_ACL is not set 1044# CONFIG_EXT2_FS_POSIX_ACL is not set
1068# CONFIG_EXT2_FS_SECURITY is not set 1045# CONFIG_EXT2_FS_SECURITY is not set
1069# CONFIG_EXT3_FS is not set 1046# CONFIG_EXT3_FS is not set
1070# CONFIG_EXT4DEV_FS is not set 1047# CONFIG_EXT4_FS is not set
1071CONFIG_FS_MBCACHE=y 1048CONFIG_FS_MBCACHE=y
1072# CONFIG_REISERFS_FS is not set 1049# CONFIG_REISERFS_FS is not set
1073# CONFIG_JFS_FS is not set 1050# CONFIG_JFS_FS is not set
1074# CONFIG_FS_POSIX_ACL is not set 1051# CONFIG_FS_POSIX_ACL is not set
1052CONFIG_FILE_LOCKING=y
1075# CONFIG_XFS_FS is not set 1053# CONFIG_XFS_FS is not set
1076# CONFIG_GFS2_FS is not set
1077# CONFIG_OCFS2_FS is not set 1054# CONFIG_OCFS2_FS is not set
1078# CONFIG_MINIX_FS is not set 1055# CONFIG_DNOTIFY is not set
1079# CONFIG_ROMFS_FS is not set
1080CONFIG_INOTIFY=y 1056CONFIG_INOTIFY=y
1081CONFIG_INOTIFY_USER=y 1057CONFIG_INOTIFY_USER=y
1082# CONFIG_QUOTA is not set 1058# CONFIG_QUOTA is not set
1083# CONFIG_DNOTIFY is not set
1084# CONFIG_AUTOFS_FS is not set 1059# CONFIG_AUTOFS_FS is not set
1085# CONFIG_AUTOFS4_FS is not set 1060# CONFIG_AUTOFS4_FS is not set
1086# CONFIG_FUSE_FS is not set 1061# CONFIG_FUSE_FS is not set
@@ -1106,7 +1081,6 @@ CONFIG_PROC_SYSCTL=y
1106CONFIG_SYSFS=y 1081CONFIG_SYSFS=y
1107# CONFIG_TMPFS is not set 1082# CONFIG_TMPFS is not set
1108# CONFIG_HUGETLB_PAGE is not set 1083# CONFIG_HUGETLB_PAGE is not set
1109CONFIG_RAMFS=y
1110# CONFIG_CONFIGFS_FS is not set 1084# CONFIG_CONFIGFS_FS is not set
1111 1085
1112# 1086#
@@ -1121,36 +1095,35 @@ CONFIG_RAMFS=y
1121# CONFIG_EFS_FS is not set 1095# CONFIG_EFS_FS is not set
1122CONFIG_YAFFS_FS=y 1096CONFIG_YAFFS_FS=y
1123CONFIG_YAFFS_YAFFS1=y 1097CONFIG_YAFFS_YAFFS1=y
1098# CONFIG_YAFFS_9BYTE_TAGS is not set
1124# CONFIG_YAFFS_DOES_ECC is not set 1099# CONFIG_YAFFS_DOES_ECC is not set
1125CONFIG_YAFFS_YAFFS2=y 1100CONFIG_YAFFS_YAFFS2=y
1126CONFIG_YAFFS_AUTO_YAFFS2=y 1101CONFIG_YAFFS_AUTO_YAFFS2=y
1127# CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set 1102# CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set
1128CONFIG_YAFFS_CHECKPOINT_RESERVED_BLOCKS=10
1129# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set 1103# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set
1130# CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set 1104# CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set
1131CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y 1105CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y
1132# CONFIG_JFFS2_FS is not set 1106# CONFIG_JFFS2_FS is not set
1133# CONFIG_CRAMFS is not set 1107# CONFIG_CRAMFS is not set
1134# CONFIG_VXFS_FS is not set 1108# CONFIG_VXFS_FS is not set
1109# CONFIG_MINIX_FS is not set
1110# CONFIG_OMFS_FS is not set
1135# CONFIG_HPFS_FS is not set 1111# CONFIG_HPFS_FS is not set
1136# CONFIG_QNX4FS_FS is not set 1112# CONFIG_QNX4FS_FS is not set
1113# CONFIG_ROMFS_FS is not set
1137# CONFIG_SYSV_FS is not set 1114# CONFIG_SYSV_FS is not set
1138# CONFIG_UFS_FS is not set 1115# CONFIG_UFS_FS is not set
1139 1116CONFIG_NETWORK_FILESYSTEMS=y
1140#
1141# Network File Systems
1142#
1143CONFIG_NFS_FS=m 1117CONFIG_NFS_FS=m
1144CONFIG_NFS_V3=y 1118CONFIG_NFS_V3=y
1145# CONFIG_NFS_V3_ACL is not set 1119# CONFIG_NFS_V3_ACL is not set
1146# CONFIG_NFS_V4 is not set 1120# CONFIG_NFS_V4 is not set
1147# CONFIG_NFS_DIRECTIO is not set
1148# CONFIG_NFSD is not set 1121# CONFIG_NFSD is not set
1149CONFIG_LOCKD=m 1122CONFIG_LOCKD=m
1150CONFIG_LOCKD_V4=y 1123CONFIG_LOCKD_V4=y
1151CONFIG_NFS_COMMON=y 1124CONFIG_NFS_COMMON=y
1152CONFIG_SUNRPC=m 1125CONFIG_SUNRPC=m
1153# CONFIG_SUNRPC_BIND34 is not set 1126# CONFIG_SUNRPC_REGISTER_V4 is not set
1154# CONFIG_RPCSEC_GSS_KRB5 is not set 1127# CONFIG_RPCSEC_GSS_KRB5 is not set
1155# CONFIG_RPCSEC_GSS_SPKM3 is not set 1128# CONFIG_RPCSEC_GSS_SPKM3 is not set
1156CONFIG_SMB_FS=m 1129CONFIG_SMB_FS=m
@@ -1159,17 +1132,12 @@ CONFIG_SMB_FS=m
1159# CONFIG_NCP_FS is not set 1132# CONFIG_NCP_FS is not set
1160# CONFIG_CODA_FS is not set 1133# CONFIG_CODA_FS is not set
1161# CONFIG_AFS_FS is not set 1134# CONFIG_AFS_FS is not set
1162# CONFIG_9P_FS is not set
1163 1135
1164# 1136#
1165# Partition Types 1137# Partition Types
1166# 1138#
1167# CONFIG_PARTITION_ADVANCED is not set 1139# CONFIG_PARTITION_ADVANCED is not set
1168CONFIG_MSDOS_PARTITION=y 1140CONFIG_MSDOS_PARTITION=y
1169
1170#
1171# Native Language Support
1172#
1173CONFIG_NLS=m 1141CONFIG_NLS=m
1174CONFIG_NLS_DEFAULT="iso8859-1" 1142CONFIG_NLS_DEFAULT="iso8859-1"
1175# CONFIG_NLS_CODEPAGE_437 is not set 1143# CONFIG_NLS_CODEPAGE_437 is not set
@@ -1210,29 +1178,30 @@ CONFIG_NLS_DEFAULT="iso8859-1"
1210# CONFIG_NLS_KOI8_R is not set 1178# CONFIG_NLS_KOI8_R is not set
1211# CONFIG_NLS_KOI8_U is not set 1179# CONFIG_NLS_KOI8_U is not set
1212# CONFIG_NLS_UTF8 is not set 1180# CONFIG_NLS_UTF8 is not set
1213
1214#
1215# Distributed Lock Manager
1216#
1217# CONFIG_DLM is not set 1181# CONFIG_DLM is not set
1218 1182
1219# 1183#
1220# Profiling support
1221#
1222# CONFIG_PROFILING is not set
1223
1224#
1225# Kernel hacking 1184# Kernel hacking
1226# 1185#
1227# CONFIG_PRINTK_TIME is not set 1186# CONFIG_PRINTK_TIME is not set
1187CONFIG_ENABLE_WARN_DEPRECATED=y
1228CONFIG_ENABLE_MUST_CHECK=y 1188CONFIG_ENABLE_MUST_CHECK=y
1189CONFIG_FRAME_WARN=1024
1229# CONFIG_MAGIC_SYSRQ is not set 1190# CONFIG_MAGIC_SYSRQ is not set
1230# CONFIG_UNUSED_SYMBOLS is not set 1191# CONFIG_UNUSED_SYMBOLS is not set
1231# CONFIG_DEBUG_FS is not set 1192# CONFIG_DEBUG_FS is not set
1232# CONFIG_HEADERS_CHECK is not set 1193# CONFIG_HEADERS_CHECK is not set
1233# CONFIG_DEBUG_KERNEL is not set 1194# CONFIG_DEBUG_KERNEL is not set
1234# CONFIG_DEBUG_BUGVERBOSE is not set 1195# CONFIG_DEBUG_BUGVERBOSE is not set
1196# CONFIG_DEBUG_MEMORY_INIT is not set
1197# CONFIG_RCU_CPU_STALL_DETECTOR is not set
1198# CONFIG_SYSCTL_SYSCALL_CHECK is not set
1199# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
1200# CONFIG_SAMPLES is not set
1201CONFIG_HAVE_ARCH_KGDB=y
1202CONFIG_DEBUG_VERBOSE=y
1235# CONFIG_DEBUG_MMRS is not set 1203# CONFIG_DEBUG_MMRS is not set
1204# CONFIG_DEBUG_DOUBLEFAULT is not set
1236# CONFIG_DEBUG_HUNT_FOR_ZERO is not set 1205# CONFIG_DEBUG_HUNT_FOR_ZERO is not set
1237CONFIG_DEBUG_BFIN_HWTRACE_ON=y 1206CONFIG_DEBUG_BFIN_HWTRACE_ON=y
1238CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_OFF=y 1207CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_OFF=y
@@ -1250,13 +1219,94 @@ CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION=0
1250# 1219#
1251# CONFIG_KEYS is not set 1220# CONFIG_KEYS is not set
1252CONFIG_SECURITY=y 1221CONFIG_SECURITY=y
1222# CONFIG_SECURITYFS is not set
1253# CONFIG_SECURITY_NETWORK is not set 1223# CONFIG_SECURITY_NETWORK is not set
1254CONFIG_SECURITY_CAPABILITIES=y 1224# CONFIG_SECURITY_FILE_CAPABILITIES is not set
1225CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
1226CONFIG_CRYPTO=y
1227
1228#
1229# Crypto core or helper
1230#
1231# CONFIG_CRYPTO_FIPS is not set
1232# CONFIG_CRYPTO_MANAGER is not set
1233# CONFIG_CRYPTO_GF128MUL is not set
1234# CONFIG_CRYPTO_NULL is not set
1235# CONFIG_CRYPTO_CRYPTD is not set
1236# CONFIG_CRYPTO_AUTHENC is not set
1237# CONFIG_CRYPTO_TEST is not set
1238
1239#
1240# Authenticated Encryption with Associated Data
1241#
1242# CONFIG_CRYPTO_CCM is not set
1243# CONFIG_CRYPTO_GCM is not set
1244# CONFIG_CRYPTO_SEQIV is not set
1245
1246#
1247# Block modes
1248#
1249# CONFIG_CRYPTO_CBC is not set
1250# CONFIG_CRYPTO_CTR is not set
1251# CONFIG_CRYPTO_CTS is not set
1252# CONFIG_CRYPTO_ECB is not set
1253# CONFIG_CRYPTO_LRW is not set
1254# CONFIG_CRYPTO_PCBC is not set
1255# CONFIG_CRYPTO_XTS is not set
1256
1257#
1258# Hash modes
1259#
1260# CONFIG_CRYPTO_HMAC is not set
1261# CONFIG_CRYPTO_XCBC is not set
1262
1263#
1264# Digest
1265#
1266# CONFIG_CRYPTO_CRC32C is not set
1267# CONFIG_CRYPTO_MD4 is not set
1268# CONFIG_CRYPTO_MD5 is not set
1269# CONFIG_CRYPTO_MICHAEL_MIC is not set
1270# CONFIG_CRYPTO_RMD128 is not set
1271# CONFIG_CRYPTO_RMD160 is not set
1272# CONFIG_CRYPTO_RMD256 is not set
1273# CONFIG_CRYPTO_RMD320 is not set
1274# CONFIG_CRYPTO_SHA1 is not set
1275# CONFIG_CRYPTO_SHA256 is not set
1276# CONFIG_CRYPTO_SHA512 is not set
1277# CONFIG_CRYPTO_TGR192 is not set
1278# CONFIG_CRYPTO_WP512 is not set
1279
1280#
1281# Ciphers
1282#
1283# CONFIG_CRYPTO_AES is not set
1284# CONFIG_CRYPTO_ANUBIS is not set
1285# CONFIG_CRYPTO_ARC4 is not set
1286# CONFIG_CRYPTO_BLOWFISH is not set
1287# CONFIG_CRYPTO_CAMELLIA is not set
1288# CONFIG_CRYPTO_CAST5 is not set
1289# CONFIG_CRYPTO_CAST6 is not set
1290# CONFIG_CRYPTO_DES is not set
1291# CONFIG_CRYPTO_FCRYPT is not set
1292# CONFIG_CRYPTO_KHAZAD is not set
1293# CONFIG_CRYPTO_SALSA20 is not set
1294# CONFIG_CRYPTO_SEED is not set
1295# CONFIG_CRYPTO_SERPENT is not set
1296# CONFIG_CRYPTO_TEA is not set
1297# CONFIG_CRYPTO_TWOFISH is not set
1298
1299#
1300# Compression
1301#
1302# CONFIG_CRYPTO_DEFLATE is not set
1303# CONFIG_CRYPTO_LZO is not set
1255 1304
1256# 1305#
1257# Cryptographic options 1306# Random Number Generation
1258# 1307#
1259# CONFIG_CRYPTO is not set 1308# CONFIG_CRYPTO_ANSI_CPRNG is not set
1309CONFIG_CRYPTO_HW=y
1260 1310
1261# 1311#
1262# Library routines 1312# Library routines
@@ -1264,8 +1314,10 @@ CONFIG_SECURITY_CAPABILITIES=y
1264CONFIG_BITREVERSE=y 1314CONFIG_BITREVERSE=y
1265CONFIG_CRC_CCITT=m 1315CONFIG_CRC_CCITT=m
1266# CONFIG_CRC16 is not set 1316# CONFIG_CRC16 is not set
1317# CONFIG_CRC_T10DIF is not set
1267# CONFIG_CRC_ITU_T is not set 1318# CONFIG_CRC_ITU_T is not set
1268CONFIG_CRC32=y 1319CONFIG_CRC32=y
1320# CONFIG_CRC7 is not set
1269# CONFIG_LIBCRC32C is not set 1321# CONFIG_LIBCRC32C is not set
1270CONFIG_ZLIB_INFLATE=y 1322CONFIG_ZLIB_INFLATE=y
1271CONFIG_PLIST=y 1323CONFIG_PLIST=y