projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52addcf
)
ARM: tegra: Add options for Tegra AHCI support to tegra_defconfig
author
Mikko Perttunen
<mperttunen@nvidia.com>
Wed, 16 Jul 2014 08:54:23 +0000
(11:54 +0300)
committer
Stephen Warren
<swarren@nvidia.com>
Tue, 26 Aug 2014 17:35:24 +0000
(11:35 -0600)
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>
arch/arm/configs/tegra_defconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/configs/tegra_defconfig
b/arch/arm/configs/tegra_defconfig
index 285c433a9aaddc0a3c9840d84a070b37dd684a3a..2b8be4850347c5c235ca322a30e8ff8e02910d7f 100644
(file)
--- 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