Kconfig (c09c9dd2e9c732658c744a802101d5c34fedde22) Kconfig (7f7e92f7553c663fc1c53f999b0bf88e2d1f30a7)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

507config UCS2_STRING
508 tristate
509
510source "lib/fonts/Kconfig"
511
512config SG_SPLIT
513 def_bool n
514 help
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

507config UCS2_STRING
508 tristate
509
510source "lib/fonts/Kconfig"
511
512config SG_SPLIT
513 def_bool n
514 help
515 Provides a heler to split scatterlists into chunks, each chunk being a
516 scatterlist. This should be selected by a driver or an API which
517 whishes to split a scatterlist amongst multiple DMA channel.
515 Provides a helper to split scatterlists into chunks, each chunk being
516 a scatterlist. This should be selected by a driver or an API which
517 whishes to split a scatterlist amongst multiple DMA channels.
518
519#
520# sg chaining option
521#
522
523config ARCH_HAS_SG_CHAIN
524 def_bool n
525
526config ARCH_HAS_PMEM_API
527 bool
528
529config ARCH_HAS_MMIO_FLUSH
530 bool
531
532endmenu
518
519#
520# sg chaining option
521#
522
523config ARCH_HAS_SG_CHAIN
524 def_bool n
525
526config ARCH_HAS_PMEM_API
527 bool
528
529config ARCH_HAS_MMIO_FLUSH
530 bool
531
532endmenu