diff options
| author | Hans de Goede <[email protected]> | 2014-10-02 20:29:26 +0200 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2014-10-24 09:35:38 +0200 |
| commit | cd82113a98e152b34e727718b729d0c5be44da99 (patch) | |
| tree | e2eb28695b750704420697c1557f0bc28069a1fe /include | |
| parent | 7ad3b6aa37ccf3caa5b8d6f7d639f2904009ed1e (diff) | |
sunxi: Add mmc card-detect functionality
Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sunxi-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 318f526d340..5f54c01653a 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -181,6 +181,7 @@ /* GPIO */ #define CONFIG_SUNXI_GPIO +#define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_CMD_GPIO /* Ethernet support */ |
