diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-13 13:44:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-13 13:44:45 -0400 |
commit | 31c4ab430a448cfb13fc88779d8a870c7af9f72b (patch) | |
tree | aec64a8204ea8f89e9743cb16253de9deea4200d /drivers | |
parent | 8b69ad0e690eb5f38c23087247a12e5fde1baeff (diff) | |
parent | f24ae12b3eeb1b956b752d4d5907e311cfa95a1a (diff) |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Workaround for a sparse warning in include/asm-mips/mach-tx4927/ioremap.h
[MIPS] Make show_code static and add __user tag
[MIPS] Workaround for a sparse warning in include/asm-mips/compat.h
[MIPS] Add some __user tags
[MIPS] math-emu minor cleanup
[MIPS] Kill CONFIG_TX4927BUG_WORKAROUND
[MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_FB_XPERT98
[MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1000_SRC_CLK
[MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1000_USE32K
[MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1XXX_PSC_SPI
[CHAR] Delete leftovers of old Alchemy UART driver
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index a31c6d2c061f..f6648682b43a 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -374,20 +374,6 @@ config ISTALLION | |||
374 | To compile this driver as a module, choose M here: the | 374 | To compile this driver as a module, choose M here: the |
375 | module will be called istallion. | 375 | module will be called istallion. |
376 | 376 | ||
377 | config AU1000_UART | ||
378 | bool "Enable Au1000 UART Support" | ||
379 | depends on SERIAL_NONSTANDARD && MIPS | ||
380 | help | ||
381 | If you have an Alchemy AU1000 processor (MIPS based) and you want | ||
382 | to use serial ports, say Y. Otherwise, say N. | ||
383 | |||
384 | config AU1000_SERIAL_CONSOLE | ||
385 | bool "Enable Au1000 serial console" | ||
386 | depends on AU1000_UART | ||
387 | help | ||
388 | If you have an Alchemy AU1000 processor (MIPS based) and you want | ||
389 | to use a console on a serial port, say Y. Otherwise, say N. | ||
390 | |||
391 | config SERIAL_DEC | 377 | config SERIAL_DEC |
392 | bool "DECstation serial support" | 378 | bool "DECstation serial support" |
393 | depends on MACH_DECSTATION | 379 | depends on MACH_DECSTATION |