projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea0763a
)
[POWERPC] Only offer CONFIG_BRIQ_PANEL if CONFIG_PPC_CHRP is enabled
author
Paul Mackerras
<paulus@samba.org>
Fri, 25 Aug 2006 05:08:21 +0000
(15:08 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 25 Aug 2006 05:08:21 +0000
(15:08 +1000)
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>
drivers/char/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/Kconfig
b/drivers/char/Kconfig
index 320ad7ba11d4412d960337df312e27a723403550..52ea94b891f59cedb6a8d50794240d43c37598d6 100644
(file)
--- a/
drivers/char/Kconfig
+++ b/
drivers/char/Kconfig
@@
-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.