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 /configs/aristainetos_defconfig | |
parent | f6771083a6278b3099cf66f268c0f4bc20879771 (diff) | |
download | u-boot-e0f0657ddf7322999da40fff95dce727e81848c7.tar.gz u-boot-e0f0657ddf7322999da40fff95dce727e81848c7.tar.bz2 u-boot-e0f0657ddf7322999da40fff95dce727e81848c7.zip |
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 'configs/aristainetos_defconfig')
-rw-r--r-- | configs/aristainetos_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/aristainetos_defconfig b/configs/aristainetos_defconfig index e645055afa..cb361daafb 100644 --- a/configs/aristainetos_defconfig +++ b/configs/aristainetos_defconfig @@ -49,6 +49,7 @@ CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ8XXX=y CONFIG_MII=y +CONFIG_PWM_IMX=y CONFIG_SPI=y CONFIG_MXC_SPI=y CONFIG_USB=y |