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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user