diff options
| author | Paul Mackerras <paulus@samba.org> | 2006-08-25 01:08:21 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-08-25 01:08:21 -0400 |
| commit | 2818c5dec5e28d65d52afbb7695bbbafe6377ee5 (patch) | |
| tree | a061c7228e4716850620a06fde35fd76f7551df6 | |
| parent | ea0763a7e62f60f3e166327268a80f16ad806718 (diff) | |
[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>
| -rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 320ad7ba11..52ea94b891 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
| @@ -497,7 +497,7 @@ config LEGACY_PTY_COUNT | |||
| 497 | 497 | ||
| 498 | config BRIQ_PANEL | 498 | config BRIQ_PANEL |
| 499 | tristate 'Total Impact briQ front panel driver' | 499 | tristate 'Total Impact briQ front panel driver' |
| 500 | depends on PPC | 500 | depends on PPC_CHRP |
| 501 | ---help--- | 501 | ---help--- |
| 502 | The briQ is a small footprint CHRP computer with a frontpanel VFD, a | 502 | The briQ is a small footprint CHRP computer with a frontpanel VFD, a |
| 503 | tristate led and two switches. It is the size of a CDROM drive. | 503 | tristate led and two switches. It is the size of a CDROM drive. |
