File tree Expand file tree Collapse file tree 9 files changed +4
-28
lines changed Expand file tree Collapse file tree 9 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 18
18
#include <asm/io.h>
19
19
#include <asm/machdep.h>
20
20
21
- #if defined(CONFIG_M68328 )
22
- #include <asm/MC68328.h>
23
- #elif defined(CONFIG_M68EZ328 )
21
+ #if defined(CONFIG_M68EZ328 )
24
22
#include <asm/MC68EZ328.h>
25
23
#elif defined(CONFIG_M68VZ328 )
26
24
#include <asm/MC68VZ328.h>
25
+ #else
26
+ #include <asm/MC68328.h>
27
27
#endif
28
28
29
29
/* assembler routines */
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ config M68000
46
46
select GENERIC_CSUM
47
47
select CPU_NO_EFFICIENT_FFS
48
48
select HAVE_ARCH_HASH
49
+ select LEGACY_TIMER_TICK
49
50
help
50
51
The Freescale (was Motorola) 68000 CPU is the first generation of
51
52
the well known M68K family of processors. The CPU core as well as
@@ -97,23 +98,20 @@ config M68060
97
98
config M68328
98
99
bool
99
100
depends on !MMU
100
- select LEGACY_TIMER_TICK
101
101
select M68000
102
102
help
103
103
Motorola 68328 processor support.
104
104
105
105
config M68EZ328
106
106
bool
107
107
depends on !MMU
108
- select LEGACY_TIMER_TICK
109
108
select M68000
110
109
help
111
110
Motorola 68EX328 processor support.
112
111
113
112
config M68VZ328
114
113
bool
115
114
depends on !MMU
116
- select LEGACY_TIMER_TICK
117
115
select M68000
118
116
help
119
117
Motorola 68VZ328 processor support.
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ CONFIG_PACKET=y
27
27
CONFIG_UNIX=y
28
28
CONFIG_INET=y
29
29
CONFIG_SYN_COOKIES=y
30
- # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
31
- # CONFIG_INET_XFRM_MODE_TUNNEL is not set
32
- # CONFIG_INET_XFRM_MODE_BEET is not set
33
30
# CONFIG_IPV6 is not set
34
31
# CONFIG_WIRELESS is not set
35
32
# CONFIG_UEVENT_HELPER is not set
@@ -85,7 +82,6 @@ CONFIG_ROMFS_FS=y
85
82
CONFIG_ROMFS_BACKED_BY_BOTH=y
86
83
# CONFIG_NETWORK_FILESYSTEMS is not set
87
84
CONFIG_PRINTK_TIME=y
88
- # CONFIG_ENABLE_MUST_CHECK is not set
89
85
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
90
86
CONFIG_PANIC_ON_OOPS=y
91
87
# CONFIG_SCHED_DEBUG is not set
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ CONFIG_NET=y
21
21
CONFIG_PACKET=y
22
22
CONFIG_UNIX=y
23
23
CONFIG_INET=y
24
- # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
25
- # CONFIG_INET_XFRM_MODE_TUNNEL is not set
26
- # CONFIG_INET_XFRM_MODE_BEET is not set
27
24
# CONFIG_INET_DIAG is not set
28
25
# CONFIG_IPV6 is not set
29
26
# CONFIG_FW_LOADER is not set
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ CONFIG_NET=y
22
22
CONFIG_PACKET=y
23
23
CONFIG_UNIX=y
24
24
CONFIG_INET=y
25
- # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
26
- # CONFIG_INET_XFRM_MODE_TUNNEL is not set
27
- # CONFIG_INET_XFRM_MODE_BEET is not set
28
25
# CONFIG_INET_DIAG is not set
29
26
# CONFIG_IPV6 is not set
30
27
# CONFIG_FW_LOADER is not set
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ CONFIG_NET=y
22
22
CONFIG_PACKET=y
23
23
CONFIG_UNIX=y
24
24
CONFIG_INET=y
25
- # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
26
- # CONFIG_INET_XFRM_MODE_TUNNEL is not set
27
- # CONFIG_INET_XFRM_MODE_BEET is not set
28
25
# CONFIG_INET_DIAG is not set
29
26
# CONFIG_IPV6 is not set
30
27
# CONFIG_FW_LOADER is not set
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ CONFIG_NET=y
22
22
CONFIG_PACKET=y
23
23
CONFIG_UNIX=y
24
24
CONFIG_INET=y
25
- # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
26
- # CONFIG_INET_XFRM_MODE_TUNNEL is not set
27
- # CONFIG_INET_XFRM_MODE_BEET is not set
28
25
# CONFIG_INET_DIAG is not set
29
26
# CONFIG_IPV6 is not set
30
27
# CONFIG_FW_LOADER is not set
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ CONFIG_NET=y
22
22
CONFIG_PACKET=y
23
23
CONFIG_UNIX=y
24
24
CONFIG_INET=y
25
- # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
26
- # CONFIG_INET_XFRM_MODE_TUNNEL is not set
27
- # CONFIG_INET_XFRM_MODE_BEET is not set
28
25
# CONFIG_INET_DIAG is not set
29
26
# CONFIG_IPV6 is not set
30
27
# CONFIG_FW_LOADER is not set
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ CONFIG_NET=y
23
23
CONFIG_PACKET=y
24
24
CONFIG_UNIX=y
25
25
CONFIG_INET=y
26
- # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
27
- # CONFIG_INET_XFRM_MODE_TUNNEL is not set
28
- # CONFIG_INET_XFRM_MODE_BEET is not set
29
26
# CONFIG_INET_DIAG is not set
30
27
# CONFIG_IPV6 is not set
31
28
# CONFIG_FW_LOADER is not set
You can’t perform that action at this time.
0 commit comments