cris: Switch cris to drivers/Kconfig
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 14 May 2013 11:54:21 +0000 (13:54 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 16 Jun 2013 11:47:42 +0000 (13:47 +0200)
allmodconfig:

drivers/video/console/fonts.c:71:2: error: #error No fonts configured.

This is caused by cris not using the generic drivers/Kconfig, and thus not
traversing drivers/video/console/Kconfig.
As the build system does traverse drivers/video/console/Makefile, fonts.c
was compiled with an inconsistent configuration.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

No differences found