diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2013-02-27 23:40:34 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-14 10:28:07 +0100 |
commit | db30abdf3c07c564d4af0f991bb7f38b728f9035 (patch) | |
tree | e6abcc1f78179be7120c3c1e66fb1404805a56d8 /arch/arm/configs/marzen_defconfig | |
parent | e0ef0984ae346c545f5d76ecbe929c3d4adda157 (diff) | |
download | linux-db30abdf3c07c564d4af0f991bb7f38b728f9035.tar.bz2 |
ARM: mach-shmobile: marzen: add SATA support
Add SATA support to marzen_defconfig.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/marzen_defconfig')
-rw-r--r-- | arch/arm/configs/marzen_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig index afb17d630d44..8e7329b3ebaf 100644 --- a/arch/arm/configs/marzen_defconfig +++ b/arch/arm/configs/marzen_defconfig @@ -49,6 +49,10 @@ CONFIG_DEVTMPFS_MOUNT=y # CONFIG_FW_LOADER is not set CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y +CONFIG_ATA=y +CONFIG_ATA_SFF=y +CONFIG_ATA_BMDMA=y +CONFIG_SATA_RCAR=y CONFIG_NETDEVICES=y # CONFIG_NET_VENDOR_BROADCOM is not set # CONFIG_NET_VENDOR_FARADAY is not set |