Kconfig (e199e6136ce6b151e6638ae93dca60748424d900) Kconfig (838a2e55e6a4e9e8a10451ed2ef0f7a08dabdb04)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/PA-RISC Kernel Configuration"
7
8config PARISC
9 def_bool y
10 select HAVE_IDE
11 select HAVE_OPROFILE
12 select HAVE_FUNCTION_TRACER if 64BIT
13 select HAVE_FUNCTION_GRAPH_TRACER if 64BIT
14 select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT
15 select RTC_CLASS

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

61config GENERIC_HWEIGHT
62 bool
63 default y
64
65config GENERIC_CALIBRATE_DELAY
66 bool
67 default y
68
1config PARISC
2 def_bool y
3 select HAVE_IDE
4 select HAVE_OPROFILE
5 select HAVE_FUNCTION_TRACER if 64BIT
6 select HAVE_FUNCTION_GRAPH_TRACER if 64BIT
7 select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT
8 select RTC_CLASS

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

54config GENERIC_HWEIGHT
55 bool
56 default y
57
58config GENERIC_CALIBRATE_DELAY
59 bool
60 default y
61
62config GENERIC_TIME
63 bool
64 default y
65
69config TIME_LOW_RES
70 bool
71 depends on SMP
72 default y
73
74config GENERIC_HARDIRQS
75 def_bool y
76

--- 226 unchanged lines hidden ---
66config TIME_LOW_RES
67 bool
68 depends on SMP
69 default y
70
71config GENERIC_HARDIRQS
72 def_bool y
73

--- 226 unchanged lines hidden ---