diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2015-05-19 13:00:49 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-22 17:13:12 +0200 |
commit | 7de7c6717f2c80ba64292cfc537c893947115cae (patch) | |
tree | 1a91ff23b857a23167e11ac544f70cfb8b882c7a /arch/arm/configs | |
parent | f3caa529c6f5db9a6f10891cfc6231ba6fe461ab (diff) | |
download | linux-7de7c6717f2c80ba64292cfc537c893947115cae.tar.bz2 |
ARM: multi_v7_defconfig: Enable Exynos USB PHY drivers support
Enable the needed kconfig options to have support for Samsung USB 2.0
and USB 3.0 PHY drivers to support the USB PHYs found on Exynos SoCs.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
[kgene@kernel.org: savedefconfig]
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index bc2172b3f149..cafae3dcfb33 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -600,6 +600,7 @@ CONFIG_PHY_STIH41X_USB=y CONFIG_PHY_STIH407_USB=y CONFIG_PHY_SUN4I_USB=y CONFIG_PHY_SUN9I_USB=y +CONFIG_PHY_SAMSUNG_USB2=m CONFIG_EXT4_FS=y CONFIG_AUTOFS4_FS=y CONFIG_MSDOS_FS=y |