Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30aaa808 authored by William Lee Irwin III's avatar William Lee Irwin III Committed by Linus Torvalds
Browse files

[PATCH] use drivers/Kconfig for sparc32



Kconfig is spitting out massive numbers of errors and so on.  This patch
switches arch/sparc/Kconfig to use drivers/Kconfig so those stop.

Signed-off-by: default avatarWilliam Irwin <wli@holomorphy.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 45778ca8
Loading
Loading
Loading
Loading
+5 −11
Original line number Diff line number Diff line
@@ -264,7 +264,11 @@ config SUNOS_EMUL
	  want to run SunOS binaries on an Ultra you must also say Y to
	  "Kernel support for 32-bit a.out binaries" above.

source "drivers/parport/Kconfig"
source "mm/Kconfig"

endmenu

source "drivers/Kconfig"

config PRINTER
	tristate "Parallel printer support"
@@ -374,18 +378,8 @@ config UNIX98_PTY_COUNT

endmenu

source "drivers/input/Kconfig"

source "fs/Kconfig"

source "sound/Kconfig"

source "drivers/usb/Kconfig"

source "drivers/infiniband/Kconfig"

source "drivers/char/watchdog/Kconfig"

source "arch/sparc/Kconfig.debug"

source "security/Kconfig"