~ubuntu-branches/ubuntu/vivid/linux-fsl-imx51/vivid

« back to all changes in this revision

Viewing changes to drivers/serial/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Andy Whitcroft, Amit Kucheria, Andy Whitcroft, Bryan Wu, Upstream Kernel Changes
  • Date: 2010-01-11 16:26:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100111162627-1q2fl9tcuwcywt1e
Tags: 2.6.31-602.4
[ Amit Kucheria ]

* Update to official 2.6.31 BSP release from Freescale

[ Andy Whitcroft ]

* drop a number of modules no longer built

[ Bryan Wu ]

* [Config] Update configs after applying .31 patchset from Freescale
* [Config] Sync with imx51_defconfig from Freescale BSP

[ Upstream Kernel Changes ]

* Update to official 2.6.31 BSP release from Freescale.

Show diffs side-by-side

added added

removed removed

Lines of Context:
328
328
          your boot loader (lilo or loadlin) about how to pass options to the
329
329
          kernel at boot time.)
330
330
 
 
331
config SERIAL_STMP_DBG
 
332
        tristate "STMP debug serial port support"
 
333
        depends on ARCH_STMP3XXX
 
334
        select SERIAL_CORE
 
335
        help
 
336
          Driver for Sigmatel 36XX/37XX internal debug serial port
 
337
 
 
338
config SERIAL_STMP_DBG_CONSOLE
 
339
        bool "Support for console on STMP37XX DBG serial port"
 
340
        depends on SERIAL_STMP_DBG=y
 
341
        select SERIAL_CORE_CONSOLE
 
342
        ---help---
 
343
          Say Y here if you wish to use the STMP36XX/37XX debug serial port as the
 
344
          system console (the system console is the device which receives all
 
345
          kernel messages and warnings and which allows logins in single user
 
346
          mode).
 
347
 
 
348
          Even if you say Y here, the currently visible framebuffer console
 
349
          (/dev/tty0) will still be used as the system console by default, but
 
350
          you can alter that using a kernel command line option such as
 
351
          "console=ttyAM0". (Try "man bootparam" or see the documentation of
 
352
          your boot loader (lilo or loadlin) about how to pass options to the
 
353
          kernel at boot time.)
 
354
 
 
355
config SERIAL_STMP_APP
 
356
        tristate "STMP app serial port support"
 
357
        depends on ARCH_STMP3XXX
 
358
        select SERIAL_CORE
 
359
        help
 
360
          Driver for Sigmatel 36XX/37XX internal application serial port
331
361
 
332
362
config SERIAL_AMBA_PL011
333
363
        tristate "ARM AMBA PL011 serial port support"