diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2014-07-16 04:54:23 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-08-26 13:35:24 -0400 |
commit | 91816a7fe5a671b826d5288ed7b42e92117a8fe8 (patch) | |
tree | 698efa6a38bb1371826c1e902cf2e5e85f29a074 /arch | |
parent | 52addcf9d6669fa439387610bc65c92fa0980cef (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_defconfig | 3 |
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 | |||
102 | CONFIG_BLK_DEV_SR=y | 102 | CONFIG_BLK_DEV_SR=y |
103 | CONFIG_SCSI_MULTI_LUN=y | 103 | CONFIG_SCSI_MULTI_LUN=y |
104 | # CONFIG_SCSI_LOWLEVEL is not set | 104 | # CONFIG_SCSI_LOWLEVEL is not set |
105 | CONFIG_ATA=y | ||
106 | CONFIG_SATA_AHCI=y | ||
107 | CONFIG_AHCI_TEGRA=y | ||
105 | CONFIG_NETDEVICES=y | 108 | CONFIG_NETDEVICES=y |
106 | CONFIG_DUMMY=y | 109 | CONFIG_DUMMY=y |
107 | CONFIG_IGB=y | 110 | CONFIG_IGB=y |