Kconfig (ae30ceac3c6bbacdb227816abe6f0c7ea867ac7c) Kconfig (a8655e83fc44ec2b92cbea9f3ff3cc0da05a991c)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

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

28config GENERIC_TIME
29 bool
30 default n
31
32config GENERIC_CLOCKEVENTS
33 bool
34 default n
35
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

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

28config GENERIC_TIME
29 bool
30 default n
31
32config GENERIC_CLOCKEVENTS
33 bool
34 default n
35
36config GENERIC_CLOCKEVENTS_BROADCAST
37 bool
38 depends on GENERIC_CLOCKEVENTS
39 default y if SMP && !LOCAL_TIMERS
40
36config MMU
37 bool
38 default y
39
40config NO_IOPORT
41 bool
42 default n
43

--- 1098 unchanged lines hidden ---
41config MMU
42 bool
43 default y
44
45config NO_IOPORT
46 bool
47 default n
48

--- 1098 unchanged lines hidden ---