Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) Kconfig (2eac9c2dfb2b9660d592abbf3d172ebcb0af3719)
1# SPDX-License-Identifier: GPL-2.0
2config ARM
3 bool
4 default y
5 select ARCH_CLOCKSOURCE_DATA
6 select ARCH_DISCARD_MEMBLOCK if !HAVE_ARCH_PFN_VALID && !KEXEC
7 select ARCH_HAS_DEBUG_VIRTUAL if MMU
8 select ARCH_HAS_DEVMEM_IS_ALLOWED

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

326 select ARM_HAS_SG_CHAIN
327 select ARM_PATCH_PHYS_VIRT
328 select AUTO_ZRELADDR
329 select TIMER_OF
330 select COMMON_CLK
331 select GENERIC_CLOCKEVENTS
332 select GENERIC_IRQ_MULTI_HANDLER
333 select HAVE_PCI
1# SPDX-License-Identifier: GPL-2.0
2config ARM
3 bool
4 default y
5 select ARCH_CLOCKSOURCE_DATA
6 select ARCH_DISCARD_MEMBLOCK if !HAVE_ARCH_PFN_VALID && !KEXEC
7 select ARCH_HAS_DEBUG_VIRTUAL if MMU
8 select ARCH_HAS_DEVMEM_IS_ALLOWED

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

326 select ARM_HAS_SG_CHAIN
327 select ARM_PATCH_PHYS_VIRT
328 select AUTO_ZRELADDR
329 select TIMER_OF
330 select COMMON_CLK
331 select GENERIC_CLOCKEVENTS
332 select GENERIC_IRQ_MULTI_HANDLER
333 select HAVE_PCI
334 select PCI_DOMAINS if PCI
334 select PCI_DOMAINS_GENERIC if PCI
335 select SPARSE_IRQ
336 select USE_OF
337
338config ARM_SINGLE_ARMV7M
339 bool "ARMv7-M based platforms (Cortex-M0/M3/M4)"
340 depends on !MMU
341 select ARM_NVIC
342 select AUTO_ZRELADDR

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

1222config ISA_DMA
1223 bool
1224 select ISA_DMA_API
1225
1226# Select ISA DMA interface
1227config ISA_DMA_API
1228 bool
1229
335 select SPARSE_IRQ
336 select USE_OF
337
338config ARM_SINGLE_ARMV7M
339 bool "ARMv7-M based platforms (Cortex-M0/M3/M4)"
340 depends on !MMU
341 select ARM_NVIC
342 select AUTO_ZRELADDR

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

1222config ISA_DMA
1223 bool
1224 select ISA_DMA_API
1225
1226# Select ISA DMA interface
1227config ISA_DMA_API
1228 bool
1229
1230config PCI_DOMAINS
1231 bool "Support for multiple PCI domains"
1232 depends on PCI
1233 help
1234 Enable PCI domains kernel management. Say Y if your machine
1235 has a PCI bus hierarchy that requires more than one PCI
1236 domain (aka segment) to be correctly managed. Say N otherwise.
1237
1238 If you don't know what to do here, say N.
1239
1240config PCI_DOMAINS_GENERIC
1241 def_bool PCI_DOMAINS
1242
1243config PCI_NANOENGINE
1244 bool "BSE nanoEngine PCI support"
1245 depends on SA1100_NANOENGINE
1246 help
1247 Enable PCI on the BSE nanoEngine board.
1248
1249config PCI_SYSCALL
1250 def_bool PCI

--- 931 unchanged lines hidden ---
1230config PCI_NANOENGINE
1231 bool "BSE nanoEngine PCI support"
1232 depends on SA1100_NANOENGINE
1233 help
1234 Enable PCI on the BSE nanoEngine board.
1235
1236config PCI_SYSCALL
1237 def_bool PCI

--- 931 unchanged lines hidden ---