diff options
Diffstat (limited to 'drivers/char/Kconfig')
| -rw-r--r-- | drivers/char/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 0f175a866ef0..b7980a83ce2d 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | menu "Character devices" | 5 | menu "Character devices" |
| 6 | 6 | ||
| 7 | config VT | 7 | config VT |
| 8 | bool "Virtual terminal" if EMBEDDED | 8 | bool "Virtual terminal" if EXPERT |
| 9 | depends on !S390 | 9 | depends on !S390 |
| 10 | select INPUT | 10 | select INPUT |
| 11 | default y | 11 | default y |
| @@ -39,13 +39,13 @@ config VT | |||
| 39 | config CONSOLE_TRANSLATIONS | 39 | config CONSOLE_TRANSLATIONS |
| 40 | depends on VT | 40 | depends on VT |
| 41 | default y | 41 | default y |
| 42 | bool "Enable character translations in console" if EMBEDDED | 42 | bool "Enable character translations in console" if EXPERT |
| 43 | ---help--- | 43 | ---help--- |
| 44 | This enables support for font mapping and Unicode translation | 44 | This enables support for font mapping and Unicode translation |
| 45 | on virtual consoles. | 45 | on virtual consoles. |
| 46 | 46 | ||
| 47 | config VT_CONSOLE | 47 | config VT_CONSOLE |
| 48 | bool "Support for console on virtual terminal" if EMBEDDED | 48 | bool "Support for console on virtual terminal" if EXPERT |
| 49 | depends on VT | 49 | depends on VT |
| 50 | default y | 50 | default y |
| 51 | ---help--- | 51 | ---help--- |
| @@ -426,10 +426,10 @@ config SGI_MBCS | |||
| 426 | If you have an SGI Altix with an attached SABrick | 426 | If you have an SGI Altix with an attached SABrick |
| 427 | say Y or M here, otherwise say N. | 427 | say Y or M here, otherwise say N. |
| 428 | 428 | ||
| 429 | source "drivers/serial/Kconfig" | 429 | source "drivers/tty/serial/Kconfig" |
| 430 | 430 | ||
| 431 | config UNIX98_PTYS | 431 | config UNIX98_PTYS |
| 432 | bool "Unix98 PTY support" if EMBEDDED | 432 | bool "Unix98 PTY support" if EXPERT |
| 433 | default y | 433 | default y |
| 434 | ---help--- | 434 | ---help--- |
| 435 | A pseudo terminal (PTY) is a software device consisting of two | 435 | A pseudo terminal (PTY) is a software device consisting of two |
| @@ -495,7 +495,7 @@ config LEGACY_PTY_COUNT | |||
| 495 | 495 | ||
| 496 | config TTY_PRINTK | 496 | config TTY_PRINTK |
| 497 | bool "TTY driver to output user messages via printk" | 497 | bool "TTY driver to output user messages via printk" |
| 498 | depends on EMBEDDED | 498 | depends on EXPERT |
| 499 | default n | 499 | default n |
| 500 | ---help--- | 500 | ---help--- |
| 501 | If you say Y here, the support for writing user messages (i.e. | 501 | If you say Y here, the support for writing user messages (i.e. |
