diff options
author | Chen-Yu Tsai <wens@csie.org> | 2015-02-02 17:22:04 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-02-23 03:30:28 -0500 |
commit | bba0f0e1d39767ff98fbf6393c89a573203915eb (patch) | |
tree | 50179ff44e948d1036012c76cd1705e450783ad7 /arch/arm/configs/sunxi_defconfig | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
ARM: sunxi_defconfig: Enable CONFIG_PHY_SUN9I_USB
On sun9i we have a new PHY driver for USB.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/configs/sunxi_defconfig')
-rw-r--r-- | arch/arm/configs/sunxi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 38840a812924..6b271645eb43 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig | |||
@@ -106,6 +106,7 @@ CONFIG_RTC_DRV_SUN6I=y | |||
106 | CONFIG_RTC_DRV_SUNXI=y | 106 | CONFIG_RTC_DRV_SUNXI=y |
107 | # CONFIG_IOMMU_SUPPORT is not set | 107 | # CONFIG_IOMMU_SUPPORT is not set |
108 | CONFIG_PHY_SUN4I_USB=y | 108 | CONFIG_PHY_SUN4I_USB=y |
109 | CONFIG_PHY_SUN9I_USB=y | ||
109 | CONFIG_EXT4_FS=y | 110 | CONFIG_EXT4_FS=y |
110 | CONFIG_VFAT_FS=y | 111 | CONFIG_VFAT_FS=y |
111 | CONFIG_TMPFS=y | 112 | CONFIG_TMPFS=y |