Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145)
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

--- 198 unchanged lines hidden (view full) ---

207 fallback, but this option can also be disable to reduce kernel size.
208
209endmenu
210
211endmenu
212
213menu "Kernel type"
214
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

--- 198 unchanged lines hidden (view full) ---

207 fallback, but this option can also be disable to reduce kernel size.
208
209endmenu
210
211endmenu
212
213menu "Kernel type"
214
215source "kernel/Kconfig.preempt"
216
217source "kernel/Kconfig.hz"
218
219endmenu
220
221menu "Bus support"
222
223config PCI
224 bool "PCI support"

--- 23 unchanged lines hidden ---
215source "kernel/Kconfig.hz"
216
217endmenu
218
219menu "Bus support"
220
221config PCI
222 bool "PCI support"

--- 23 unchanged lines hidden ---