quark d2000: remove bluetooth configuration from SoC
Bluetooth is not an SoC feature of the D2000. Change-Id: Ibc8a8e6986a7da227fc42cb833fe8508696b104a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fcf98d1534
commit
dc8f7b1573
1 changed files with 1 additions and 18 deletions
|
@ -73,23 +73,6 @@ config UART_QMSI_1_IRQ_PRI
|
|||
default 0
|
||||
endif # UART_QMSI
|
||||
|
||||
if BLUETOOTH_UART
|
||||
|
||||
config BLUETOOTH_UART_ON_DEV_NAME
|
||||
default "UART_1"
|
||||
|
||||
endif
|
||||
|
||||
if UART_PIPE
|
||||
|
||||
config UART_PIPE_ON_DEV_NAME
|
||||
default "UART_1"
|
||||
|
||||
endif
|
||||
|
||||
config BLUETOOTH_MONITOR_ON_DEV_NAME
|
||||
default "UART_1" if BLUETOOTH_DEBUG_MONITOR
|
||||
|
||||
if WATCHDOG
|
||||
config WDT_QMSI
|
||||
def_bool y
|
||||
|
@ -107,7 +90,6 @@ config RTC_0_IRQ_PRI
|
|||
|
||||
endif # RTC
|
||||
|
||||
|
||||
if GPIO
|
||||
|
||||
config GPIO_QMSI
|
||||
|
@ -116,6 +98,7 @@ config GPIO_QMSI_0
|
|||
def_bool y
|
||||
config GPIO_QMSI_0_IRQ_PRI
|
||||
default 0
|
||||
|
||||
endif # GPIO
|
||||
|
||||
if PWM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue