Kconfig (ccfe27d7000668b02d10fc3e06aa49e3e3603162) | Kconfig (a6475c132278c1be158a13872c233aeab8a00176) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3 4mainmenu "Linux/Microblaze Kernel Configuration" 5 6config MICROBLAZE 7 def_bool y 8 select HAVE_LMB --- 242 unchanged lines hidden (view full) --- 251source "mm/Kconfig" 252 253menu "Exectuable file formats" 254 255source "fs/Kconfig.binfmt" 256 257endmenu 258 | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3 4mainmenu "Linux/Microblaze Kernel Configuration" 5 6config MICROBLAZE 7 def_bool y 8 select HAVE_LMB --- 242 unchanged lines hidden (view full) --- 251source "mm/Kconfig" 252 253menu "Exectuable file formats" 254 255source "fs/Kconfig.binfmt" 256 257endmenu 258 |
259menu "Bus Options" 260 261config PCI 262 bool "PCI support" 263 264config PCI_DOMAINS 265 def_bool PCI 266 267config PCI_SYSCALL 268 def_bool PCI 269 270source "drivers/pci/Kconfig" 271 272endmenu 273 |
|
259source "net/Kconfig" 260 261source "drivers/Kconfig" 262 263source "fs/Kconfig" 264 265source "arch/microblaze/Kconfig.debug" 266 267source "security/Kconfig" 268 269source "crypto/Kconfig" 270 271source "lib/Kconfig" | 274source "net/Kconfig" 275 276source "drivers/Kconfig" 277 278source "fs/Kconfig" 279 280source "arch/microblaze/Kconfig.debug" 281 282source "security/Kconfig" 283 284source "crypto/Kconfig" 285 286source "lib/Kconfig" |