Kconfig (2a2ed2db353d949c06b6ef8b6913f65b39111eab) | Kconfig (23f78d4a03c53cbd75d87a795378ea540aa08c86) |
---|---|
1config DEFCONFIG_LIST 2 string 3 option defconfig_list 4 default "/lib/modules/$UNAME_RELEASE/.config" 5 default "/etc/kernel-config" 6 default "/boot/config-$UNAME_RELEASE" 7 default "arch/$ARCH/defconfig" 8 --- 325 unchanged lines hidden (view full) --- 334config BASE_FULL 335 default y 336 bool "Enable full-sized data structures for core" if EMBEDDED 337 help 338 Disabling this option reduces the size of miscellaneous core 339 kernel data structures. This saves memory on small machines, 340 but may reduce performance. 341 | 1config DEFCONFIG_LIST 2 string 3 option defconfig_list 4 default "/lib/modules/$UNAME_RELEASE/.config" 5 default "/etc/kernel-config" 6 default "/boot/config-$UNAME_RELEASE" 7 default "arch/$ARCH/defconfig" 8 --- 325 unchanged lines hidden (view full) --- 334config BASE_FULL 335 default y 336 bool "Enable full-sized data structures for core" if EMBEDDED 337 help 338 Disabling this option reduces the size of miscellaneous core 339 kernel data structures. This saves memory on small machines, 340 but may reduce performance. 341 |
342config RT_MUTEXES 343 boolean 344 select PLIST 345 |
|
342config FUTEX 343 bool "Enable futex support" if EMBEDDED 344 default y | 346config FUTEX 347 bool "Enable futex support" if EMBEDDED 348 default y |
349 select RT_MUTEXES |
|
345 help 346 Disabling this option will cause the kernel to be built without 347 support for "fast userspace mutexes". The resulting kernel may not 348 run glibc-based applications correctly. 349 350config EPOLL 351 bool "Enable eventpoll support" if EMBEDDED 352 default y --- 126 unchanged lines hidden --- | 350 help 351 Disabling this option will cause the kernel to be built without 352 support for "fast userspace mutexes". The resulting kernel may not 353 run glibc-based applications correctly. 354 355config EPOLL 356 bool "Enable eventpoll support" if EMBEDDED 357 default y --- 126 unchanged lines hidden --- |