Message ID | 1389277477-18072-1-git-send-email-valentine.barshak@cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0e02971e4047e61edc913c997ba9124df33d5112 |
Headers | show |
On Thu, Jan 09, 2014 at 06:24:37PM +0400, Valentine Barshak wrote: > This enables R-Car SATA and SCSI disk in lager_defconfig. > > Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> Thanks, I have queued this up. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig index 89b6e71..ee93b8a 100644 --- a/arch/arm/configs/lager_defconfig +++ b/arch/arm/configs/lager_defconfig @@ -49,6 +49,9 @@ CONFIG_IP_PNP_DHCP=y # CONFIG_IPV6 is not set # CONFIG_WIRELESS is not set CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +CONFIG_BLK_DEV_SD=y +CONFIG_ATA=y +CONFIG_SATA_RCAR=y CONFIG_NETDEVICES=y # CONFIG_NET_CORE is not set # CONFIG_NET_VENDOR_ARC is not set
This enables R-Car SATA and SCSI disk in lager_defconfig. Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> --- arch/arm/configs/lager_defconfig | 3 +++ 1 file changed, 3 insertions(+)