Blame view

configs/gurnard_defconfig 909 Bytes
885fc03aa   Andre Renaud   arm: at91: Add su...
1
2
  CONFIG_ARM=y
  CONFIG_ARCH_AT91=y
278b90ce7   Tom Rini   configs: Migrate ...
3
  CONFIG_SYS_TEXT_BASE=0x73f00000
885fc03aa   Andre Renaud   arm: at91: Add su...
4
  CONFIG_TARGET_GURNARD=y
86cf1c828   Tom Rini   configs: Migrate ...
5
  CONFIG_NR_DRAM_BANKS=1
885fc03aa   Andre Renaud   arm: at91: Add su...
6
7
8
  CONFIG_FIT=y
  CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G45"
  CONFIG_BOOTDELAY=3
843517927   Lokesh Vutla   common: Add DISPL...
9
  # CONFIG_DISPLAY_BOARDINFO is not set
a5d67547d   Simon Glass   Convert CONFIG_BO...
10
  CONFIG_BOARD_EARLY_INIT_F=y
b88d6f761   Masahiro Yamada   Move CONFIG_SYS_H...
11
  CONFIG_HUSH_PARSER=y
885fc03aa   Andre Renaud   arm: at91: Add su...
12
13
  # CONFIG_CMD_BDI is not set
  # CONFIG_CMD_IMI is not set
885fc03aa   Andre Renaud   arm: at91: Add su...
14
  # CONFIG_CMD_FLASH is not set
885fc03aa   Andre Renaud   arm: at91: Add su...
15
  CONFIG_CMD_GPIO=y
88663126a   Tom Rini   configs: Resync w...
16
17
18
  # CONFIG_CMD_LOADS is not set
  CONFIG_CMD_NAND=y
  CONFIG_CMD_PART=y
ecad7051b   Tom Rini   configs: Migrate ...
19
  CONFIG_CMD_USB=y
885fc03aa   Andre Renaud   arm: at91: Add su...
20
21
  # CONFIG_CMD_SOURCE is not set
  # CONFIG_CMD_SETEXPR is not set
fa2c14676   Tom Rini   configs: Re-sync ...
22
23
  CONFIG_CMD_DHCP=y
  CONFIG_CMD_PING=y
91d27a17c   Tom Rini   Kconfig: Migrate ...
24
  CONFIG_CMD_FAT=y
885fc03aa   Andre Renaud   arm: at91: Add su...
25
  CONFIG_OF_CONTROL=y
8c5cad05c   Tom Rini   configs: Resync w...
26
  CONFIG_DEFAULT_DEVICE_TREE="at91sam9g45-gurnard"
5dc4dfd2a   Tom Rini   configs: Resync w...
27
  CONFIG_ENV_IS_IN_NAND=y
e7db856bf   Adam Ford   Convert CONFIG_NA...
28
29
  CONFIG_NAND=y
  CONFIG_NAND_ATMEL=y
49ad40298   Derald D. Woods   ARM: at91: Conver...
30
  CONFIG_ATMEL_NAND_HWECC=y
5dc4dfd2a   Tom Rini   configs: Resync w...
31
  CONFIG_PHYLIB=y
fc6adebbc   Wenyou.Yang@microchip.com   board: atmel: Use...
32
33
  CONFIG_TIMER=y
  CONFIG_ATMEL_PIT_TIMER=y
645176d1d   Tom Rini   configs: Migrate ...
34
  CONFIG_USB=y
64d6ac5bc   Tom Rini   Kconfig: USB: Mig...
35
  CONFIG_USB_EHCI_HCD=y
645176d1d   Tom Rini   configs: Migrate ...
36
  CONFIG_USB_STORAGE=y
885fc03aa   Andre Renaud   arm: at91: Add su...
37
38
39
  CONFIG_DM_VIDEO=y
  CONFIG_CMD_DHRYSTONE=y
  # CONFIG_EFI_LOADER is not set