Kconfig (d2f6409584e2c62ffad81690562330ff3bf4a458) | Kconfig (d5950b4355049092739bea97d1bdc14433126cc5) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5config ALPHA 6 bool 7 default y 8 help --- 582 unchanged lines hidden (view full) --- 591 592 This driver is also available as a module and will be called 593 srm_env then. 594 595source "fs/Kconfig.binfmt" 596 597endmenu 598 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5config ALPHA 6 bool 7 default y 8 help --- 582 unchanged lines hidden (view full) --- 591 592 This driver is also available as a module and will be called 593 srm_env then. 594 595source "fs/Kconfig.binfmt" 596 597endmenu 598 |
599source "net/Kconfig" 600 |
|
599source "drivers/Kconfig" 600 601source "fs/Kconfig" 602 603source "arch/alpha/oprofile/Kconfig" 604 605source "arch/alpha/Kconfig.debug" 606 607source "security/Kconfig" 608 609source "crypto/Kconfig" 610 611source "lib/Kconfig" 612 | 601source "drivers/Kconfig" 602 603source "fs/Kconfig" 604 605source "arch/alpha/oprofile/Kconfig" 606 607source "arch/alpha/Kconfig.debug" 608 609source "security/Kconfig" 610 611source "crypto/Kconfig" 612 613source "lib/Kconfig" 614 |