mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/RPi/linux: update kernel config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
aa768e399e
commit
ae35c122c6
@ -127,10 +127,9 @@ CONFIG_PERF_USE_VMALLOC=y
|
|||||||
# CONFIG_PERF_EVENTS is not set
|
# CONFIG_PERF_EVENTS is not set
|
||||||
# CONFIG_PERF_COUNTERS is not set
|
# CONFIG_PERF_COUNTERS is not set
|
||||||
# CONFIG_VM_EVENT_COUNTERS is not set
|
# CONFIG_VM_EVENT_COUNTERS is not set
|
||||||
# CONFIG_SLUB_DEBUG is not set
|
|
||||||
# CONFIG_COMPAT_BRK is not set
|
# CONFIG_COMPAT_BRK is not set
|
||||||
# CONFIG_SLAB is not set
|
CONFIG_SLAB=y
|
||||||
CONFIG_SLUB=y
|
# CONFIG_SLUB is not set
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
CONFIG_HAVE_OPROFILE=y
|
CONFIG_HAVE_OPROFILE=y
|
||||||
@ -145,6 +144,7 @@ CONFIG_HAVE_DMA_API_DEBUG=y
|
|||||||
# GCOV-based kernel profiling
|
# GCOV-based kernel profiling
|
||||||
#
|
#
|
||||||
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
|
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
|
||||||
|
CONFIG_SLABINFO=y
|
||||||
CONFIG_RT_MUTEXES=y
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
CONFIG_MODULES=y
|
CONFIG_MODULES=y
|
||||||
@ -175,27 +175,27 @@ CONFIG_DEFAULT_IOSCHED="cfq"
|
|||||||
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK is not set
|
CONFIG_INLINE_SPIN_UNLOCK=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
|
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_READ_TRYLOCK is not set
|
# CONFIG_INLINE_READ_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK is not set
|
# CONFIG_INLINE_READ_LOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_BH is not set
|
# CONFIG_INLINE_READ_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK is not set
|
CONFIG_INLINE_READ_UNLOCK=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
|
CONFIG_INLINE_READ_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK is not set
|
# CONFIG_INLINE_WRITE_LOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK is not set
|
CONFIG_INLINE_WRITE_UNLOCK=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
|
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_MUTEX_SPIN_ON_OWNER is not set
|
# CONFIG_MUTEX_SPIN_ON_OWNER is not set
|
||||||
CONFIG_FREEZER=y
|
CONFIG_FREEZER=y
|
||||||
@ -322,10 +322,9 @@ CONFIG_VMSPLIT_3G=y
|
|||||||
# CONFIG_VMSPLIT_2G is not set
|
# CONFIG_VMSPLIT_2G is not set
|
||||||
# CONFIG_VMSPLIT_1G is not set
|
# CONFIG_VMSPLIT_1G is not set
|
||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
CONFIG_PAGE_OFFSET=0xC0000000
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
CONFIG_PREEMPT_NONE=y
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
# CONFIG_PREEMPT_VOLUNTARY is not set
|
||||||
CONFIG_PREEMPT=y
|
# CONFIG_PREEMPT is not set
|
||||||
CONFIG_PREEMPT_COUNT=y
|
|
||||||
CONFIG_HZ=100
|
CONFIG_HZ=100
|
||||||
CONFIG_AEABI=y
|
CONFIG_AEABI=y
|
||||||
# CONFIG_OABI_COMPAT is not set
|
# CONFIG_OABI_COMPAT is not set
|
||||||
@ -1878,9 +1877,8 @@ CONFIG_DEBUG_KERNEL=y
|
|||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
# CONFIG_TIMER_STATS is not set
|
# CONFIG_TIMER_STATS is not set
|
||||||
# CONFIG_DEBUG_OBJECTS is not set
|
# CONFIG_DEBUG_OBJECTS is not set
|
||||||
# CONFIG_SLUB_STATS is not set
|
# CONFIG_DEBUG_SLAB is not set
|
||||||
# CONFIG_DEBUG_KMEMLEAK is not set
|
# CONFIG_DEBUG_KMEMLEAK is not set
|
||||||
CONFIG_DEBUG_PREEMPT=y
|
|
||||||
# CONFIG_DEBUG_RT_MUTEXES is not set
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
# CONFIG_RT_MUTEX_TESTER is not set
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user