From addb12b4632981385e76a97bef18bd7b49836124 Mon Sep 17 00:00:00 2001 From: Savinay Dharmappa Date: Thu, 20 Jul 2017 13:14:27 +0530 Subject: [PATCH] arch: quark_se: select config UART_QMSI_0 by default 'commit ("devicetree: Generate BLUETOOTH_UART ,UART_PIPE etc config from dt")' created a dependency of selecting UART_QMSI_0 on device tree. This change is reverted as it incorrect. Signed-off-by: Savinay Dharmappa --- arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series b/arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series index 7553c0fa956..e09b3dbb2d6 100644 --- a/arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series +++ b/arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series @@ -201,10 +201,10 @@ if BLUETOOTH_H4 if !HAS_DTS config BLUETOOTH_UART_ON_DEV_NAME default UART_QMSI_0_NAME +endif config UART_QMSI_0 def_bool y -endif if !HAS_DTS config UART_QMSI_0_BAUDRATE