diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-05-17 05:05:25 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-23 09:55:08 -0400 |
commit | a4cb378f4b90c4ab452db203d58e8b24328ee37c (patch) | |
tree | 8187263846086d1e64599a34087bf887cdb8dcd8 /arch/h8300/Kconfig.cpu | |
parent | 9ac6adbcab11b5fe65fb281bf407527ff23166bc (diff) |
h8300: Mark H83002 and H83048 CPU support broken
arch/h8300/include/asm/io.h supports only H83007 (H8/3006,3007), H83068
(H8/3065,3066,3067,3068,3069), and H8S2678 (H8S/2670,2673,2674R,2675,2676)
CPU types.
Hence disable H83002 (H8/3001,3002,3003) and H83048
(H8/3044,3045,3046,3047,3048,3052) CPU support at the Kconfig level.
This fixes build failures in allmodconfig/allyesconfig builds, as these
always choose the first CPU type (H83002), which was unsupported:
arch/h8300/include/asm/io.h:13:2: error: #error UNKNOWN CPU TYPE
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/h8300/Kconfig.cpu')
-rw-r--r-- | arch/h8300/Kconfig.cpu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu index c8ea74a29cd3..cdee771460ed 100644 --- a/arch/h8300/Kconfig.cpu +++ b/arch/h8300/Kconfig.cpu | |||
@@ -64,6 +64,7 @@ choice | |||
64 | 64 | ||
65 | config H83002 | 65 | config H83002 |
66 | bool "H8/3001,3002,3003" | 66 | bool "H8/3001,3002,3003" |
67 | depends on BROKEN | ||
67 | select CPU_H8300H | 68 | select CPU_H8300H |
68 | 69 | ||
69 | config H83007 | 70 | config H83007 |
@@ -72,6 +73,7 @@ config H83007 | |||
72 | 73 | ||
73 | config H83048 | 74 | config H83048 |
74 | bool "H8/3044,3045,3046,3047,3048,3052" | 75 | bool "H8/3044,3045,3046,3047,3048,3052" |
76 | depends on BROKEN | ||
75 | select CPU_H8300H | 77 | select CPU_H8300H |
76 | 78 | ||
77 | config H83068 | 79 | config H83068 |