diff options
author | Roger Quadros <rogerq@ti.com> | 2015-02-23 10:18:37 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-02-24 13:35:43 -0500 |
commit | acd83a1652dc60cfb5b3e6f061f48b87044c9b20 (patch) | |
tree | 9da6edb372bd5364631059fd45c9fb17958c4df2 | |
parent | f8c360588ccdaa80b8878688653d41417589cdc7 (diff) |
ARM: omap2plus_defconfig: Fix SATA boot
SATA operation depends on PIPE3 PHY and if we want
to boot from SATA drives, we have to have the PIPE3 PHY
driver built-in.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index c090989b042f..a097cffa1231 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -376,7 +376,7 @@ CONFIG_PWM_TIEHRPWM=m | |||
376 | CONFIG_PWM_TWL=m | 376 | CONFIG_PWM_TWL=m |
377 | CONFIG_PWM_TWL_LED=m | 377 | CONFIG_PWM_TWL_LED=m |
378 | CONFIG_OMAP_USB2=m | 378 | CONFIG_OMAP_USB2=m |
379 | CONFIG_TI_PIPE3=m | 379 | CONFIG_TI_PIPE3=y |
380 | CONFIG_EXT2_FS=y | 380 | CONFIG_EXT2_FS=y |
381 | CONFIG_EXT3_FS=y | 381 | CONFIG_EXT3_FS=y |
382 | # CONFIG_EXT3_FS_XATTR is not set | 382 | # CONFIG_EXT3_FS_XATTR is not set |