Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] sparc32: Kconfig fixups

Something reverted most of the arch/sparc/Kconfig changes, leaving
arch/sparc/ unconfigurable. This patch re-removes the parts made redundant
by drivers/Kconfig in addition to a mysterious, spurious second instance of
source "mm/Kconfig". cvs strikes again?

Signed-off-by: William Irwin <wli@holomorphy.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

William Lee Irwin III and committed by
Linus Torvalds
2668fb91 84da7c08

-56
-56
arch/sparc/Kconfig
··· 270 270 271 271 source "drivers/Kconfig" 272 272 273 - config PRINTER 274 - tristate "Parallel printer support" 275 - depends on PARPORT 276 - ---help--- 277 - If you intend to attach a printer to the parallel port of your Linux 278 - box (as opposed to using a serial printer; if the connector at the 279 - printer has 9 or 25 holes ["female"], then it's serial), say Y. 280 - Also read the Printing-HOWTO, available from 281 - <http://www.tldp.org/docs.html#howto>. 282 - 283 - It is possible to share one parallel port among several devices 284 - (e.g. printer and ZIP drive) and it is safe to compile the 285 - corresponding drivers into the kernel. If you want to compile this 286 - driver as a module however, choose M here and read 287 - <file:Documentation/parport.txt>. The module will be called lp. 288 - 289 - If you have several parallel ports, you can specify which ports to 290 - use with the "lp" kernel command line option. (Try "man bootparam" 291 - or see the documentation of your boot loader (silo) about how to pass 292 - options to the kernel at boot time.) The syntax of the "lp" command 293 - line option can be found in <file:drivers/char/lp.c>. 294 - 295 - If you have more than 8 printers, you need to increase the LP_NO 296 - macro in lp.c and the PARPORT_MAX macro in parport.h. 297 - 298 - source "mm/Kconfig" 299 - 300 - endmenu 301 - 302 - source "drivers/base/Kconfig" 303 - 304 - source "drivers/video/Kconfig" 305 - 306 - source "drivers/mtd/Kconfig" 307 - 308 - source "drivers/serial/Kconfig" 309 - 310 273 if !SUN4 311 274 source "drivers/sbus/char/Kconfig" 312 275 endif 313 - 314 - source "drivers/block/Kconfig" 315 - 316 - # Don't frighten a common SBus user 317 - if PCI 318 - 319 - source "drivers/ide/Kconfig" 320 - 321 - endif 322 - 323 - source "drivers/isdn/Kconfig" 324 - 325 - source "drivers/scsi/Kconfig" 326 - 327 - source "drivers/fc4/Kconfig" 328 - 329 - source "drivers/md/Kconfig" 330 - 331 - source "net/Kconfig" 332 276 333 277 # This one must be before the filesystem configs. -DaveM 334 278