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:
parent
cc438c208e
commit
70611f4c81
1 changed files with 0 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue