浏览代码

[POWERPC] Only offer CONFIG_BRIQ_PANEL if CONFIG_PPC_CHRP is enabled

since only the briQ has a briQ front panel, and the briQ is a CHRP and
is only supported if CONFIG_PPC_CHRP is set.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Paul Mackerras 18 年之前
父节点
当前提交
2818c5dec5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/char/Kconfig

+ 1 - 1
drivers/char/Kconfig

@@ -497,7 +497,7 @@ config LEGACY_PTY_COUNT
 
 
 config BRIQ_PANEL
 config BRIQ_PANEL
 	tristate 'Total Impact briQ front panel driver'
 	tristate 'Total Impact briQ front panel driver'
-	depends on PPC
+	depends on PPC_CHRP
 	---help---
 	---help---
 	  The briQ is a small footprint CHRP computer with a frontpanel VFD, a
 	  The briQ is a small footprint CHRP computer with a frontpanel VFD, a
 	  tristate led and two switches. It is the size of a CDROM drive.
 	  tristate led and two switches. It is the size of a CDROM drive.