diff options
author | Andrew Bresticker <abrestic@chromium.org> | 2015-04-07 15:04:18 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-21 21:53:39 +0200 |
commit | 644238ae81218f163e8e11cb98d15ad18596eb4b (patch) | |
tree | f4a92237a75d42040089cd1c687d8cc820a1e708 | |
parent | 57991ebaf91b1eda2abb586618aea6806fa86724 (diff) | |
download | linux-stable-644238ae81218f163e8e11cb98d15ad18596eb4b.tar.gz linux-stable-644238ae81218f163e8e11cb98d15ad18596eb4b.tar.bz2 linux-stable-644238ae81218f163e8e11cb98d15ad18596eb4b.zip |
MIPS: Pistachio: Enable USB PHY driver in defconfig
Update pistachio_defconfig to enable Pistachio's USB PHY driver.
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: James Hartley <james.hartley@imgtec.com>
Cc: Damien Horsley <Damien.Horsley@imgtec.com>
Patchwork: https://patchwork.linux-mips.org/patch/9729/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/configs/pistachio_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/pistachio_defconfig b/arch/mips/configs/pistachio_defconfig index f22e92ee7709..1646cce032c3 100644 --- a/arch/mips/configs/pistachio_defconfig +++ b/arch/mips/configs/pistachio_defconfig @@ -272,6 +272,7 @@ CONFIG_IIO=y CONFIG_CC10001_ADC=y CONFIG_PWM=y CONFIG_PWM_IMG=y +CONFIG_PHY_PISTACHIO_USB=y CONFIG_ANDROID=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y |