diff options
| author | Mingkai Hu <[email protected]> | 2011-04-26 16:31:16 +0800 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2011-04-29 07:34:09 -0500 |
| commit | 273feafefdde6a04cabc0389c7a68f7d7706e990 (patch) | |
| tree | 497c07cf7615a8113e93c9ec0ab25008528b3f74 /arch | |
| parent | 40ac3d462d2927fdf45263d360bcc275de452be6 (diff) | |
powerpc: eSPI and eSPI controller support
Signed-off-by: Mingkai Hu <[email protected]>
Singed-off-by: Jerry Huang <[email protected]>
Signed-off-by: Shaohui Xie <[email protected]>
Cc: Mike Frysinger <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/include/asm/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index 624d8c2cc04..9aad9be1b0e 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -29,6 +29,13 @@ #include <asm/config_mpc86xx.h> #endif +/* CONFIG_HARD_SPI triggers SPI bus initialization in PowerPC */ +#if defined(CONFIG_MPC8XXX_SPI) || defined(CONFIG_FSL_ESPI) +# ifndef CONFIG_HARD_SPI +# define CONFIG_HARD_SPI +# endif +#endif + #define CONFIG_LMB #define CONFIG_SYS_BOOT_RAMDISK_HIGH #define CONFIG_SYS_BOOT_GET_CMDLINE |
