Skip to content

Commit

Permalink
libata: do not limit R-Car SATA driver to shmobile
Browse files Browse the repository at this point in the history
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 <horms+renesas@verge.net.au>
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Simon Horman authored and Tejun Heo committed May 24, 2013
1 parent d89995d commit 5c23341
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5c23341

Please sign in to comment.