Blame view

include/configs/sun5i.h 569 Bytes
f84269c5c   Hans de Goede   sunxi: Add sun5i ...
1
2
3
4
5
6
7
8
9
10
11
12
13
  /*
   * (C) Copyright 2012-2013 Henrik Nordstrom <henrik@henriknordstrom.net>
   *
   * Configuration settings for the Allwinner A13 (sun5i) CPU
   *
   * SPDX-License-Identifier:	GPL-2.0+
   */
  #ifndef __CONFIG_H
  #define __CONFIG_H
  
  /*
   * High Level Configuration Options
   */
f84269c5c   Hans de Goede   sunxi: Add sun5i ...
14

8850c5d57   Tom Rini   Kconfig: USB: Mig...
15
  #ifdef CONFIG_USB_EHCI_HCD
2111484e1   Hans de Goede   sun5i: add USB EH...
16
  #define CONFIG_USB_EHCI_SUNXI
2111484e1   Hans de Goede   sun5i: add USB EH...
17
  #endif
e13afeef6   Hans de Goede   sunxi: usb: Do no...
18
  #define CONFIG_SUNXI_USB_PHYS	2
f84269c5c   Hans de Goede   sunxi: Add sun5i ...
19
20
21
22
  /*
   * Include common sunxi configuration where most the settings are
   */
  #include <configs/sunxi-common.h>
77ef13695   Siarhei Siamashka   sunxi: Machine id...
23
  #define CONFIG_MACH_TYPE	(4138 | ((CONFIG_MACH_TYPE_COMPAT_REV) << 28))
f84269c5c   Hans de Goede   sunxi: Add sun5i ...
24
  #endif /* __CONFIG_H */