summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-08-26 15:41:33 +0800
committerTom Rini <trini@konsulko.com>2015-09-11 14:05:34 -0400
commitc12e0d9317cf9a86622a32c7060b62f3b0f151f2 (patch)
tree237657e23386b055b008c465690d6b1e6f205d2f /drivers/misc
parent6312e9aab8672a06caf5cbd7fd88b620d7122949 (diff)
downloadblackbird-obmc-uboot-c12e0d9317cf9a86622a32c7060b62f3b0f151f2.tar.gz
blackbird-obmc-uboot-c12e0d9317cf9a86622a32c7060b62f3b0f151f2.zip
driver: misc: correct Kconfig entry
Should use FSL_SEC_MON, not CONFIG_FSL_SEC_MON as Kconfig entry. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Simon Glass <sjg@chromium.org> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: York Sun <yorksun@freescale.com> Cc: Stefan Roese <sr@denx.de> Cc: Tom Rini <trini@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index f29a169774..8b38a84de6 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -59,7 +59,7 @@ config CROS_EC_SPI
provides a faster and more robust interface than I2C but the bugs
are less interesting.
-config CONFIG_FSL_SEC_MON
+config FSL_SEC_MON
bool "Enable FSL SEC_MON Driver"
help
Freescale Security Monitor block is responsible for monitoring
OpenPOWER on IntegriCloud