diff options
author | Tom Rini | 2013-08-09 11:22:20 -0400 |
---|---|---|
committer | Tom Rini | 2013-08-15 18:38:36 -0400 |
commit | a1665ed1367ba6295b4794c0db25109b010cc88d (patch) | |
tree | 390ada78e2e18b63cf0d21476644bd9ef29cd111 /include | |
parent | 0fedc4a50748fb7688114383a43f28e96ce58579 (diff) |
TI:armv7: Enable CONFIG_CMD_GPIO
Add the generic "poke a GPIO" command, with the GPIO related defines.
Acked-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ti_armv7_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 6a65b4c4d1d..e0ab6912baf 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -80,6 +80,7 @@ /* GPIO block */ #define CONFIG_OMAP_GPIO +#define CONFIG_CMD_GPIO /* * GPMC NAND block. We support 1 device and the physical address to |