Blame view

configs/boston64r2el_defconfig 989 Bytes
ad8783cb1   Paul Burton   boston: Introduce...
1
  CONFIG_MIPS=y
278b90ce7   Tom Rini   configs: Migrate ...
2
  CONFIG_SYS_TEXT_BASE=0xFFFFFFFF9FC00000
ad8783cb1   Paul Burton   boston: Introduce...
3
4
5
6
7
8
9
  CONFIG_TARGET_BOSTON=y
  CONFIG_SYS_LITTLE_ENDIAN=y
  CONFIG_CPU_MIPS64_R2=y
  # CONFIG_MIPS_BOOT_CMDLINE_LEGACY is not set
  # CONFIG_MIPS_BOOT_ENV_LEGACY is not set
  CONFIG_MIPS_BOOT_FDT=y
  CONFIG_DEFAULT_DEVICE_TREE="img,boston"
bc34986c8   Paul Burton   boston: Enable CO...
10
  CONFIG_DISTRO_DEFAULTS=y
ad8783cb1   Paul Burton   boston: Introduce...
11
12
13
14
  CONFIG_FIT=y
  CONFIG_FIT_VERBOSE=y
  CONFIG_FIT_BEST_MATCH=y
  CONFIG_OF_STDOUT_VIA_ALIAS=y
ad8783cb1   Paul Burton   boston: Introduce...
15
16
  CONFIG_SYS_PROMPT="boston # "
  # CONFIG_CMD_ELF is not set
ad8783cb1   Paul Burton   boston: Introduce...
17
18
19
20
  CONFIG_CMD_GREPENV=y
  CONFIG_CMD_MEMTEST=y
  # CONFIG_CMD_LOADB is not set
  # CONFIG_CMD_LOADS is not set
6500ec7a5   Simon Glass   Convert CONFIG_CM...
21
  CONFIG_CMD_PCI=y
ad8783cb1   Paul Burton   boston: Introduce...
22
23
24
25
  CONFIG_CMD_SNTP=y
  CONFIG_CMD_DNS=y
  CONFIG_CMD_LINK_LOCAL=y
  CONFIG_CMD_TIME=y
ad8783cb1   Paul Burton   boston: Introduce...
26
  CONFIG_CMD_EXT4_WRITE=y
b0cf73393   Patrick Delaunay   disk: convert CON...
27
  # CONFIG_DOS_PARTITION is not set
1acc00878   Patrick Delaunay   disk: convert CON...
28
  # CONFIG_ISO_PARTITION is not set
ad8783cb1   Paul Burton   boston: Introduce...
29
  CONFIG_OF_EMBED=y
5dc4dfd2a   Tom Rini   configs: Resync w...
30
  CONFIG_ENV_IS_IN_FLASH=y
ad8783cb1   Paul Burton   boston: Introduce...
31
32
33
  CONFIG_NET_RANDOM_ETHADDR=y
  CONFIG_CLK=y
  CONFIG_MTD=y
e856bdcfb   Masahiro Yamada   flash: complete C...
34
  CONFIG_MTD_NOR_FLASH=y
ad8783cb1   Paul Burton   boston: Introduce...
35
36
37
  CONFIG_CFI_FLASH=y
  CONFIG_DM_ETH=y
  CONFIG_PCH_GBE=y
af27382e2   Tom Rini   drivers/pci/Kconf...
38
  CONFIG_PCI=y
ad8783cb1   Paul Burton   boston: Introduce...
39
40
41
42
  CONFIG_DM_PCI=y
  CONFIG_PCI_XILINX=y
  CONFIG_SYS_NS16550=y
  CONFIG_LZ4=y