Kconfig (08d99b2c23dfa84ca5b5e5c194062a0550888b71) | Kconfig (2ce0d7f9766f0e49bb54f149c77bae89464932fb) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 66 unchanged lines hidden (view full) --- 75 bool 76 77config ARCH_USE_CMPXCHG_LOCKREF 78 bool 79 80config ARCH_HAS_FAST_MULTIPLIER 81 bool 82 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 66 unchanged lines hidden (view full) --- 75 bool 76 77config ARCH_USE_CMPXCHG_LOCKREF 78 bool 79 80config ARCH_HAS_FAST_MULTIPLIER 81 bool 82 |
83config ARCH_USE_SYM_ANNOTATIONS 84 bool 85 |
|
83config INDIRECT_PIO 84 bool "Access I/O in non-MMIO mode" 85 depends on ARM64 86 help 87 On some platforms where no separate I/O space exists, there are I/O 88 hosts which can not be accessed in MMIO mode. Using the logical PIO 89 mechanism, the host-local I/O resource can be mapped into system 90 logic PIO space shared with MMIO hosts, such as PCI/PCIe, then the --- 582 unchanged lines hidden --- | 86config INDIRECT_PIO 87 bool "Access I/O in non-MMIO mode" 88 depends on ARM64 89 help 90 On some platforms where no separate I/O space exists, there are I/O 91 hosts which can not be accessed in MMIO mode. Using the logical PIO 92 mechanism, the host-local I/O resource can be mapped into system 93 logic PIO space shared with MMIO hosts, such as PCI/PCIe, then the --- 582 unchanged lines hidden --- |