Blame view

configs/usb_a9263_dataflash_defconfig 537 Bytes
dd84058d2   Masahiro Yamada   kconfig: add boar...
1
  CONFIG_ARM=y
4614b8913   Masahiro Yamada   ARM: at91: move b...
2
  CONFIG_ARCH_AT91=y
dd84058d2   Masahiro Yamada   kconfig: add boar...
3
  CONFIG_TARGET_USB_A9263=y
bd328eb38   Joe Hershberger   Clean all defconf...
4
  CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9263,SYS_USE_DATAFLASH"
bb597c0ee   Heiko Schocher   common: bootdelay...
5
  CONFIG_BOOTDELAY=3
843517927   Lokesh Vutla   common: Add DISPL...
6
  # CONFIG_DISPLAY_BOARDINFO is not set
adad96e60   Tom Rini   configs: Re-sync ...
7
  CONFIG_HUSH_PARSER=y
80df69134   Bin Meng   Reorder defconfig...
8
  CONFIG_SYS_PROMPT="U-Boot> "
ef0f2f575   Joe Hershberger   Move defaults fro...
9
10
11
12
13
14
15
16
  # CONFIG_CMD_BDI is not set
  # CONFIG_CMD_IMI is not set
  # CONFIG_CMD_IMLS is not set
  # CONFIG_CMD_LOADB is not set
  # CONFIG_CMD_LOADS is not set
  # CONFIG_CMD_FPGA is not set
  # CONFIG_CMD_ITEST is not set
  # CONFIG_CMD_SETEXPR is not set
78d1e1d0a   Tom Rini   configs: Re-sync ...
17
18
  CONFIG_CMD_DHCP=y
  CONFIG_CMD_PING=y
8728c97ef   Tom Rini   configs: Re-sync
19
  # CONFIG_MMC is not set
69e173eb5   Simon Glass   Move CONFIG_OF_LI...
20
  CONFIG_OF_LIBFDT=y