| Submitter | Eric Millbrandt |
|---|---|
| Date | Sept. 13, 2012, 9:43 p.m. |
| Message ID | <1347572596-37540-2-git-send-email-emillbrandt@dekaresearch.com> |
| Download | mbox | patch |
| Permalink | /patch/183740/ |
| State | Changes Requested |
| Delegated to: | Anatolij Gustschin |
| Headers | show |
Comments
Patch
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index 90f4496..fb35944 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platforms/52xx/Kconfig @@ -1,6 +1,7 @@ config PPC_MPC52xx bool "52xx-based boards" depends on 6xx + select FSL_SOC select PPC_CLOCK select PPC_PCI_CHOICE
mpc52xx socs need to have FSL_SOC defined to build their drivers (i2c-mpc, ASoC) Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>