diff mbox

[5/5] ARM: defconfig: Enable generic phy in dove and kirkwood.

Message ID 1386177364-10164-6-git-send-email-andrew@lunn.ch
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Andrew Lunn Dec. 4, 2013, 5:16 p.m. UTC
Now that there is a phy driver for sata, enable generic phy in the
kirkwood and dove defconfig.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>

Comments

Sergei Shtylyov Dec. 4, 2013, 8:03 p.m. UTC | #1
Hello.

On 12/04/2013 08:16 PM, Andrew Lunn wrote:

> Now that there is a phy driver for sata, enable generic phy in the
> kirkwood and dove defconfig.

    Same comment about missing linux-arm-kernel in the CC -- this is not a 
libata patch but ARM one.

> Signed-off-by: Andrew Lunn <andrew@lunn.ch>

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/dove_defconfig b/arch/arm/configs/dove_defconfig
index 110105476848..fa03d7356168 100644
--- a/arch/arm/configs/dove_defconfig
+++ b/arch/arm/configs/dove_defconfig
@@ -100,6 +100,7 @@  CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_MV=y
 CONFIG_DMADEVICES=y
 CONFIG_MV_XOR=y
+CONFIG_GENERIC_PHY=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_FS_XATTR is not set
diff --git a/arch/arm/configs/kirkwood_defconfig b/arch/arm/configs/kirkwood_defconfig
index 0ae0eaebf6b2..fe4136ecfa4c 100644
--- a/arch/arm/configs/kirkwood_defconfig
+++ b/arch/arm/configs/kirkwood_defconfig
@@ -142,6 +142,7 @@  CONFIG_RTC_DRV_S35390A=y
 CONFIG_RTC_DRV_MV=y
 CONFIG_DMADEVICES=y
 CONFIG_MV_XOR=y
+CONFIG_GENERIC_PHY=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_FS_XATTR is not set