diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-30 20:18:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-12 06:03:43 -0400 |
commit | c8342f872d7a3967fd09db54fece3f6c38d834df (patch) | |
tree | 1ac21d5d99fa2401975653a0e52859ab71b1030b /arch/blackfin/Kconfig | |
parent | 349ebbcc26258f40da5534a586233e7d6233071c (diff) |
Blackfin: add some help text to the EBIU_AMBCTL settings
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 3640cdc38aac..6b97aa811e2b 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -1011,21 +1011,34 @@ endmenu | |||
1011 | 1011 | ||
1012 | menu "EBIU_AMBCTL Control" | 1012 | menu "EBIU_AMBCTL Control" |
1013 | config BANK_0 | 1013 | config BANK_0 |
1014 | hex "Bank 0" | 1014 | hex "Bank 0 (AMBCTL0.L)" |
1015 | default 0x7BB0 | 1015 | default 0x7BB0 |
1016 | help | ||
1017 | These are the low 16 bits of the EBIU_AMBCTL0 MMR which are | ||
1018 | used to control the Asynchronous Memory Bank 0 settings. | ||
1016 | 1019 | ||
1017 | config BANK_1 | 1020 | config BANK_1 |
1018 | hex "Bank 1" | 1021 | hex "Bank 1 (AMBCTL0.H)" |
1019 | default 0x7BB0 | 1022 | default 0x7BB0 |
1020 | default 0x5558 if BF54x | 1023 | default 0x5558 if BF54x |
1024 | help | ||
1025 | These are the high 16 bits of the EBIU_AMBCTL0 MMR which are | ||
1026 | used to control the Asynchronous Memory Bank 1 settings. | ||
1021 | 1027 | ||
1022 | config BANK_2 | 1028 | config BANK_2 |
1023 | hex "Bank 2" | 1029 | hex "Bank 2 (AMBCTL1.L)" |
1024 | default 0x7BB0 | 1030 | default 0x7BB0 |
1031 | help | ||
1032 | These are the low 16 bits of the EBIU_AMBCTL1 MMR which are | ||
1033 | used to control the Asynchronous Memory Bank 2 settings. | ||
1025 | 1034 | ||
1026 | config BANK_3 | 1035 | config BANK_3 |
1027 | hex "Bank 3" | 1036 | hex "Bank 3 (AMBCTL1.H)" |
1028 | default 0x99B3 | 1037 | default 0x99B3 |
1038 | help | ||
1039 | These are the high 16 bits of the EBIU_AMBCTL1 MMR which are | ||
1040 | used to control the Asynchronous Memory Bank 3 settings. | ||
1041 | |||
1029 | endmenu | 1042 | endmenu |
1030 | 1043 | ||
1031 | config EBIU_MBSCTLVAL | 1044 | config EBIU_MBSCTLVAL |