diff options
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | 2014-01-09 09:24:37 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:26:02 -0500 |
commit | 0e02971e4047e61edc913c997ba9124df33d5112 (patch) | |
tree | 414e8018dd566d65af24b3b4ef5ddd24ce32ca02 /arch/arm/configs/lager_defconfig | |
parent | 9a4e2a5a11efb7734dabef77a6e1515cbfdd9f42 (diff) |
ARM: shmobile: lager: Enable SATA in defconfig
This enables R-Car SATA and SCSI disk in lager_defconfig.
Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/lager_defconfig')
-rw-r--r-- | arch/arm/configs/lager_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig index 89b6e71006cb..ee93b8a55cf9 100644 --- a/arch/arm/configs/lager_defconfig +++ b/arch/arm/configs/lager_defconfig | |||
@@ -49,6 +49,9 @@ CONFIG_IP_PNP_DHCP=y | |||
49 | # CONFIG_IPV6 is not set | 49 | # CONFIG_IPV6 is not set |
50 | # CONFIG_WIRELESS is not set | 50 | # CONFIG_WIRELESS is not set |
51 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 51 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
52 | CONFIG_BLK_DEV_SD=y | ||
53 | CONFIG_ATA=y | ||
54 | CONFIG_SATA_RCAR=y | ||
52 | CONFIG_NETDEVICES=y | 55 | CONFIG_NETDEVICES=y |
53 | # CONFIG_NET_CORE is not set | 56 | # CONFIG_NET_CORE is not set |
54 | # CONFIG_NET_VENDOR_ARC is not set | 57 | # CONFIG_NET_VENDOR_ARC is not set |