diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-06-11 12:33:17 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-06-11 12:33:19 +0900 |
commit | a0774ca76ce83b62dd006e5c673050f5ebbfca65 (patch) | |
tree | c36c3b3c1c81feddf101d35c60bd867e1fd679e8 | |
parent | e77bbced09161a029b10dc95847471ba68a05092 (diff) | |
download | linux-exynos-accepted/tizen_6.0_unified.tar.gz linux-exynos-accepted/tizen_6.0_unified.tar.bz2 linux-exynos-accepted/tizen_6.0_unified.zip |
arm64: configs: tizen_tm2_defconfig: Enable max77843 led drivertizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen/20200611.101611accepted/tizen/unified/20200612.022348accepted/tizen/6.0/unified/hotfix/20201102.235758accepted/tizen/6.0/unified/20201030.105136tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unified
Enable max77843 led driver.
Change-Id: Ie8576f9d451ab29412fc0e73e74e62cd82c4c281
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | arch/arm64/configs/tizen_tm2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig index 16c4e94e781f..52e89c64a278 100644 --- a/arch/arm64/configs/tizen_tm2_defconfig +++ b/arch/arm64/configs/tizen_tm2_defconfig @@ -381,6 +381,7 @@ CONFIG_MMC_DW=y CONFIG_MMC_DW_EXYNOS=y CONFIG_LEDS_CLASS_FLASH=y CONFIG_LEDS_GPIO=y +CONFIG_LEDS_MAX77843=y CONFIG_LEDS_KTD2692=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_RTC_CLASS=y |