]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ti_armv7_omap.h
ata: Migrate CONFIG_LIBATA to Kconfig
[people/ms/u-boot.git] / include / configs / ti_armv7_omap.h
index 6d9d4b2d97abf479bd1308287620032ccfda40e9..da5fc8108fe5826f6864fc4b399b69a3795fb473 100644 (file)
 #ifndef __CONFIG_TI_ARMV7_OMAP_H__
 #define __CONFIG_TI_ARMV7_OMAP_H__
 
-/* Common defines for all OMAP architecture based SoCs */
-#define CONFIG_OMAP
-
 /* I2C IP block */
 #define CONFIG_SYS_OMAP24_I2C_SPEED    100000
 #define CONFIG_SYS_OMAP24_I2C_SLAVE    1
-#define CONFIG_SYS_I2C_OMAP24XX
-
-/* MMC/SD IP block */
-#define CONFIG_OMAP_HSMMC
-
-/* SPI IP Block */
-#define CONFIG_OMAP3_SPI
-
-/* GPIO block */
-#define CONFIG_OMAP_GPIO
 
 /*
  * GPMC NAND block.  We support 1 device and the physical address to
  * access CS0 at is 0x8000000.
  */
 #ifdef CONFIG_NAND
-#define CONFIG_NAND_OMAP_GPMC
 #ifndef CONFIG_SYS_NAND_BASE
 #define CONFIG_SYS_NAND_BASE           0x8000000
 #endif
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
-#define CONFIG_CMD_NAND
 #endif
 
 /* Now for the remaining common defines */