Kconfig (d2f6409584e2c62ffad81690562330ff3bf4a458) | Kconfig (d5950b4355049092739bea97d1bdc14433126cc5) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 770 unchanged lines hidden (view full) --- 779 help 780 This is the filename of the ramdisk image to be built into the 781 kernel. Relative pathnames are relative to arch/sh/ramdisk/. 782 The ramdisk image is not part of the kernel distribution; you must 783 provide one yourself. 784 785endmenu 786 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 770 unchanged lines hidden (view full) --- 779 help 780 This is the filename of the ramdisk image to be built into the 781 kernel. Relative pathnames are relative to arch/sh/ramdisk/. 782 The ramdisk image is not part of the kernel distribution; you must 783 provide one yourself. 784 785endmenu 786 |
787source "net/Kconfig" 788 |
|
787source "drivers/Kconfig" 788 789source "fs/Kconfig" 790 791source "arch/sh/oprofile/Kconfig" 792 793source "arch/sh/Kconfig.debug" 794 795source "security/Kconfig" 796 797source "crypto/Kconfig" 798 799source "lib/Kconfig" | 789source "drivers/Kconfig" 790 791source "fs/Kconfig" 792 793source "arch/sh/oprofile/Kconfig" 794 795source "arch/sh/Kconfig.debug" 796 797source "security/Kconfig" 798 799source "crypto/Kconfig" 800 801source "lib/Kconfig" |