quark_se: Remove pipe config defaults

Making pipe driver configuration for quark_se makes no sense for the
board. First it simply wrong since IRQs for serial are 5 and 6 and
when using PIPE care should be taken to allocate right way serial and
Bluetooth for the given UARTs.

Change-Id: I4cb3227a8be34fbfa089a457e6d9977e4adcfd19
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-01-28 16:26:26 +02:00 committed by Anas Nashif
commit 28198fcca5

View file

@ -354,17 +354,6 @@ config BLUETOOTH_UART_IRQ_PRI
endif endif
if UART_PIPE
config UART_PIPE_ON_DEV_NAME
default "UART_1"
config UART_PIPE_IRQ
default 38
config UART_PIPE_IRQ_PRI
default 3
endif
if PWM if PWM
if PWM_DW if PWM_DW