Skip to content

Commit 51b1b28

Browse files
hormshtejun
authored andcommitted
ata: sata_rcar: Use ARCH_RENESAS
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being that RENESAS seems to be a more appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 57e5568 commit 51b1b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ config SATA_PROMISE
364364

365365
config SATA_RCAR
366366
tristate "Renesas R-Car SATA support"
367-
depends on ARCH_SHMOBILE || COMPILE_TEST
367+
depends on ARCH_RENESAS || COMPILE_TEST
368368
help
369369
This option enables support for Renesas R-Car Serial ATA.
370370

0 commit comments

Comments
 (0)