diff options
| author | Rosen Penev <rosenp@gmail.com> | 2026-05-30 03:36:27 +0300 |
|---|---|---|
| committer | Niklas Cassel <cassel@kernel.org> | 2026-06-02 12:47:45 +0300 |
| commit | 590da526959499e58671f65655825d8a1973ff27 (patch) | |
| tree | d1d06b74c82c90538850b48138b4d83900528529 | |
| parent | 8bbb394e611021f8ca90e5932e49b5e923e13824 (diff) | |
| download | linux-590da526959499e58671f65655825d8a1973ff27.tar.xz | |
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>
| -rw-r--r-- | drivers/ata/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index fff305ec1e78..28ca856ecc75 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -692,7 +692,7 @@ config PATA_EFAR config PATA_EP93XX tristate "Cirrus Logic EP93xx PATA support" - depends on ARCH_EP93XX + depends on ARCH_EP93XX || COMPILE_TEST select PATA_TIMINGS help This option enables support for the PATA controller in |
