Hi Andrey,
This patch aimed at https://git.linaro.org/kernel/configs.git config-boards-4.1 for Juno r1 PCIe support, without this, the PCIe SATA disk missed.
Thanks!
On 11/16/2015 12:08 PM, Alex Shi wrote:
This option is required by PCIe SATA disks under Juno board.
Signed-off-by: Alex Shi alex.shi@linaro.org To: Andrey Konovalov andrey.konovalov@linaro.org Cc: Ryan Harkin ryan.harkin@linaro.org Cc: Kevin Hilman khilman@linaro.org Cc: linaro-kernel@lists.linaro.org
linaro/configs/vexpress64.conf | 1 + 1 file changed, 1 insertion(+)
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf index 7c35366..febd66a 100644 --- a/linaro/configs/vexpress64.conf +++ b/linaro/configs/vexpress64.conf @@ -46,3 +46,4 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_NOP_USB_XCEIV=y CONFIG_USB_OHCI_HCD=y +CONFIG_SATA_SIL24=y