diff options
author | Iliyan Malchev <malchev@google.com> | 2010-03-17 12:02:26 -0700 |
---|---|---|
committer | Dima Zavin <dima@android.com> | 2011-02-02 11:19:07 -0800 |
commit | ada5c9ff9024d37373f0b5b535afc257cb800afb (patch) | |
tree | 6ee50be8d3e9c280f76617662ead9a902575be30 /drivers/misc | |
parent | 656ae160081bae80d64bfafb5c2450e79d61f072 (diff) |
apanic: make APANIC_LABEL depend on APANIC
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 26f3f18d199..a281dbc0b83 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -484,6 +484,7 @@ config APANIC config APANIC_PLABEL string "Android panic dump flash partition label" + depends on APANIC default "kpanic" ---help--- If your platform uses a different flash partition label for storing |