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/PA-RISC Kernel Configuration" 7 8config PARISC --- 176 unchanged lines hidden (view full) --- 185 186 187menu "Executable file formats" 188 189source "fs/Kconfig.binfmt" 190 191endmenu 192 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/PA-RISC Kernel Configuration" 7 8config PARISC --- 176 unchanged lines hidden (view full) --- 185 186 187menu "Executable file formats" 188 189source "fs/Kconfig.binfmt" 190 191endmenu 192 |
193source "net/Kconfig" 194 |
|
193source "drivers/Kconfig" 194 195source "fs/Kconfig" 196 197source "arch/parisc/oprofile/Kconfig" 198 199source "arch/parisc/Kconfig.debug" 200 201source "security/Kconfig" 202 203source "crypto/Kconfig" 204 205source "lib/Kconfig" | 195source "drivers/Kconfig" 196 197source "fs/Kconfig" 198 199source "arch/parisc/oprofile/Kconfig" 200 201source "arch/parisc/Kconfig.debug" 202 203source "security/Kconfig" 204 205source "crypto/Kconfig" 206 207source "lib/Kconfig" |