浏览代码

[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>
Kyle McMartin 18 年之前
父节点
当前提交
1eb51c362d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/video/console/Kconfig

+ 1 - 1
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