diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-07-22 11:11:20 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-22 11:44:32 -0400 |
commit | c76578460f1a0c4b77c33b2e8e295ccdfa893cdc (patch) | |
tree | 7bbc2afbffea1cee400c4dee843af766877e95a4 /arch/arm/plat-s3c | |
parent | cbc4dbffc89fbaada94ae7873ad6631a701fd00e (diff) |
[ARM] 4513/1: S3C: Rename CONFIG_S3C2410_LOWLEVEL_UART_PORT
Rename CONFIG_S3C2410_LOWLEVEL_UART_PORT to be
CONFIG_S3C_LOWLEVEL_UART_PORT as we move to using
plat-s3c for base of S3C operations.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r-- | arch/arm/plat-s3c/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig index 6c206ab3a1d5..88d797099bf0 100644 --- a/arch/arm/plat-s3c/Kconfig +++ b/arch/arm/plat-s3c/Kconfig | |||
@@ -93,8 +93,8 @@ config S3C2410_PM_CHECK_CHUNKSIZE | |||
93 | 93 | ||
94 | See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt> | 94 | See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt> |
95 | 95 | ||
96 | config S3C2410_LOWLEVEL_UART_PORT | 96 | config S3C_LOWLEVEL_UART_PORT |
97 | int "S3C2410 UART to use for low-level messages" | 97 | int "S3C UART to use for low-level messages" |
98 | depends on PLAT_S3C | 98 | depends on PLAT_S3C |
99 | default 0 | 99 | default 0 |
100 | help | 100 | help |