Kconfig (02f7a18935eef0e56d9180fc3c35da6aad1ff3bb) | Kconfig (451d7400a34cb679369e337d67f0238ed410f484) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/SPARC Kernel Configuration" 6 7config 64BIT 8 bool "64-bit kernel" if ARCH = "sparc" --- 12 unchanged lines hidden (view full) --- 21 select HAVE_IDE 22 select HAVE_OPROFILE 23 select HAVE_ARCH_KGDB if !SMP || SPARC64 24 select HAVE_ARCH_TRACEHOOK 25 select ARCH_WANT_OPTIONAL_GPIOLIB 26 select RTC_CLASS 27 select RTC_DRV_M48T59 28 select HAVE_DMA_ATTRS | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/SPARC Kernel Configuration" 6 7config 64BIT 8 bool "64-bit kernel" if ARCH = "sparc" --- 12 unchanged lines hidden (view full) --- 21 select HAVE_IDE 22 select HAVE_OPROFILE 23 select HAVE_ARCH_KGDB if !SMP || SPARC64 24 select HAVE_ARCH_TRACEHOOK 25 select ARCH_WANT_OPTIONAL_GPIOLIB 26 select RTC_CLASS 27 select RTC_DRV_M48T59 28 select HAVE_DMA_ATTRS |
29 select HAVE_DMA_API_DEBUG |
|
29 30config SPARC32 31 def_bool !64BIT 32 33config SPARC64 34 def_bool 64BIT 35 select ARCH_SUPPORTS_MSI 36 select HAVE_FUNCTION_TRACER --- 502 unchanged lines hidden --- | 30 31config SPARC32 32 def_bool !64BIT 33 34config SPARC64 35 def_bool 64BIT 36 select ARCH_SUPPORTS_MSI 37 select HAVE_FUNCTION_TRACER --- 502 unchanged lines hidden --- |