Skip to content

Commit

Permalink
[POWERPC] Only offer CONFIG_BRIQ_PANEL if CONFIG_PPC_CHRP is enabled
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mackerras committed Aug 25, 2006
1 parent ea0763a commit 2818c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ config LEGACY_PTY_COUNT

config BRIQ_PANEL
tristate 'Total Impact briQ front panel driver'
depends on PPC
depends on PPC_CHRP
---help---
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.
Expand Down

0 comments on commit 2818c5d

Please sign in to comment.