From 41fa035ce1480aa87d42e4af0ed8ea841944c2c9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 30 Jan 2016 16:38:00 -0700 Subject: 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 Signed-off-by: Tom Warren --- configs/seaboard_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/seaboard_defconfig') diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig index 528707f469..7956670f25 100644 --- a/configs/seaboard_defconfig +++ b/configs/seaboard_defconfig @@ -15,6 +15,7 @@ CONFIG_CMD_GPIO=y 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 -- cgit v1.2.1