diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2007-12-23 10:02:13 -0500 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-12-23 10:02:13 -0500 |
commit | fb5f00492a748facc9f069c95621e05c148edf53 (patch) | |
tree | cf93dbf8140279e4913eb421dd68922a76ba241f /arch/blackfin/Kconfig | |
parent | c50e19f49830fb651b4b702ad2c3abcdf110b576 (diff) |
[Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM.
On BF548-EZKIT, build kernel faills with power management, video and audio enabled.
This patch fix this.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 25232ba08119..5ebcfd226ed8 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -951,6 +951,8 @@ config PM_WAKEUP_SIC_IWR | |||
951 | depends on PM_WAKEUP_GPIO_BY_SIC_IWR | 951 | depends on PM_WAKEUP_GPIO_BY_SIC_IWR |
952 | default 0x80000000 if (BF537 || BF536 || BF534) | 952 | default 0x80000000 if (BF537 || BF536 || BF534) |
953 | default 0x100000 if (BF533 || BF532 || BF531) | 953 | default 0x100000 if (BF533 || BF532 || BF531) |
954 | default 0x800000 if (BF549 || BF548 || BF547 || BF542) | ||
955 | default 0x800000 if (BF527 || BF524 || BF522) | ||
954 | 956 | ||
955 | config PM_WAKEUP_GPIO_NUMBER | 957 | config PM_WAKEUP_GPIO_NUMBER |
956 | int "Wakeup GPIO number" | 958 | int "Wakeup GPIO number" |