diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2014-07-16 11:54:23 +0300 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-08-26 11:35:24 -0600 |
commit | 91816a7fe5a671b826d5288ed7b42e92117a8fe8 (patch) | |
tree | 698efa6a38bb1371826c1e902cf2e5e85f29a074 /arch/arm | |
parent | 52addcf9d6669fa439387610bc65c92fa0980cef (diff) | |
download | op-kernel-dev-91816a7fe5a671b826d5288ed7b42e92117a8fe8.zip op-kernel-dev-91816a7fe5a671b826d5288ed7b42e92117a8fe8.tar.gz |
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/arm')
-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 285c433..2b8be48 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -102,6 +102,9 @@ CONFIG_BLK_DEV_SD=y CONFIG_BLK_DEV_SR=y CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_LOWLEVEL is not set +CONFIG_ATA=y +CONFIG_SATA_AHCI=y +CONFIG_AHCI_TEGRA=y CONFIG_NETDEVICES=y CONFIG_DUMMY=y CONFIG_IGB=y |