From 0dcae4aa43aead6077bd9a608d07cd9d91011ed9 Mon Sep 17 00:00:00 2001 From: Heesub Shin Date: Wed, 26 Apr 2017 20:32:35 +0900 Subject: [PATCH] s5j/Kconfig: remove knobs for the debug UART Now that the debug UART is configured using CONFIG_UART4_XXX, we do not need to have these Kconfig entries. Change-Id: If3abb6209eb5f9ac0d15e5461e682e2a6814eb06 Signed-off-by: Heesub Shin --- os/arch/arm/src/s5j/Kconfig | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/os/arch/arm/src/s5j/Kconfig b/os/arch/arm/src/s5j/Kconfig index eedfbd8..bd53a63 100644 --- a/os/arch/arm/src/s5j/Kconfig +++ b/os/arch/arm/src/s5j/Kconfig @@ -170,35 +170,6 @@ config S5J_UARTDBG select ARCH_HAVE_UART4 select ARCH_HAVE_SERIAL_TERMIOS -menu "Debug UART Configuration" - depends on S5J_UARTDBG - -config UARTDBG_RXBUFSIZE - int "uartdbg rx buffer size" - default 256 - -config UARTDBG_TXBUFSIZE - int "uartdbg tx buffer size" - default 256 - -config UARTDBG_BAUD - int "baudrate" - default 115200 - -config UARTDBG_BITS - int "uart bits" - default 8 - -config UARTDBG_PARITY - int "party bit" - default 0 - -config UARTDBG_2STOP - int "stop bit" - default 0 - -endmenu - config S5J_PWM bool "PWM" depends on S5J_HAVE_PWM -- 2.7.4