diff options
| -rw-r--r-- | drivers/tty/serial/samsung.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index 236abae97613..af821a908720 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c | |||
| @@ -2396,6 +2396,7 @@ static struct platform_driver samsung_serial_driver = { | |||
| 2396 | 2396 | ||
| 2397 | module_platform_driver(samsung_serial_driver); | 2397 | module_platform_driver(samsung_serial_driver); |
| 2398 | 2398 | ||
| 2399 | #ifdef CONFIG_SERIAL_SAMSUNG_CONSOLE | ||
| 2399 | /* | 2400 | /* |
| 2400 | * Early console. | 2401 | * Early console. |
| 2401 | */ | 2402 | */ |
| @@ -2498,6 +2499,7 @@ OF_EARLYCON_DECLARE(exynos4210, "samsung,exynos4210-uart", | |||
| 2498 | s5pv210_early_console_setup); | 2499 | s5pv210_early_console_setup); |
| 2499 | EARLYCON_DECLARE(s5pv210, s5pv210_early_console_setup); | 2500 | EARLYCON_DECLARE(s5pv210, s5pv210_early_console_setup); |
| 2500 | EARLYCON_DECLARE(exynos4210, s5pv210_early_console_setup); | 2501 | EARLYCON_DECLARE(exynos4210, s5pv210_early_console_setup); |
| 2502 | #endif | ||
| 2501 | 2503 | ||
| 2502 | MODULE_ALIAS("platform:samsung-uart"); | 2504 | MODULE_ALIAS("platform:samsung-uart"); |
| 2503 | MODULE_DESCRIPTION("Samsung SoC Serial port driver"); | 2505 | MODULE_DESCRIPTION("Samsung SoC Serial port driver"); |
