Skip to content

Commit

Permalink
Revert "staging/solo6x10: depend on CONFIG_FONTS"
Browse files Browse the repository at this point in the history
This reverts commit 8c090cf.

CONFIG_FONTS is not about enabling font support, but about enabling
manual selection of built-in fonts.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
Geert Uytterhoeven committed Jun 23, 2013
1 parent 03832aa commit 866f321
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/staging/media/solo6x10/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
config SOLO6X10
tristate "Softlogic 6x10 MPEG codec cards"
depends on PCI && VIDEO_DEV && SND && I2C
depends on FONTS
select VIDEOBUF2_DMA_SG
select VIDEOBUF2_DMA_CONTIG
select SND_PCM
Expand Down
2 changes: 0 additions & 2 deletions drivers/video/console/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ font-objs-$(CONFIG_FONT_MINI_4x6) += font_mini_4x6.o

font-objs += $(font-objs-y)

obj-$(CONFIG_FONTS) += font.o

# Each configuration option enables a list of files.

obj-$(CONFIG_DUMMY_CONSOLE) += dummycon.o
Expand Down

0 comments on commit 866f321

Please sign in to comment.