diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-02 06:13:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-13 17:50:50 -0400 |
commit | 37a4b75d4c30a37bda2bf8ae0c192446425b6f28 (patch) | |
tree | d67af8a85b804120976044b6204ccd523dd433e1 /include/configs | |
parent | f3732edf46e8587972041e89aa15336b49f72ffe (diff) | |
download | u-boot-imx-37a4b75d4c30a37bda2bf8ae0c192446425b6f28.zip u-boot-imx-37a4b75d4c30a37bda2bf8ae0c192446425b6f28.tar.gz u-boot-imx-37a4b75d4c30a37bda2bf8ae0c192446425b6f28.tar.bz2 |
Blackfin: bfin_spi: support gpios as chip selects
Rather than only support the pins dedicated as chip selects, utilize the
gpio framework to support any gpio pin.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bfin_adi_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index fa1e694..82daeb1 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -254,6 +254,7 @@ /* * Misc Settings */ +#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */ #define CONFIG_LZMA #endif |