diff options
| author | Joe Hershberger <[email protected]> | 2011-10-12 10:31:45 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-10-27 21:56:35 +0200 |
| commit | 3b413c5bfa2595483baaefb006cbad1ee4b489fc (patch) | |
| tree | c6ce8fde27d038205c73e67c48745421fc548c78 | |
| parent | b5db0a068a25e71b178e4b89635af731cf2f7c24 (diff) | |
omap4_panda: Build in cmd_gpio support on panda
Enable the gpio command
Signed-off-by: Joe Hershberger <[email protected]>
Cc: Joe Hershberger <[email protected]>
Cc: Sandeep Paulraj <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
| -rw-r--r-- | include/configs/omap4_panda.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 67da70ea055..e9ef2a3782b 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -35,6 +35,9 @@ #include <configs/omap4_common.h> +/* GPIO */ +#define CONFIG_CMD_GPIO + /* ENV related config options */ #define CONFIG_ENV_IS_NOWHERE |
