Kconfig (b22364c8eec89e6b0c081a237f3b6348df87796f) | Kconfig (c33df4eaaf41fd3e34837a6ae9a5f9970c393d9f) |
---|---|
1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$UNAME_RELEASE/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$UNAME_RELEASE" 8 default "arch/$ARCH/defconfig" --- 266 unchanged lines hidden (view full) --- 275 This option enables support for relay interface support in 276 certain file systems (such as debugfs). 277 It is designed to provide an efficient mechanism for tools and 278 facilities to relay large amounts of data from kernel space to 279 user space. 280 281 If unsure, say N. 282 | 1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$UNAME_RELEASE/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$UNAME_RELEASE" 8 default "arch/$ARCH/defconfig" --- 266 unchanged lines hidden (view full) --- 275 This option enables support for relay interface support in 276 certain file systems (such as debugfs). 277 It is designed to provide an efficient mechanism for tools and 278 facilities to relay large amounts of data from kernel space to 279 user space. 280 281 If unsure, say N. 282 |
283if BLK_DEV_INITRD 284 |
|
283source "usr/Kconfig" 284 | 285source "usr/Kconfig" 286 |
287endif 288 |
|
285config CC_OPTIMIZE_FOR_SIZE 286 bool "Optimize for size (Look out for broken compilers!)" 287 default y 288 depends on ARM || H8300 || EXPERIMENTAL 289 help 290 Enabling this option will pass "-Os" instead of "-O2" to gcc 291 resulting in a smaller kernel. 292 --- 282 unchanged lines hidden --- | 289config CC_OPTIMIZE_FOR_SIZE 290 bool "Optimize for size (Look out for broken compilers!)" 291 default y 292 depends on ARM || H8300 || EXPERIMENTAL 293 help 294 Enabling this option will pass "-Os" instead of "-O2" to gcc 295 resulting in a smaller kernel. 296 --- 282 unchanged lines hidden --- |