
On Thu, 2016-01-14 at 11:28 -0700, Simon Glass wrote:
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
configs/colibri_t20_defconfig | 8 +++++--- configs/harmony_defconfig | 1 + configs/medcom-wide_defconfig | 1 + configs/nyan-big_defconfig | 1 + configs/paz00_defconfig | 1 + configs/seaboard_defconfig | 1 + configs/tec_defconfig | 1 + configs/ventana_defconfig | 1 + drivers/pwm/Kconfig | 8 ++++++++ include/configs/colibri_t20.h | 1 - include/configs/harmony.h | 1 - include/configs/medcom-wide.h | 1 - include/configs/nyan-big.h | 1 - include/configs/paz00.h | 1 - include/configs/seaboard.h | 1 - include/configs/tec.h | 1 - include/configs/ventana.h | 1 - 17 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/configs/colibri_t20_defconfig b/configs/colibri_t20_defconfig index 84e5bc5..49687cf 100644 --- a/configs/colibri_t20_defconfig +++ b/configs/colibri_t20_defconfig @@ -2,18 +2,20 @@ CONFIG_ARM=y CONFIG_TEGRA=y CONFIG_SPL_DM=y CONFIG_TEGRA20=y -CONFIG_TARGET_COLIBRI_T20=y -CONFIG_DEFAULT_DEVICE_TREE="tegra20-colibri" -CONFIG_SYS_PROMPT="Colibri T20 # " +CONFIG_TARGET_MEDCOM_WIDE=y +CONFIG_DEFAULT_DEVICE_TREE="tegra20-medcom-wide" +CONFIG_SYS_PROMPT="Tegra20 (Medcom-Wide) # "
Hm, I don't think you do want to change our Colibri T20 to become a Medcom Wide (;-p). Leaving that part off makes it at least boot again.
# CONFIG_CMD_IMI is not set # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y +# CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NFS is not set CONFIG_DM_PMIC=y CONFIG_DM_REGULATOR=y CONFIG_DM_PWM=y +CONFIG_PWM_TEGRA=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y
<snip>