diff options
author | Heiko Schocher <hs@denx.de> | 2019-05-28 06:51:51 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 20:14:50 +0200 |
commit | e0f0657ddf7322999da40fff95dce727e81848c7 (patch) | |
tree | 10e6dda4ad4fe6c28f42980b5b1054d05021b347 /include/configs/ge_bx50v3.h | |
parent | f6771083a6278b3099cf66f268c0f4bc20879771 (diff) | |
download | u-boot-e0f0657ddf7322999da40fff95dce727e81848c7.tar.gz |
pwm: imx: add Kconfig support
add Kconfig support for this driver.
Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Martyn Welch <martyn.welch@collabora.co.uk>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r-- | include/configs/ge_bx50v3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 0481ed06a9..31214a6aa7 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -198,7 +198,6 @@ #define CONFIG_IMX_VIDEO_SKIP #define CONFIG_CMD_BMP -#define CONFIG_PWM_IMX #define CONFIG_IMX6_PWM_PER_CLK 66000000 #define CONFIG_PCI |