]> git.karo-electronics.de Git - karo-tx-linux.git/commit
h8300: Mark H83002 and H83048 CPU support broken
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 17 May 2013 09:05:25 +0000 (11:05 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 27 May 2013 17:33:08 +0000 (19:33 +0200)
commit31b1644e15d9e107d1a08c54837196e80e7b7b18
tree3a74aa55bdf3601b433a3023a7ff1418a4d0f299
parent6b3aa457e48e2c7e489cde052bbbbaa35eb4bf21
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>
arch/h8300/Kconfig.cpu