diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2010-10-18 03:22:31 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-10-25 10:40:54 -0400 |
commit | 3ab8f2a2e7011c5e83363b42950757e46ef06824 (patch) | |
tree | fba4b482e3a5e789dc884ebcc85a0329180f7ca1 /arch/powerpc/Kconfig | |
parent | 1cd844fe43cb6464b34dea504930c1a15e4ad38d (diff) |
P4080/eLBC: Make Freescale elbc interrupt common to elbc devices
Move Freescale elbc interrupt from nand driver to elbc driver.
Then all elbc devices can use the interrupt instead of ONLY nand.
For former nand driver, it had the two functions:
1. detecting nand flash partitions;
2. registering elbc interrupt.
Now, second function is removed to fsl_lbc.c.
Signed-off-by: Lan Chunhe-B25806 <b25806@freescale.com>
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Reviewed-by: Anton Vorontsov <cbouatmailru@gmail.com>
Cc: Wood Scott-B07421 <B07421@freescale.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 631e5a0fb6ab..44df1bac9701 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -687,9 +687,12 @@ config 4xx_SOC | |||
687 | bool | 687 | bool |
688 | 688 | ||
689 | config FSL_LBC | 689 | config FSL_LBC |
690 | bool | 690 | bool "Freescale Local Bus support" |
691 | depends on FSL_SOC | ||
691 | help | 692 | help |
692 | Freescale Localbus support | 693 | Enables reporting of errors from the Freescale local bus |
694 | controller. Also contains some common code used by | ||
695 | drivers for specific local bus peripherals. | ||
693 | 696 | ||
694 | config FSL_GTM | 697 | config FSL_GTM |
695 | bool | 698 | bool |