From 219d72acf85f99e6d5ec9d7aff8d576eb9a67c16 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 22 Aug 2019 16:20:43 -0400 Subject: arm: allow platforms to select ARM_TIMER_SP804 With the introduction of COMPILE_TEST, unloadable drivers will not be built by default. ARM_TIMER_SP804 falls into this category and must be selected by the platform. The a15 and bb BSPs do not need this timer (since they don't select it), so we drop it from the config fragments to avoid a warning. Signed-off-by: Bruce Ashfield --- bsp/beaglebone/qemu-bb.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/beaglebone/qemu-bb.cfg b/bsp/beaglebone/qemu-bb.cfg index 28b3d4e..aed3aeb 100644 --- a/bsp/beaglebone/qemu-bb.cfg +++ b/bsp/beaglebone/qemu-bb.cfg @@ -6,4 +6,3 @@ CONFIG_SPI_PL022=y CONFIG_ARM_SP805_WATCHDOG=y CONFIG_RTC_DRV_PL031=y CONFIG_PL330_DMA=y -CONFIG_ARM_TIMER_SP804=y -- cgit v1.2.3