Kconfig (31d1b7710262fba12282b24083f20dc76e0efc93) | Kconfig (8636a1f9677db4f883f29a072f401303acfc2edd) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6config 64BIT 7 bool 8 --- 273 unchanged lines hidden (view full) --- 282 def_bool PCI 283 284source "drivers/pci/Kconfig" 285 286endmenu 287 288menu "Power management options" 289 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6config 64BIT 7 bool 8 --- 273 unchanged lines hidden (view full) --- 282 def_bool PCI 283 284source "drivers/pci/Kconfig" 285 286endmenu 287 288menu "Power management options" 289 |
290source kernel/power/Kconfig | 290source "kernel/power/Kconfig" |
291 292endmenu | 291 292endmenu |