Blame view

configs/comtrend_wap5813n_ram_defconfig 1.5 KB
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
1
2
  CONFIG_MIPS=y
  CONFIG_SYS_TEXT_BASE=0x80010000
a09fea1d2   Tom Rini   env: Finish migra...
3
  CONFIG_ENV_SIZE=0x2000
052170c6a   Tom Rini   configs: Resync w...
4
  CONFIG_DM_GPIO=y
d168bcb6f   Tom Rini   configs: Resync w...
5
  CONFIG_NR_DRAM_BANKS=1
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
6
7
8
9
10
  CONFIG_ARCH_BMIPS=y
  CONFIG_SOC_BMIPS_BCM6368=y
  # CONFIG_MIPS_BOOT_CMDLINE_LEGACY is not set
  # CONFIG_MIPS_BOOT_ENV_LEGACY is not set
  CONFIG_MIPS_BOOT_FDT=y
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
  CONFIG_OF_STDOUT_VIA_ALIAS=y
  CONFIG_DISPLAY_CPUINFO=y
  CONFIG_HUSH_PARSER=y
  CONFIG_SYS_PROMPT="WAP-5813n # "
  CONFIG_CMD_CPU=y
  CONFIG_CMD_LICENSE=y
  # CONFIG_CMD_BOOTD is not set
  # CONFIG_CMD_ELF is not set
  # 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
  # CONFIG_CMD_CRC32 is not set
  CONFIG_CMD_MEMINFO=y
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
28
  # CONFIG_CMD_LOADS is not set
b8841ce18   Álvaro Fernández Rojas   mips: bmips: add ...
29
  CONFIG_CMD_USB=y
2e498f23a   Álvaro Fernández Rojas   bmips: enable wap...
30
31
  CONFIG_CMD_MII=y
  CONFIG_CMD_PING=y
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
32
  # CONFIG_CMD_MISC is not set
8c5cad05c   Tom Rini   configs: Resync w...
33
  CONFIG_DEFAULT_DEVICE_TREE="comtrend,wap-5813n"
8d8ee47e0   Tom Rini   env: Add CONFIG_S...
34
  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
2e498f23a   Álvaro Fernández Rojas   bmips: enable wap...
35
  CONFIG_NET_RANDOM_ETHADDR=y
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
36
  # CONFIG_DM_DEVICE_REMOVE is not set
2e498f23a   Álvaro Fernández Rojas   bmips: enable wap...
37
  CONFIG_BCM6348_IUDMA=y
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
38
39
40
  CONFIG_BCM6345_GPIO=y
  CONFIG_LED=y
  CONFIG_LED_GPIO=y
1de770d54   Miquel Raynal   mtd: rename CONFI...
41
  CONFIG_DM_MTD=y
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
42
  CONFIG_MTD_NOR_FLASH=y
2fe88d452   Adam Ford   Convert CONFIG_FL...
43
  CONFIG_FLASH_CFI_DRIVER=y
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
44
  CONFIG_CFI_FLASH=y
2fe88d452   Adam Ford   Convert CONFIG_FL...
45
46
  CONFIG_SYS_FLASH_PROTECTION=y
  CONFIG_SYS_FLASH_CFI=y
2e498f23a   Álvaro Fernández Rojas   bmips: enable wap...
47
48
49
  CONFIG_DM_ETH=y
  CONFIG_PHY_GIGE=y
  CONFIG_BCM6368_ETH=y
b8841ce18   Álvaro Fernández Rojas   mips: bmips: add ...
50
51
  CONFIG_PHY=y
  CONFIG_BCM6368_USBH_PHY=y
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
52
53
  CONFIG_DM_RESET=y
  CONFIG_RESET_BCM6345=y
c320b923f   Álvaro Fernández Rojas   MIPS: add BMIPS C...
54
55
  CONFIG_DM_SERIAL=y
  CONFIG_BCM6345_SERIAL=y
b8841ce18   Álvaro Fernández Rojas   mips: bmips: add ...
56
57
58
59
60
61
  CONFIG_USB=y
  CONFIG_DM_USB=y
  CONFIG_USB_EHCI_HCD=y
  CONFIG_USB_EHCI_GENERIC=y
  CONFIG_USB_OHCI_HCD=y
  CONFIG_USB_OHCI_GENERIC=y