summaryrefslogtreecommitdiff
path: root/board/freescale/mx6ull_ddr3_arm2/Kconfig
blob: 2c44a39ab177a5b26b1505dfbbecd2f316d18d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if TARGET_MX6ULL_DDR3_ARM2

config SYS_BOARD
       default "mx6ull_ddr3_arm2"

config SYS_VENDOR
       default "freescale"

config SYS_CONFIG_NAME
       default "mx6ull_ddr3_arm2"

config MX6ULL_DDR3_ARM2_EMMC_REWORK
	bool "Select this for the board with eMMC rework"

config MX6ULL_DDR3_ARM2_TSC_REWORK
        bool "Select this for the board with screen touch rework"

config MX6ULL_DDR3_ARM2_QSPIB_REWORK
        bool "Select this for the board with flash on QSPI-B port rework"

endif