summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-08-22 16:20:43 -0400
committerRicardo Salveti <ricardo@foundries.io>2019-09-16 19:08:39 -0300
commit219d72acf85f99e6d5ec9d7aff8d576eb9a67c16 (patch)
treec43a42ecea759f2d4cf2d57f542c3930aa0ea0cf
parent3c661012858ea7ce4d7022d15d77cdc9fdd41d2b (diff)
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 <bruce.ashfield@gmail.com>
-rw-r--r--bsp/beaglebone/qemu-bb.cfg1
1 files changed, 0 insertions, 1 deletions
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