Blame view

configs/evb-ast2500_defconfig 713 Bytes
d9b88d254   maxims@google.com   aspeed: Support f...
1
2
  CONFIG_ARM=y
  CONFIG_ARCH_ASPEED=y
278b90ce7   Tom Rini   configs: Migrate ...
3
  CONFIG_SYS_TEXT_BASE=0x0
d9b88d254   maxims@google.com   aspeed: Support f...
4
5
  CONFIG_ASPEED_AST2500=y
  CONFIG_TARGET_EVB_AST2500=y
d9b88d254   maxims@google.com   aspeed: Support f...
6
  CONFIG_SYS_MALLOC_F_LEN=0x2000
8728c97ef   Tom Rini   configs: Re-sync
7
  CONFIG_DEFAULT_DEVICE_TREE="ast2500-evb"
5abc1a452   Sam Protsenko   common: Move CONF...
8
9
  CONFIG_USE_BOOTARGS=y
  CONFIG_BOOTARGS="console=ttyS4,115200n8 root=/dev/ram rw"
fb82fe385   Tom Rini   configs: Resync d...
10
  CONFIG_PRE_CONSOLE_BUFFER=y
8728c97ef   Tom Rini   configs: Re-sync
11
12
  CONFIG_PRE_CON_BUF_ADDR=0x1e720000
  # CONFIG_DISPLAY_CPUINFO is not set
d021e9421   Adam Ford   Convert CONFIG_BO...
13
  # CONFIG_AUTO_COMPLETE is not set
fb82fe385   Tom Rini   configs: Resync d...
14
  CONFIG_CMD_I2C=y
d021e9421   Adam Ford   Convert CONFIG_BO...
15
16
17
18
  CONFIG_BOOTP_BOOTPATH=y
  CONFIG_BOOTP_GATEWAY=y
  CONFIG_BOOTP_HOSTNAME=y
  CONFIG_BOOTP_SUBNETMASK=y
8728c97ef   Tom Rini   configs: Re-sync
19
20
  CONFIG_REGMAP=y
  CONFIG_CLK=y
fb82fe385   Tom Rini   configs: Resync d...
21
22
23
  CONFIG_DM_I2C=y
  CONFIG_SYS_I2C_ASPEED=y
  CONFIG_PINCTRL=y
8728c97ef   Tom Rini   configs: Re-sync
24
  CONFIG_RAM=y
fb82fe385   Tom Rini   configs: Resync d...
25
  CONFIG_DM_RESET=y
d9b88d254   maxims@google.com   aspeed: Support f...
26
  CONFIG_DM_SERIAL=y
8728c97ef   Tom Rini   configs: Re-sync
27
  CONFIG_SYS_NS16550=y
d9b88d254   maxims@google.com   aspeed: Support f...
28
  CONFIG_SYSRESET=y
d9b88d254   maxims@google.com   aspeed: Support f...
29
  CONFIG_TIMER=y
99f8ad732   maxims@google.com   aspeed: Refactor ...
30
  CONFIG_WDT=y