summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-05 21:41:42 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:34 -0700
commitd7a4b2e42e6f782c304e2ba0d6d48c2c77ccd8bf (patch)
tree5e8054968799fefcef9da374203fbd11e4593941 /include
parent9a89d50d8eca3db64ecd71db2d3273a5c57bbdb1 (diff)
downloadblackbird-obmc-uboot-d7a4b2e42e6f782c304e2ba0d6d48c2c77ccd8bf.tar.gz
blackbird-obmc-uboot-d7a4b2e42e6f782c304e2ba0d6d48c2c77ccd8bf.zip
dm: tegra: Move driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra-common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 8f1e370915..ef25980252 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -18,16 +18,6 @@
#include <asm/arch/tegra.h> /* get chip and board defs */
-#define CONFIG_DM
-#define CONFIG_CMD_DM
-#define CONFIG_DM_GPIO
-#ifndef CONFIG_SPL_BUILD
-#define CONFIG_DM_SERIAL
-#endif
-#define CONFIG_DM_SPI
-#define CONFIG_DM_SPI_FLASH
-#define CONFIG_DM_I2C
-
#define CONFIG_SYS_TIMER_RATE 1000000
#define CONFIG_SYS_TIMER_COUNTER NV_PA_TMRUS_BASE
OpenPOWER on IntegriCloud