From: Simon Horman Date: Fri, 24 May 2013 02:05:59 +0000 (+0900) Subject: libata: do not limit R-Car SATA driver to shmobile X-Git-Tag: upstream/snapshot3+hdmi~4787^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c23341ff66c9280c2e76dc9795cd14497ea780f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git libata: do not limit R-Car SATA driver to shmobile The motivation for this is to allow the driver to be used with the r8a7790 SoC. I believe that rather than adding another SoC to the list of allowed SoCs it is better to simply remove the dependency of the driver on shmobile all together. Signed-off-by: Simon Horman Signed-off-by: Tejun Heo --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index a5a3ebc..aba6e93 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -263,7 +263,6 @@ config SATA_PROMISE config SATA_RCAR tristate "Renesas R-Car SATA support" - depends on ARCH_SHMOBILE && ARCH_R8A7779 help This option enables support for Renesas R-Car Serial ATA.