Kconfig (6a5726dd6fcc330ef386016e160389e05fd0015d) | Kconfig (5e53879008b9acefe9f43498fd36db7376e08739) |
---|---|
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 SPARC 8 bool --- 27 unchanged lines hidden (view full) --- 36 select HAVE_KPROBES 37 select HAVE_LMB 38 select USE_GENERIC_SMP_HELPERS if SMP 39 select RTC_DRV_CMOS 40 select RTC_DRV_BQ4802 41 select RTC_DRV_SUN4V 42 select RTC_DRV_STARFIRE 43 | 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 SPARC 8 bool --- 27 unchanged lines hidden (view full) --- 36 select HAVE_KPROBES 37 select HAVE_LMB 38 select USE_GENERIC_SMP_HELPERS if SMP 39 select RTC_DRV_CMOS 40 select RTC_DRV_BQ4802 41 select RTC_DRV_SUN4V 42 select RTC_DRV_STARFIRE 43 |
44config ARCH_DEFCONFIG 45 string 46 default "arch/sparc/configs/sparc32_defconfig" if SPARC32 47 default "arch/sparc/configs/sparc64_defconfig" if SPARC64 48 49 50 |
|
44config 64BIT 45 def_bool y if SPARC64 46 47config GENERIC_TIME 48 bool 49 default y if SPARC64 50 51config GENERIC_CMOS_UPDATE --- 484 unchanged lines hidden --- | 51config 64BIT 52 def_bool y if SPARC64 53 54config GENERIC_TIME 55 bool 56 default y if SPARC64 57 58config GENERIC_CMOS_UPDATE --- 484 unchanged lines hidden --- |