diff options
author | Vitaly Bordug <vbordug@ru.mvista.com> | 2006-10-02 22:41:50 +0400 |
---|---|---|
committer | Vitaly Bordug <vbordug@ru.mvista.com> | 2006-10-03 21:36:00 +0400 |
commit | ed943c1faba53d9a0bde56007ee27762b29dccbd (patch) | |
tree | 3749e45c7ecc20a134b4d9230d21108c1b102fc8 /arch/powerpc/Kconfig | |
parent | e02f73e9fd69f1c6d16c207f7a91ce721fe8beab (diff) | |
download | linux-ed943c1faba53d9a0bde56007ee27762b29dccbd.tar.xz |
POWERPC: 8272ads merge to powerpc: common stuff
This has modules of common directories related to the
mpc8272ADS board, mainly common cpm2 changes and fsl_soc.c
portions related to the bitbang MDIO and other mechanisms specific
for this family.
Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index de1ef2fa1a20..18102163e7dc 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -594,6 +594,7 @@ endmenu source arch/powerpc/platforms/embedded6xx/Kconfig source arch/powerpc/platforms/4xx/Kconfig +source arch/powerpc/platforms/82xx/Kconfig source arch/powerpc/platforms/83xx/Kconfig source arch/powerpc/platforms/85xx/Kconfig source arch/powerpc/platforms/86xx/Kconfig |