Kconfig (67207b9664a8d603138ef1556141e6d0a102bea7) | Kconfig (51d3082fe6e55aecfa17113dbe98077c749f724c) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7config PPC64 8 bool "64-bit kernel" --- 36 unchanged lines hidden (view full) --- 45 default y 46 47config PPC 48 bool 49 default y 50 51config EARLY_PRINTK 52 bool | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7config PPC64 8 bool "64-bit kernel" --- 36 unchanged lines hidden (view full) --- 45 default y 46 47config PPC 48 bool 49 default y 50 51config EARLY_PRINTK 52 bool |
53 default y if PPC64 | 53 default y |
54 55config COMPAT 56 bool 57 default y if PPC64 58 59config SYSVIPC_COMPAT 60 bool 61 depends on COMPAT && SYSVIPC --- 887 unchanged lines hidden --- | 54 55config COMPAT 56 bool 57 default y if PPC64 58 59config SYSVIPC_COMPAT 60 bool 61 depends on COMPAT && SYSVIPC --- 887 unchanged lines hidden --- |