diff options
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 6f31c9472100..31be3ac2e21b 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -502,7 +502,7 @@ config BRIQ_PANEL | |||
502 | 502 | ||
503 | config BFIN_OTP | 503 | config BFIN_OTP |
504 | tristate "Blackfin On-Chip OTP Memory Support" | 504 | tristate "Blackfin On-Chip OTP Memory Support" |
505 | depends on BLACKFIN && (BF52x || BF54x) | 505 | depends on BLACKFIN && (BF51x || BF52x || BF54x) |
506 | default y | 506 | default y |
507 | help | 507 | help |
508 | If you say Y here, you will get support for a character device | 508 | If you say Y here, you will get support for a character device |