Kconfig (782e6769c0df744e773dc2acff71c974b3bba4e9) Kconfig (522239b445a2de988edb81672963708a6aaf9046)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

424 bool
425 depends on !NO_DMA
426 default y
427
428config SGL_ALLOC
429 bool
430 default n
431
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

424 bool
425 depends on !NO_DMA
426 default y
427
428config SGL_ALLOC
429 bool
430 default n
431
432config NEED_SG_DMA_LENGTH
433 bool
434
435config NEED_DMA_MAP_STATE
436 bool
437
438config ARCH_DMA_ADDR_T_64BIT
439 def_bool 64BIT || PHYS_ADDR_T_64BIT
440
441config IOMMU_HELPER
442 bool
443
444config ARCH_HAS_SYNC_DMA_FOR_DEVICE
445 bool
446
447config ARCH_HAS_SYNC_DMA_FOR_CPU
448 bool
449 select NEED_DMA_MAP_STATE
450
451config DMA_DIRECT_OPS
452 bool
432config DMA_DIRECT_OPS
433 bool
453 depends on HAS_DMA
434 depends on HAS_DMA && (!64BIT || ARCH_DMA_ADDR_T_64BIT)
435 default n
454
436
455config DMA_NONCOHERENT_OPS
456 bool
457 depends on HAS_DMA
458 select DMA_DIRECT_OPS
459
460config DMA_NONCOHERENT_MMAP
461 bool
462 depends on DMA_NONCOHERENT_OPS
463
464config DMA_NONCOHERENT_CACHE_SYNC
465 bool
466 depends on DMA_NONCOHERENT_OPS
467
468config DMA_VIRT_OPS
469 bool
437config DMA_VIRT_OPS
438 bool
470 depends on HAS_DMA
439 depends on HAS_DMA && (!64BIT || ARCH_DMA_ADDR_T_64BIT)
440 default n
471
441
472config SWIOTLB
473 bool
474 select DMA_DIRECT_OPS
475 select NEED_DMA_MAP_STATE
476
477config CHECK_SIGNATURE
478 bool
479
480config CPUMASK_OFFSTACK
481 bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS
482 help
483 Use dynamic allocation for cpumask_var_t, instead of putting
484 them on the stack. This is a bit more expensive, but avoids

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

616 def_bool n
617
618config ARCH_HAS_PMEM_API
619 bool
620
621config ARCH_HAS_UACCESS_FLUSHCACHE
622 bool
623
442config CHECK_SIGNATURE
443 bool
444
445config CPUMASK_OFFSTACK
446 bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS
447 help
448 Use dynamic allocation for cpumask_var_t, instead of putting
449 them on the stack. This is a bit more expensive, but avoids

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

581 def_bool n
582
583config ARCH_HAS_PMEM_API
584 bool
585
586config ARCH_HAS_UACCESS_FLUSHCACHE
587 bool
588
589config ARCH_HAS_UACCESS_MCSAFE
590 bool
591
624config STACKDEPOT
625 bool
626 select STACKTRACE
627
628config SBITMAP
629 bool
630
631config PARMAN

--- 27 unchanged lines hidden ---
592config STACKDEPOT
593 bool
594 select STACKTRACE
595
596config SBITMAP
597 bool
598
599config PARMAN

--- 27 unchanged lines hidden ---