Kconfig (61e0e79ee3c609eb34edf2fe023708cba6a79b1f) Kconfig (dc52ddc0e6f45b04780b26fc0813509f8e798c42)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5config M68K
6 bool
7 default y
8 select HAVE_AOUT

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

57config HZ
58 int
59 default 100
60
61mainmenu "Linux/68k Kernel Configuration"
62
63source "init/Kconfig"
64
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5config M68K
6 bool
7 default y
8 select HAVE_AOUT

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

57config HZ
58 int
59 default 100
60
61mainmenu "Linux/68k Kernel Configuration"
62
63source "init/Kconfig"
64
65source "kernel/Kconfig.freezer"
66
65menu "Platform dependent setup"
66
67config EISA
68 bool
69 ---help---
70 The Extended Industry Standard Architecture (EISA) bus was
71 developed as an open alternative to the IBM MicroChannel bus.
72

--- 550 unchanged lines hidden ---
67menu "Platform dependent setup"
68
69config EISA
70 bool
71 ---help---
72 The Extended Industry Standard Architecture (EISA) bus was
73 developed as an open alternative to the IBM MicroChannel bus.
74

--- 550 unchanged lines hidden ---