]> git.sur5r.net Git - u-boot/blobdiff - include/configs/amcc-common.h
TI:armv7: Enable CONFIG_CMD_GPIO
[u-boot] / include / configs / amcc-common.h
index f2f522dce35c943e5d990c4c5240866315b40080..580d079ed1a8a34f3f519eaf5d747b98cb03ad76 100644 (file)
@@ -4,20 +4,7 @@
  *
  * Common configuration options for all AMCC boards
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __AMCC_COMMON_H
 /*
  * I2C
  */
-#define CONFIG_HARD_I2C                        /* I2C with hardware support    */
-#define CONFIG_PPC4XX_I2C              /* use PPC4xx driver            */
-#define CONFIG_SYS_I2C_SLAVE           0x7F
+#define CONFIG_SYS_I2C
+#define CONFIG_SYS_I2C_PPC4XX
+#define CONFIG_SYS_I2C_PPC4XX_CH0
+#define CONFIG_SYS_I2C_PPC4XX_SLAVE_0          0x7F
 
 /*
  * Ethernet/EMAC/PHY
@@ -71,6 +59,7 @@
 #define CONFIG_CMD_DIAG
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_ELF
+#define CONFIG_CMD_GREPENV
 #define CONFIG_CMD_I2C
 #define CONFIG_CMD_IRQ
 #define CONFIG_CMD_MII
@@ -78,6 +67,7 @@
 #define CONFIG_CMD_NFS
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_REGINFO
+#define CONFIG_CMD_SETEXPR
 
 /*
  * Miscellaneous configurable options
 #define CONFIG_MX_CYCLIC               /* enable mdc/mwc commands      */
 #define CONFIG_ZERO_BOOTDELAY_CHECK    /* check for keypress on bootdelay==0 */
 #define CONFIG_VERSION_VARIABLE        /* include version env variable */
-#define CONFIG_SYS_CONSOLE_INFO_QUIET          /* don't print console @ startup*/
+#define CONFIG_SYS_CONSOLE_INFO_QUIET  /* don't print console @ startup*/
 
-#define CONFIG_SYS_HUSH_PARSER                 /* Use the HUSH parser          */
+#define CONFIG_SYS_HUSH_PARSER         /* Use the HUSH parser          */
 
 #define CONFIG_LOADS_ECHO              /* echo on for serial download  */
-#define CONFIG_SYS_LOADS_BAUD_CHANGE           /* allow baudrate change        */
+#define CONFIG_SYS_LOADS_BAUD_CHANGE   /* allow baudrate change        */
 
+#define CONFIG_REGEX                   /* Enable regular expression support */
 /*
  * BOOTP options
  */