* [PATCH] dma: add COMPILE_TEST to AMBA_PL08X
@ 2026-04-07 3:51 Rosen Penev
2026-04-17 10:55 ` kernel test robot
0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2026-04-07 3:51 UTC (permalink / raw)
To: dmaengine; +Cc: Vinod Koul, Frank Li, open list
The LPC18XX driver has COMPILE_TEST in it that does not get selected
because of a depend on AMBA_PL08X. Adding it here enables COMPILE_TEST
there.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
drivers/dma/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 3520b20fb58f..87436491f128 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -66,7 +66,7 @@ config ALTERA_MSGDMA
config AMBA_PL08X
bool "ARM PrimeCell PL080 or PL081 support"
- depends on ARM_AMBA
+ depends on ARM_AMBA || COMPILE_TEST
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dma: add COMPILE_TEST to AMBA_PL08X
2026-04-07 3:51 [PATCH] dma: add COMPILE_TEST to AMBA_PL08X Rosen Penev
@ 2026-04-17 10:55 ` kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-04-17 10:55 UTC (permalink / raw)
To: Rosen Penev, dmaengine; +Cc: oe-kbuild-all, Vinod Koul, Frank Li, linux-kernel
Hi Rosen,
kernel test robot noticed the following build errors:
[auto build test ERROR on vkoul-dmaengine/next]
[also build test ERROR on linus/master v7.0 next-20260416]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Rosen-Penev/dma-add-COMPILE_TEST-to-AMBA_PL08X/20260414-134925
base: https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git next
patch link: https://lore.kernel.org/r/20260407035104.98985-1-rosenp%40gmail.com
patch subject: [PATCH] dma: add COMPILE_TEST to AMBA_PL08X
config: m68k-randconfig-r062-20260417 (https://download.01.org/0day-ci/archive/20260417/202604171853.KZzzfda6-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260417/202604171853.KZzzfda6-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202604171853.KZzzfda6-lkp@intel.com/
All errors (new ones prefixed by >>):
m68k-linux-ld: drivers/dma/amba-pl08x.o: in function `pl08x_probe':
>> amba-pl08x.c:(.text+0x183c): undefined reference to `amba_request_regions'
>> m68k-linux-ld: amba-pl08x.c:(.text+0x18ae): undefined reference to `amba_release_regions'
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-17 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07 3:51 [PATCH] dma: add COMPILE_TEST to AMBA_PL08X Rosen Penev
2026-04-17 10:55 ` kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox