diff options
| author | Peng Fan <[email protected]> | 2015-08-26 15:41:33 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-09-11 14:05:34 -0400 |
| commit | c12e0d9317cf9a86622a32c7060b62f3b0f151f2 (patch) | |
| tree | 237657e23386b055b008c465690d6b1e6f205d2f /drivers | |
| parent | 6312e9aab8672a06caf5cbd7fd88b620d7122949 (diff) | |
driver: misc: correct Kconfig entry
Should use FSL_SEC_MON, not CONFIG_FSL_SEC_MON as Kconfig entry.
Signed-off-by: Peng Fan <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: York Sun <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Tom Rini <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index f29a1697742..8b38a84de66 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 |
