mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 00:26:39 +08:00
[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: William Irwin <wli@holomorphy.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
45778ca819
commit
30aaa80885
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user