diff options
author | Kyle McMartin <kyle@parisc-linux.org> | 2007-06-29 02:15:12 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@minerva.i.cabal.ca> | 2007-08-27 00:29:24 -0400 |
commit | 1eb51c362d5e7b3e2cc741d87872aa4fc867de42 (patch) | |
tree | c3a85ef5109fe5c49f80122afcbd23c66bbde731 /drivers/video | |
parent | 03b18f1b2afeac76840648b4232d8e53cfb7ec84 (diff) |
[PARISC] Do not allow STI_CONSOLE to be modular
It doesn't really make much sense, anyways, and would need a pile of
symbols exported.
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/console/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index 49643969f9f..5db6b1e489b 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig @@ -145,7 +145,7 @@ config FRAMEBUFFER_CONSOLE_ROTATION oriented. config STI_CONSOLE - tristate "STI text console" + bool "STI text console" depends on PARISC default y help |