Kconfig (4a95857a875e887cc958c92fe9d2cde6184d2ec0) | Kconfig (0774a6ed294b963dc76df2d8342ab86d030759ec) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Hexagon configuration 3comment "Linux Kernel Configuration for Hexagon" 4 5config HEXAGON 6 def_bool y 7 select ARCH_32BIT_OFF_T 8 select ARCH_HAS_SYNC_DMA_FOR_DEVICE --- 13 unchanged lines hidden (view full) --- 22 select GENERIC_IRQ_SHOW 23 select HAVE_ARCH_KGDB 24 select HAVE_ARCH_TRACEHOOK 25 select NEED_SG_DMA_LENGTH 26 select NO_IOPORT_MAP 27 select GENERIC_IOMAP 28 select GENERIC_SMP_IDLE_THREAD 29 select STACKTRACE_SUPPORT | 1# SPDX-License-Identifier: GPL-2.0 2# Hexagon configuration 3comment "Linux Kernel Configuration for Hexagon" 4 5config HEXAGON 6 def_bool y 7 select ARCH_32BIT_OFF_T 8 select ARCH_HAS_SYNC_DMA_FOR_DEVICE --- 13 unchanged lines hidden (view full) --- 22 select GENERIC_IRQ_SHOW 23 select HAVE_ARCH_KGDB 24 select HAVE_ARCH_TRACEHOOK 25 select NEED_SG_DMA_LENGTH 26 select NO_IOPORT_MAP 27 select GENERIC_IOMAP 28 select GENERIC_SMP_IDLE_THREAD 29 select STACKTRACE_SUPPORT |
30 select GENERIC_CLOCKEVENTS | |
31 select GENERIC_CLOCKEVENTS_BROADCAST 32 select MODULES_USE_ELF_RELA 33 select GENERIC_CPU_DEVICES 34 select SET_FS 35 help 36 Qualcomm Hexagon is a processor architecture designed for high 37 performance and low power across a wide variety of applications. 38 --- 108 unchanged lines hidden --- | 30 select GENERIC_CLOCKEVENTS_BROADCAST 31 select MODULES_USE_ELF_RELA 32 select GENERIC_CPU_DEVICES 33 select SET_FS 34 help 35 Qualcomm Hexagon is a processor architecture designed for high 36 performance and low power across a wide variety of applications. 37 --- 108 unchanged lines hidden --- |