diff options
-rw-r--r-- | drivers/video/console/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index fc7d9bbb548c..8e8f18d29d7a 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig | |||
@@ -37,6 +37,7 @@ config VGACON_SOFT_SCROLLBACK | |||
37 | config VGACON_SOFT_SCROLLBACK_SIZE | 37 | config VGACON_SOFT_SCROLLBACK_SIZE |
38 | int "Scrollback Buffer Size (in KB)" | 38 | int "Scrollback Buffer Size (in KB)" |
39 | depends on VGACON_SOFT_SCROLLBACK | 39 | depends on VGACON_SOFT_SCROLLBACK |
40 | range 1 1024 | ||
40 | default "64" | 41 | default "64" |
41 | help | 42 | help |
42 | Enter the amount of System RAM to allocate for the scrollback | 43 | Enter the amount of System RAM to allocate for the scrollback |