Skip to content

Commit 590da52

Browse files
nehebfloatious
authored andcommitted
ata: pata_ep93xx: add COMPILE_TEST support
Now that the build failures have been fixed, we can add COMPILE_TEST so the buildbots can find potentially more problems. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Niklas Cassel <cassel@kernel.org>
1 parent 8bbb394 commit 590da52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/ata/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ config PATA_EFAR
692692

693693
config PATA_EP93XX
694694
tristate "Cirrus Logic EP93xx PATA support"
695-
depends on ARCH_EP93XX
695+
depends on ARCH_EP93XX || COMPILE_TEST
696696
select PATA_TIMINGS
697697
help
698698
This option enables support for the PATA controller in

0 commit comments

Comments
 (0)