Commit
022613e0b0753f1261454dea9b07c2e959363af7
Exists in
master
and in
20 other branches
dlt-processor-sdk-linux-03.00.00.04, newt-ti-linux-3.12.y, processor-sdk-linux-01.00.00, processor-sdk-linux-02.00.01, smarc-ti-linux-3.12.10, smarc-ti-linux-3.12.y, smarc-ti-linux-3.14.y, smarc-ti-linux-3.15.y, smarc-ti-lsk-linux-4.1.y, smarct3x-processor-sdk-04.01.00.06, smarct3x-processor-sdk-linux-02.00.01, smarct3x-processor-sdk-linux-03.00.00.04, smarct4x-800-processor-sdk-linux-02.00.01, smarct4x-processor-sdk-04.01.00.06, smarct4x-processor-sdk-linux-02.00.01, smarct4x-processor-sdk-linux-03.00.00.04, ti-linux-3.12.y, ti-linux-3.14.y, ti-linux-3.15.y, ti-lsk-linux-4.1.y
m68k: Move CPU_HAS_* config options
They belong together with the CPU selection
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer<gerg@uclinux.org>
Showing
2 changed files
with
9 additions
and
9 deletions
Side-by-side Diff
... |
... |
@@ -53,15 +53,6 @@ |
53
|
53 |
bool |
54
|
54 |
default y |
55
|
55 |
|
56
|
|
-config CPU_HAS_NO_BITFIELDS |
57
|
|
- bool |
58
|
|
- |
59
|
|
-config CPU_HAS_NO_MULDIV64 |
60
|
|
- bool |
61
|
|
- |
62
|
|
-config CPU_HAS_ADDRESS_SPACES |
63
|
|
- bool |
64
|
|
- |
65
|
56 |
config HZ |
66
|
57 |
int |
67
|
58 |
default 1000 if CLEOPATRA |