summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMingkai Hu <[email protected]>2011-04-26 16:31:16 +0800
committerKumar Gala <[email protected]>2011-04-29 07:34:09 -0500
commit273feafefdde6a04cabc0389c7a68f7d7706e990 (patch)
tree497c07cf7615a8113e93c9ec0ab25008528b3f74 /include
parent40ac3d462d2927fdf45263d360bcc275de452be6 (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 'include')
-rw-r--r--include/spi.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/spi.h b/include/spi.h
index 7887d0f9b84..60e85db9a46 100644
--- a/include/spi.h
+++ b/include/spi.h
@@ -26,13 +26,6 @@
/* Controller-specific definitions: */
-/* CONFIG_HARD_SPI triggers SPI bus initialization in PowerPC */
-#ifdef CONFIG_MPC8XXX_SPI
-# ifndef CONFIG_HARD_SPI
-# define CONFIG_HARD_SPI
-# endif
-#endif
-
/* SPI mode flags */
#define SPI_CPHA 0x01 /* clock phase */
#define SPI_CPOL 0x02 /* clock polarity */