summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-30 16:38:00 -0700
committerTom Warren <twarren@nvidia.com>2016-02-16 09:17:53 -0700
commit41fa035ce1480aa87d42e4af0ed8ea841944c2c9 (patch)
treed25e795428627e6511d287e22ba23a986da8280b /include/configs
parentf5acf91f6f956c81489db283d55ec83ab780e5a3 (diff)
tegra: Convert CONFIG_PWM_TEGRA to Kconfig
Move this option to Kconfig and clean up the header files. Adjust the only user (the LCD driver) to work with the new driver. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/colibri_t20.h1
-rw-r--r--include/configs/harmony.h1
-rw-r--r--include/configs/medcom-wide.h1
-rw-r--r--include/configs/nyan-big.h1
-rw-r--r--include/configs/paz00.h1
-rw-r--r--include/configs/seaboard.h1
-rw-r--r--include/configs/tec.h1
-rw-r--r--include/configs/ventana.h1
8 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index 61d04b76e4..f3a1c9609b 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -53,7 +53,6 @@
#define CONFIG_TFTP_TSIZE
/* LCD support */
-#define CONFIG_PWM_TEGRA
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONFIG_CONSOLE_SCROLL_LINES 10
#define CONFIG_CMD_BMP
diff --git a/include/configs/harmony.h b/include/configs/harmony.h
index a78f7c4db9..353caec22f 100644
--- a/include/configs/harmony.h
+++ b/include/configs/harmony.h
@@ -60,7 +60,6 @@
#define CONFIG_CMD_DHCP
/* LCD support */
-#define CONFIG_PWM_TEGRA
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONFIG_CONSOLE_SCROLL_LINES 10
diff --git a/include/configs/medcom-wide.h b/include/configs/medcom-wide.h
index c3e91283c7..cd89fa537b 100644
--- a/include/configs/medcom-wide.h
+++ b/include/configs/medcom-wide.h
@@ -48,7 +48,6 @@
#define CONFIG_CMD_DHCP
/* LCD support */
-#define CONFIG_PWM_TEGRA
#define CONFIG_SYS_WHITE_ON_BLACK
/* support the new (FDT-based) image format */
diff --git a/include/configs/nyan-big.h b/include/configs/nyan-big.h
index eb00f2e8da..d99d93c18b 100644
--- a/include/configs/nyan-big.h
+++ b/include/configs/nyan-big.h
@@ -38,7 +38,6 @@
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
/* LCD support */
-#define CONFIG_PWM_TEGRA
#define CONFIG_AS3722_POWER
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONFIG_CMD_BMP
diff --git a/include/configs/paz00.h b/include/configs/paz00.h
index 04ddb1b0e8..6acecb1e27 100644
--- a/include/configs/paz00.h
+++ b/include/configs/paz00.h
@@ -48,7 +48,6 @@
#define CONFIG_CMD_DHCP
/* LCD support */
-#define CONFIG_PWM_TEGRA
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONFIG_CONSOLE_SCROLL_LINES 10
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 01650e4f61..fb9a106da3 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -66,7 +66,6 @@
#define CONFIG_USB_KEYBOARD
/* LCD support */
-#define CONFIG_PWM_TEGRA
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONFIG_CONSOLE_SCROLL_LINES 10
diff --git a/include/configs/tec.h b/include/configs/tec.h
index 9c2311bc34..50b9e97fe7 100644
--- a/include/configs/tec.h
+++ b/include/configs/tec.h
@@ -48,7 +48,6 @@
#define CONFIG_CMD_DHCP
/* LCD support */
-#define CONFIG_PWM_TEGRA
#define CONFIG_SYS_WHITE_ON_BLACK
/* support the new (FDT-based) image format */
diff --git a/include/configs/ventana.h b/include/configs/ventana.h
index 8d10ddebb1..7f970d011d 100644
--- a/include/configs/ventana.h
+++ b/include/configs/ventana.h
@@ -49,7 +49,6 @@
#define CONFIG_USB_KEYBOARD
/* LCD support */
-#define CONFIG_PWM_TEGRA
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONFIG_CONSOLE_SCROLL_LINES 10