Skip to content

Commit

Permalink
h8300: Mark H83002 and H83048 CPU support broken
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven committed Jun 23, 2013
1 parent 9ac6adb commit a4cb378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/h8300/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ choice

config H83002
bool "H8/3001,3002,3003"
depends on BROKEN
select CPU_H8300H

config H83007
Expand All @@ -72,6 +73,7 @@ config H83007

config H83048
bool "H8/3044,3045,3046,3047,3048,3052"
depends on BROKEN
select CPU_H8300H

config H83068
Expand Down

0 comments on commit a4cb378

Please sign in to comment.