summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-11 10:05:44 -0700
committerSimon Glass <sjg@chromium.org>2015-11-19 20:13:41 -0700
commit51a8a72dc5064eb6d2f800a1da883a044b17c58b (patch)
tree3eeb07ba417aea4acacc9ad8ea12195cde4f92b6 /include
parent6b44ae6b06967cefd6dbc1993827593341fd62f7 (diff)
downloadu-boot-imx-51a8a72dc5064eb6d2f800a1da883a044b17c58b.zip
u-boot-imx-51a8a72dc5064eb6d2f800a1da883a044b17c58b.tar.gz
u-boot-imx-51a8a72dc5064eb6d2f800a1da883a044b17c58b.tar.bz2
Drop CONFIG_ISA_KEYBOARD
This option is mentioned but does not do anything. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/MIP405.h5
-rw-r--r--include/configs/PIP405.h5
2 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h
index ec62c8a..ba93c18 100644
--- a/include/configs/MIP405.h
+++ b/include/configs/MIP405.h
@@ -362,11 +362,6 @@
#define CONFIG_ISO_PARTITION /* Experimental */
/************************************************************
- * Keyboard support
- ************************************************************/
-#undef CONFIG_ISA_KEYBOARD
-
-/************************************************************
* Video support
************************************************************/
#define CONFIG_VIDEO /*To enable video controller support */
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h
index 45eecc4..aac5a4d 100644
--- a/include/configs/PIP405.h
+++ b/include/configs/PIP405.h
@@ -319,11 +319,6 @@
#define CONFIG_ISO_PARTITION /* Experimental */
/************************************************************
- * Keyboard support
- ************************************************************/
-#define CONFIG_ISA_KEYBOARD
-
-/************************************************************
* Video support
************************************************************/
#define CONFIG_VIDEO /*To enable video controller support */