From c0af46f0bc0fb04f9f2fdd55dd8e013531a8749d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 11 Jun 2007 15:31:30 +0800 Subject: [PATCH] --- yaml --- r: 57799 b: refs/heads/master c: 4dfefcf05417f98292a92f2face186d261867952 h: refs/heads/master i: 57797: fa6af358c61ebc74c987c16cfe92c56f06f6943b 57795: 2d7615469afd081609a763ac9b0b0aa98724047e 57791: c88d7bdebc820b7ec8790919169a9e596e9badc2 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Kconfig | 35 ----------------------------------- 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/[refs] b/[refs] index eceafaea8ac3..bff9728b4d19 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e3b2d3f33b3c1ef36b5c77ef581506915c73aad6 +refs/heads/master: 4dfefcf05417f98292a92f2face186d261867952 diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index b1b111bb2f3a..1fad8560c7af 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -394,41 +394,6 @@ config BFIN_IDLE_LED_PIN default 0x08 if (BFIN533_STAMP && BFIN_IDLE_LED_NUM = 2) default 0x10 if (BFIN533_STAMP && BFIN_IDLE_LED_NUM = 3) -comment "Console UART Setup" - -choice - prompt "Baud Rate" - default BAUD_57600 -config BAUD_9600 - bool "9600" -config BAUD_19200 - bool "19200" -config BAUD_38400 - bool "38400" -config BAUD_57600 - bool "57600" -config BAUD_115200 - bool "115200" -endchoice - -choice - prompt "Parity" - default BAUD_NO_PARITY -config BAUD_NO_PARITY - bool "No Parity" -config BAUD_PARITY - bool "Parity" -endchoice - -choice - prompt "Stop Bits" - default BAUD_1_STOPBIT -config BAUD_1_STOPBIT - bool "1" -config BAUD_2_STOPBIT - bool "2" -endchoice - endmenu