Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) Kconfig (c0053bd50af57c4ebf032a9de1b07ca78c982452)
1menu "TI OMAP/AM/DM/DRA Family"
2 depends on ARCH_MULTI_V6 || ARCH_MULTI_V7
3
4config ARCH_OMAP2
5 bool "TI OMAP2"
6 depends on ARCH_MULTI_V6
7 select ARCH_OMAP2PLUS
8 select CPU_V6

--- 226 unchanged lines hidden (view full) ---

235 users who will wish to say yes at this point - almost everyone will
236 wish to say no. Selecting yes without understanding what is
237 going on could result in system crashes;
238
239endmenu
240
241endif
242
1menu "TI OMAP/AM/DM/DRA Family"
2 depends on ARCH_MULTI_V6 || ARCH_MULTI_V7
3
4config ARCH_OMAP2
5 bool "TI OMAP2"
6 depends on ARCH_MULTI_V6
7 select ARCH_OMAP2PLUS
8 select CPU_V6

--- 226 unchanged lines hidden (view full) ---

235 users who will wish to say yes at this point - almost everyone will
236 wish to say no. Selecting yes without understanding what is
237 going on could result in system crashes;
238
239endmenu
240
241endif
242
243config OMAP5_ERRATA_801819
244 bool "Errata 801819: An eviction from L1 data cache might stall indefinitely"
245 depends on SOC_OMAP5 || SOC_DRA7XX
246 help
247 A livelock can occur in the L2 cache arbitration that might prevent
248 a snoop from completing. Under certain conditions this can cause the
249 system to deadlock.
250
243endmenu
251endmenu