Kconfig (b0b933c08bd5fd053bbba8ba6387f543be03d49f) | Kconfig (bdc807871d58285737d50dc6163d0feb72cb0dc2) |
---|---|
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 --- 41 unchanged lines hidden (view full) --- 50 def_bool y 51 52config NO_DMA 53 def_bool SUN3 54 55config ARCH_SUPPORTS_AOUT 56 def_bool y 57 | 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 --- 41 unchanged lines hidden (view full) --- 50 def_bool y 51 52config NO_DMA 53 def_bool SUN3 54 55config ARCH_SUPPORTS_AOUT 56 def_bool y 57 |
58config HZ 59 int 60 default 100 61 |
|
58mainmenu "Linux/68k Kernel Configuration" 59 60source "init/Kconfig" 61 62menu "Platform dependent setup" 63 64config EISA 65 bool --- 611 unchanged lines hidden --- | 62mainmenu "Linux/68k Kernel Configuration" 63 64source "init/Kconfig" 65 66menu "Platform dependent setup" 67 68config EISA 69 bool --- 611 unchanged lines hidden --- |