diff options
author | Andrew Morton <akpm@osdl.org> | 2006-07-09 01:38:56 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-07-31 01:55:04 -0400 |
commit | 4288b92b9644fdb4c6168273873fe08f32090d7a (patch) | |
tree | 9f62e8416d65281e3566ec0632b3955b6be16fe0 /drivers/char/Kconfig | |
parent | 790e05d8c2b9941218c7c9ffb5c318382fab0a8b (diff) |
[POWERPC] briq_panel Kconfig fix
drivers/char/briq_panel.c:28:22: error: asm/prom.h: No such file or directory
Cc: Jeremy Kerr <jk@ozlabs.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index a7ef542afbc2..320ad7ba11d4 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -497,6 +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 | ---help--- | 501 | ---help--- |
501 | 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 |
502 | 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. |