Migrate generic bootcount to Kconfig

Make generate boot counter selected in the same way as other boot count
drivers

Reviewed-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
This commit is contained in:
Alex Kiernan
2018-02-16 15:50:46 +00:00
committed by Tom Rini
parent bec8c647bc
commit aa5a863283
2 changed files with 12 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += bootcount.o
obj-$(CONFIG_BOOTCOUNT_GENERIC) += bootcount.o
obj-$(CONFIG_BOOTCOUNT_AT91) += bootcount_at91.o
obj-$(CONFIG_BOOTCOUNT_AM33XX) += bootcount_davinci.o
obj-$(CONFIG_BOOTCOUNT_RAM) += bootcount_ram.o