aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMikko Perttunen <mperttunen@nvidia.com>2014-07-16 04:54:23 -0400
committerStephen Warren <swarren@nvidia.com>2014-08-26 13:35:24 -0400
commit91816a7fe5a671b826d5288ed7b42e92117a8fe8 (patch)
tree698efa6a38bb1371826c1e902cf2e5e85f29a074 /arch
parent52addcf9d6669fa439387610bc65c92fa0980cef (diff)
ARM: tegra: Add options for Tegra AHCI support to tegra_defconfig
This adds ATA, SATA_AHCI and AHCI_TEGRA support to tegra_defconfig so that the SATA support will be automatically enabled. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/tegra_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 285c433a9aad..2b8be4850347 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -102,6 +102,9 @@ CONFIG_BLK_DEV_SD=y
102CONFIG_BLK_DEV_SR=y 102CONFIG_BLK_DEV_SR=y
103CONFIG_SCSI_MULTI_LUN=y 103CONFIG_SCSI_MULTI_LUN=y
104# CONFIG_SCSI_LOWLEVEL is not set 104# CONFIG_SCSI_LOWLEVEL is not set
105CONFIG_ATA=y
106CONFIG_SATA_AHCI=y
107CONFIG_AHCI_TEGRA=y
105CONFIG_NETDEVICES=y 108CONFIG_NETDEVICES=y
106CONFIG_DUMMY=y 109CONFIG_DUMMY=y
107CONFIG_IGB=y 110CONFIG_IGB=y