Kconfig (f9cd49033b349b8be3bb1f01b39eed837853d880) | Kconfig (786d35d45cc40b2a51a18f73e14e135d47fdced7) |
---|---|
1# Hexagon configuration 2comment "Linux Kernel Configuration for Hexagon" 3 4config HEXAGON 5 def_bool y 6 select HAVE_OPROFILE 7 select USE_GENERIC_SMP_HELPERS if SMP 8 # Other pending projects/to-do items. --- 16 unchanged lines hidden (view full) --- 25 select HAVE_ARCH_TRACEHOOK 26 select NO_IOPORT 27 select GENERIC_IOMAP 28 select GENERIC_SMP_IDLE_THREAD 29 select STACKTRACE_SUPPORT 30 select KTIME_SCALAR 31 select GENERIC_CLOCKEVENTS 32 select GENERIC_CLOCKEVENTS_BROADCAST | 1# Hexagon configuration 2comment "Linux Kernel Configuration for Hexagon" 3 4config HEXAGON 5 def_bool y 6 select HAVE_OPROFILE 7 select USE_GENERIC_SMP_HELPERS if SMP 8 # Other pending projects/to-do items. --- 16 unchanged lines hidden (view full) --- 25 select HAVE_ARCH_TRACEHOOK 26 select NO_IOPORT 27 select GENERIC_IOMAP 28 select GENERIC_SMP_IDLE_THREAD 29 select STACKTRACE_SUPPORT 30 select KTIME_SCALAR 31 select GENERIC_CLOCKEVENTS 32 select GENERIC_CLOCKEVENTS_BROADCAST |
33 select MODULES_USE_ELF_RELA |
|
33 ---help--- 34 Qualcomm Hexagon is a processor architecture designed for high 35 performance and low power across a wide variety of applications. 36 37config HEXAGON_ARCH_V1 38 bool 39 40config HEXAGON_ARCH_V2 --- 154 unchanged lines hidden --- | 34 ---help--- 35 Qualcomm Hexagon is a processor architecture designed for high 36 performance and low power across a wide variety of applications. 37 38config HEXAGON_ARCH_V1 39 bool 40 41config HEXAGON_ARCH_V2 --- 154 unchanged lines hidden --- |