diff options
Diffstat (limited to 'board/freescale/mx6sx_17x17_arm2/Kconfig')
-rw-r--r-- | board/freescale/mx6sx_17x17_arm2/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/board/freescale/mx6sx_17x17_arm2/Kconfig b/board/freescale/mx6sx_17x17_arm2/Kconfig new file mode 100644 index 0000000..6977baa --- /dev/null +++ b/board/freescale/mx6sx_17x17_arm2/Kconfig @@ -0,0 +1,14 @@ +if TARGET_MX6SX_17X17_ARM2 || TARGET_MX6SX_14X14_ARM2 + +config SYS_BOARD + default "mx6sx_17x17_arm2" + +config SYS_VENDOR + default "freescale" + +config SYS_CONFIG_NAME + default "mx6sx_17x17_arm2" + +config LPDDR2 + bool "Select for the board using LPDDR2 not default DDR3" +endif |