diff options
author | Kouei Abe <kouei.abe.cp@renesas.com> | 2015-12-14 16:42:38 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-12-15 13:21:23 +0900 |
commit | 1fd6b873c2c30ff1798d9ad7985a050cd7860722 (patch) | |
tree | 2e138e7056839cb5d01458f17356dbefe79027b1 /arch/arm64 | |
parent | 05a64b3b8b41bf3c3ca9b7f9f8a0e81ffadb20e3 (diff) | |
download | linux-1fd6b873c2c30ff1798d9ad7985a050cd7860722.tar.gz linux-1fd6b873c2c30ff1798d9ad7985a050cd7860722.tar.bz2 linux-1fd6b873c2c30ff1798d9ad7985a050cd7860722.zip |
arm64: defconfig: Add Renesas R-Car SATA driver for R-Car Gen3 SoCs
This adds Renesas sata_rcar driver to defconfig.
Signed-off-by: Kouei Abe <kouei.abe.cp@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2b0a9dc0ca44..93288968b8f9 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -93,6 +93,7 @@ CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y CONFIG_AHCI_CEVA=y CONFIG_AHCI_XGENE=y +CONFIG_SATA_RCAR=y CONFIG_PATA_PLATFORM=y CONFIG_PATA_OF_PLATFORM=y CONFIG_NETDEVICES=y |