summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2017-01-25 07:42:47 -0500
committerAnas Nashif <nashif@linux.intel.com>2017-01-25 20:43:18 +0000
commit42e1c9ca34421a4c80f9e8d92c78d913dbcf112c (patch)
treef8c5b81bf7ced38cb5c22df668dd64015fdc64da /arch
parent41ffe0240df7823ec23f3145643cc8e8bb42e713 (diff)
pinmux: make pinmux_dev the default pinmux driver for quark
Jira: ZEP-958 Change-Id: Ib6c528a103372d5084efa5ae8635803e2912e0dd Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series5
-rw-r--r--arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series5
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series b/arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series
index c8d044cef..a8c7de72f 100644
--- a/arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series
+++ b/arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series
@@ -52,6 +52,11 @@ config QMSI
config QMSI_BUILTIN
def_bool y
+if PINMUX
+config PINMUX_QMSI
+ def_bool y
+endif
+
if UART_QMSI
config UART_QMSI_0
def_bool y
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 12c1b7736..fcabdef71 100644
--- a/arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series
+++ b/arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series
@@ -48,6 +48,11 @@ config PWM_QMSI
def_bool y
endif
+if PINMUX
+config PINMUX_QMSI
+ def_bool y
+endif
+
if GPIO
config GPIO_QMSI
def_bool y