diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-05-14 07:54:21 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-16 07:47:42 -0400 |
commit | acf836301e4b8f3101c5f83e4a52dbb6c3899314 (patch) | |
tree | af52605ec3d810515171d1ba9883744da9908c42 /arch/cris | |
parent | cd07f4f3bb9744034693ff012f640bcacaf5c1c6 (diff) |
cris: Switch cris to drivers/Kconfig
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>
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/Kconfig | 32 | ||||
-rw-r--r-- | arch/cris/arch-v32/drivers/Kconfig | 7 |
2 files changed, 1 insertions, 38 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 8769a9045a54..9f3c54360e78 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -637,40 +637,10 @@ endchoice | |||
637 | 637 | ||
638 | endmenu | 638 | endmenu |
639 | 639 | ||
640 | source "drivers/base/Kconfig" | 640 | source "drivers/Kconfig" |
641 | |||
642 | # standard linux drivers | ||
643 | source "drivers/mtd/Kconfig" | ||
644 | |||
645 | source "drivers/parport/Kconfig" | ||
646 | |||
647 | source "drivers/pnp/Kconfig" | ||
648 | |||
649 | source "drivers/block/Kconfig" | ||
650 | |||
651 | source "drivers/ide/Kconfig" | ||
652 | |||
653 | source "drivers/net/Kconfig" | ||
654 | |||
655 | source "drivers/i2c/Kconfig" | ||
656 | |||
657 | source "drivers/rtc/Kconfig" | ||
658 | |||
659 | # | ||
660 | # input before char - char/joystick depends on it. As does USB. | ||
661 | # | ||
662 | source "drivers/input/Kconfig" | ||
663 | |||
664 | source "drivers/char/Kconfig" | ||
665 | 641 | ||
666 | source "fs/Kconfig" | 642 | source "fs/Kconfig" |
667 | 643 | ||
668 | source "drivers/usb/Kconfig" | ||
669 | |||
670 | source "drivers/uwb/Kconfig" | ||
671 | |||
672 | source "drivers/staging/Kconfig" | ||
673 | |||
674 | source "arch/cris/Kconfig.debug" | 644 | source "arch/cris/Kconfig.debug" |
675 | 645 | ||
676 | source "security/Kconfig" | 646 | source "security/Kconfig" |
diff --git a/arch/cris/arch-v32/drivers/Kconfig b/arch/cris/arch-v32/drivers/Kconfig index c55971a40c34..f64779c1fb3c 100644 --- a/arch/cris/arch-v32/drivers/Kconfig +++ b/arch/cris/arch-v32/drivers/Kconfig | |||
@@ -641,8 +641,6 @@ config ETRAX_STREAMCOPROC | |||
641 | This option enables a driver for the stream co-processor | 641 | This option enables a driver for the stream co-processor |
642 | for cryptographic operations. | 642 | for cryptographic operations. |
643 | 643 | ||
644 | source drivers/mmc/Kconfig | ||
645 | |||
646 | config ETRAX_MMC_IOP | 644 | config ETRAX_MMC_IOP |
647 | tristate "MMC/SD host driver using IO-processor" | 645 | tristate "MMC/SD host driver using IO-processor" |
648 | depends on ETRAX_ARCH_V32 && MMC | 646 | depends on ETRAX_ARCH_V32 && MMC |
@@ -834,9 +832,4 @@ config ETRAX_SPI_MMC_WP_GPIO_PIN | |||
834 | The pin to use for the SD/MMC write-protect signal for a memory | 832 | The pin to use for the SD/MMC write-protect signal for a memory |
835 | card. If defined as " " (space), the card is considered writable. | 833 | card. If defined as " " (space), the card is considered writable. |
836 | 834 | ||
837 | # Avoid choices causing non-working configs by conditionalizing the inclusion. | ||
838 | if ETRAX_SPI_MMC | ||
839 | source drivers/spi/Kconfig | ||
840 | endif | ||
841 | |||
842 | endif | 835 | endif |