summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-19 18:45:11 -0500
committerTom Rini <trini@konsulko.com>2022-12-05 16:06:43 -0500
commit060613f119837fafc7c90a5dcc1aa1bf81ff319b (patch)
treef919a451426a12334215b7c307193e39a6e9002c /include
parent345c09de5e7ca2c015faaf58c1e6c6b15883a63b (diff)
Convert CONFIG_FSL_IIM to Kconfig
This converts the following to Kconfig: CONFIG_FSL_IIM Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/m53menlo.h3
-rw-r--r--include/configs/mx51evk.h1
-rw-r--r--include/configs/mx53ppd.h2
-rw-r--r--include/configs/usbarmory.h3
4 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
index f87bbf7ccf3..eca86a94519 100644
--- a/include/configs/m53menlo.h
+++ b/include/configs/m53menlo.h
@@ -80,9 +80,6 @@
#define CFG_SYS_LDB_CLOCK 33260000
#define CONFIG_IMX_VIDEO_SKIP
-/* IIM Fuses */
-#define CONFIG_FSL_IIM
-
/* Watchdog */
/*
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 3c99b70a2bb..6d9b954587e 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -17,7 +17,6 @@
/*
* Hardware drivers
*/
-#define CONFIG_FSL_IIM
#define CONFIG_MXC_UART_BASE UART1_BASE
diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h
index 7160654eb30..913bc1996d4 100644
--- a/include/configs/mx53ppd.h
+++ b/include/configs/mx53ppd.h
@@ -102,8 +102,6 @@
/* FLASH and environment organization */
-#define CONFIG_FSL_IIM
-
/* Backlight Control */
#define CONFIG_IMX6_PWM_PER_CLK 66666000
diff --git a/include/configs/usbarmory.h b/include/configs/usbarmory.h
index da68d7a0da9..a2bc3cd23a5 100644
--- a/include/configs/usbarmory.h
+++ b/include/configs/usbarmory.h
@@ -27,9 +27,6 @@
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
#define CONFIG_MXC_USB_FLAGS 0
-/* Fuse */
-#define CONFIG_FSL_IIM
-
/* Linux boot */
#define CONFIG_HOSTNAME "usbarmory"