diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-05-24 11:05:59 +0900 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-05-24 11:33:40 +0900 |
commit | 5c23341ff66c9280c2e76dc9795cd14497ea780f (patch) | |
tree | cda39b4609d27125f152fe562e6129c20ee88d09 /drivers/ata/Kconfig | |
parent | d89995db5f238e618389604b848b431da240eb69 (diff) |
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 <horms+renesas@verge.net.au>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index a5a3ebcbdd2c..aba6e93b0502 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. |