Kbuild: Fix duplicated ksymbol UART_INTERRUPT_DRIVEN.

This commit removes the UART_INTERRUPT_DRIVEN kconfig symbol from
the console section.
The symbols is already covered as a serial driver symbol and it
is a serial feature releated configuration option.

Change-Id: I4b9438d79eb7850b1293d5d963a75ce00733dbf7
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
Juan Manuel Cruz 2015-05-20 15:23:09 -05:00 committed by Anas Nashif
commit 70611f4c81

View file

@ -30,15 +30,6 @@
# POSSIBILITY OF SUCH DAMAGE.
#
config UART_INTERRUPT_DRIVEN
bool
prompt "Interrupt driven UART support"
depends on DRV_CONSOLE
default n
help
This option enables interrupt support for UART allowing console
input and UART based drivers.
config CONSOLE_HANDLER
bool
prompt "Enable console input handler"