Commit 7fd9f756 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] Kconfig updates for PA-RISC

Fix some Kconfig dependencies on PA-RISC (Grant Grundler, Martin Schulze,
					  Helge Deller, Matthew Wilcox)
parent 59ee499d
...@@ -450,7 +450,7 @@ config SERIAL_MUX_CONSOLE ...@@ -450,7 +450,7 @@ config SERIAL_MUX_CONSOLE
config PDC_CONSOLE config PDC_CONSOLE
bool "PDC software console support" bool "PDC software console support"
depends on PARISC && !SERIAL_MUX depends on PARISC && !SERIAL_MUX && VT
default n default n
help help
Saying Y here will enable the software based PDC console to be Saying Y here will enable the software based PDC console to be
......
...@@ -6,7 +6,7 @@ menu "Console display driver support" ...@@ -6,7 +6,7 @@ menu "Console display driver support"
config VGA_CONSOLE config VGA_CONSOLE
bool "VGA text console" if EMBEDDED || !X86 bool "VGA text console" if EMBEDDED || !X86
depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K && !PARISC
default y default y
help help
Saying Y here will allow you to use Linux in text mode through a Saying Y here will allow you to use Linux in text mode through a
...@@ -67,7 +67,7 @@ config SGI_NEWPORT_CONSOLE ...@@ -67,7 +67,7 @@ config SGI_NEWPORT_CONSOLE
# bool 'IODC console' CONFIG_IODC_CONSOLE # bool 'IODC console' CONFIG_IODC_CONSOLE
config STI_CONSOLE config STI_CONSOLE
tristate "STI text console" tristate "STI text console"
depends on PARISC depends on PARISC && FRAMEBUFFER_CONSOLE
default y default y
help help
The STI console is the builtin display/keyboard on HP-PARISC The STI console is the builtin display/keyboard on HP-PARISC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment