projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbb004
)
[IA64] a fix towards allmodconfig build
author
Luck, Tony
<tony.luck@intel.com>
Thu, 16 Nov 2006 08:43:12 +0000
(
00:43
-0800)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 16 Nov 2006 19:25:12 +0000
(11:25 -0800)
The HP_SIMSCSI driver can't be built as a module (unhealthy dependencies on
things that shouldn't really be exported).
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/hp/sim/Kconfig
patch
|
blob
|
history
diff --git
a/arch/ia64/hp/sim/Kconfig
b/arch/ia64/hp/sim/Kconfig
index 18ccb1266e182d00a54cbcd53b0e0087bd5a68a4..f92306bbedb848eb146ece3afde7729abdddac13 100644
(file)
--- a/
arch/ia64/hp/sim/Kconfig
+++ b/
arch/ia64/hp/sim/Kconfig
@@
-13,8
+13,8
@@
config HP_SIMSERIAL_CONSOLE
depends on HP_SIMSERIAL
config HP_SIMSCSI
-
tristate
"Simulated SCSI disk"
- depends on SCSI
+
bool
"Simulated SCSI disk"
+ depends on SCSI
=y
endmenu