Blame view

configs/mx6memcal_defconfig 1.14 KB
baefb63a1   Eric Nelson   mx6: Add board mx...
1
2
  CONFIG_ARM=y
  CONFIG_ARCH_MX6=y
278b90ce7   Tom Rini   configs: Migrate ...
3
  CONFIG_SYS_TEXT_BASE=0x17800000
baefb63a1   Eric Nelson   mx6: Add board mx...
4
5
6
7
8
9
10
  CONFIG_SPL_LIBCOMMON_SUPPORT=y
  CONFIG_SPL_LIBGENERIC_SUPPORT=y
  CONFIG_MX6_DDRCAL=y
  CONFIG_TARGET_MX6MEMCAL=y
  CONFIG_SPL_SERIAL_SUPPORT=y
  CONFIG_SPL_WATCHDOG_SUPPORT=y
  CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,SPL,MX6QDL"
d021e9421   Adam Ford   Convert CONFIG_BO...
11
  CONFIG_SUPPORT_RAW_INITRD=y
baefb63a1   Eric Nelson   mx6: Add board mx...
12
  CONFIG_SPL=y
0093b3fcd   Eric Nelson   mx6memcal: enable...
13
14
  CONFIG_SPL_USB_HOST_SUPPORT=y
  CONFIG_SPL_USB_GADGET_SUPPORT=y
b432b1ebd   Faiz Abbas   spl: Kconfig: Ren...
15
  CONFIG_SPL_USB_ETHER=y
0093b3fcd   Eric Nelson   mx6memcal: enable...
16
  CONFIG_SPL_USB_SDP_SUPPORT=y
baefb63a1   Eric Nelson   mx6: Add board mx...
17
  CONFIG_HUSH_PARSER=y
baefb63a1   Eric Nelson   mx6: Add board mx...
18
19
20
21
  # CONFIG_CMD_BOOTD is not set
  # CONFIG_CMD_BOOTM is not set
  # CONFIG_CMD_ELF is not set
  # CONFIG_CMD_IMI is not set
baefb63a1   Eric Nelson   mx6: Add board mx...
22
23
24
25
26
27
  # CONFIG_CMD_XIMG is not set
  # CONFIG_CMD_EXPORTENV is not set
  # CONFIG_CMD_IMPORTENV is not set
  # CONFIG_CMD_EDITENV is not set
  # CONFIG_CMD_SAVEENV is not set
  # CONFIG_CMD_ENV_EXISTS is not set
baefb63a1   Eric Nelson   mx6: Add board mx...
28
  CONFIG_CMD_MEMINFO=y
cc9467ef7   Eric Nelson   mx6memcal: launde...
29
  CONFIG_CMD_MEMTEST=y
baefb63a1   Eric Nelson   mx6: Add board mx...
30
  # CONFIG_CMD_FLASH is not set
cc9467ef7   Eric Nelson   mx6memcal: launde...
31
32
  # CONFIG_CMD_LOADB is not set
  # CONFIG_CMD_LOADS is not set
baefb63a1   Eric Nelson   mx6: Add board mx...
33
  CONFIG_CMD_CACHE=y
3b3ea2c56   Michal Simek   Kconfig: cmd: Mak...
34
  # CONFIG_NET is not set
cc9467ef7   Eric Nelson   mx6memcal: launde...
35
  # CONFIG_MMC is not set
0093b3fcd   Eric Nelson   mx6memcal: enable...
36
37
38
39
40
41
  CONFIG_USB=y
  CONFIG_USB_GADGET=y
  CONFIG_USB_GADGET_MANUFACTURER="FSL"
  CONFIG_USB_GADGET_VENDOR_NUM=0x0525
  CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
  CONFIG_CI_UDC=y
baefb63a1   Eric Nelson   mx6: Add board mx...
42
  CONFIG_REGEX=y