Blame view

configs/Sunchip_CX-A99_defconfig 359 Bytes
58c4020cf   Rask Ingemann Lambertsen   arm: sunxi: Add S...
1
2
  CONFIG_ARM=y
  CONFIG_ARCH_SUNXI=y
c9542eae0   Tom Rini   configs: Resync w...
3
  CONFIG_SPL=y
58c4020cf   Rask Ingemann Lambertsen   arm: sunxi: Add S...
4
5
6
7
8
9
10
  CONFIG_MACH_SUN9I=y
  CONFIG_DRAM_CLK=600
  CONFIG_DRAM_ZQ=3881915
  CONFIG_DRAM_ODT_EN=y
  CONFIG_MMC0_CD_PIN="PH17"
  CONFIG_MMC_SUNXI_SLOT_EXTRA=2
  CONFIG_USB0_VBUS_PIN="PH15"
58c4020cf   Rask Ingemann Lambertsen   arm: sunxi: Add S...
11
12
  CONFIG_USB1_VBUS_PIN="PL7"
  CONFIG_USB3_VBUS_PIN="PL8"
58c4020cf   Rask Ingemann Lambertsen   arm: sunxi: Add S...
13
  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
8c5cad05c   Tom Rini   configs: Resync w...
14
  CONFIG_DEFAULT_DEVICE_TREE="sun9i-a80-cx-a99"