diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index 5b98ce29fe65957b69038629d3d2054b94d9629a..88d0003f49ec154e5ef47c8cc9fa433ae3e8fb31 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -548,6 +548,7 @@ config TARGET_S
 
 config TARGET_SES
 	bool "ses"
+	select MX6Q
 
 config TARGET_SNAP
 	bool "snap"
diff --git a/configs/ses_q2g_defconfig b/configs/ses_q2g_defconfig
index e5635283a0c3e8f87fa6efed84f8654e47565b85..8e2fe3a0704928a34ea9e6a53c5fddf4f2de97ed 100644
--- a/configs/ses_q2g_defconfig
+++ b/configs/ses_q2g_defconfig
@@ -4,7 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x17800000
 CONFIG_TARGET_SES=y
 CONFIG_ENV_VARS_UBOOT_CONFIG=y
 CONFIG_NR_DRAM_BANKS=1
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/ses/ses_q2g.cfg,MX6Q,DDR_MB=2048,DEFCONFIG=\"ses_q2g\""
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/ses/ses_q2g.cfg,DDR_MB=2048,DEFCONFIG=\"ses_q2g\""
 CONFIG_BOOTDELAY=3
 CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
 CONFIG_SUPPORT_RAW_INITRD=y