Commit d37e9491a352803be5a24c475e16a80eea25b344

Authored by Murali Karicheri
Committed by Sekhar Nori
1 parent 5aa1d9acb1

ti_config_fragments/connectivity.cfg: enable ATA

CONFIG ATA and CONFIG_SATA_AHCI are needed to enable SATA driver
for Keystone. User do following to enable SATA device on K2E EVM
that has Marvell SATA controller.

insmod libata.ko
insmod libahci.ko
insmod ahci.ko

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

ti_config_fragments/connectivity.cfg
... ... @@ -10,6 +10,8 @@
10 10 #SATA
11 11 CONFIG_AHCI=m
12 12 CONFIG_SATA_AHCI_PLATFORM=m
  13 +CONFIG_SATA_AHCI=m
  14 +CONFIG_ATA=m
13 15  
14 16 # Networking
15 17 CONFIG_NF_CONNTRACK=m