Blame view

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