diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-05-04 12:53:12 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-06-23 15:24:07 +0400 |
commit | a18327f35a879a6467c3e901da7f68944b191732 (patch) | |
tree | 5acc314f227141876c362fee27af3e8ffebd4797 /arch/arm/Kconfig.debug | |
parent | 291e99a112f9bf34c027031de7ef8b94a2692937 (diff) | |
download | linux-a18327f35a879a6467c3e901da7f68944b191732.tar.xz |
[ARM] S3C: Remove unused CONFIG_DEBUG_S3C_PORT
Remove the unused CONFIG_DEBUG_S3C_PORT as we currently only have
support for using the S3C UARTs via the low-level debug code.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index a71fd941ade7..a89e4734b8f0 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -99,14 +99,6 @@ config DEBUG_CLPS711X_UART2 output to the second serial port on these devices. Saying N will cause the debug messages to appear on the first serial port. -config DEBUG_S3C_PORT - depends on DEBUG_LL && PLAT_S3C - bool "Kernel low-level debugging messages via S3C UART" - help - Say Y here if you want debug print routines to go to one of the - S3C internal UARTs. The chosen UART must have been configured - before it is used. - config DEBUG_S3C_UART depends on PLAT_S3C int "S3C UART to use for low-level debug" |