diff options
author | Sangjung Woo <sangjung.woo@samsung.com> | 2016-11-12 11:55:56 +0900 |
---|---|---|
committer | Sangjung Woo <sangjung.woo@samsung.com> | 2016-11-13 18:12:23 -0800 |
commit | 1d0abb9be315b342dea25d5ce274b38882a14866 (patch) | |
tree | 4288233736639c3804a868c041ee5ca9eb646cae | |
parent | 5668970575eaf15b86b1743767c980b5ae870f68 (diff) | |
download | linux-exynos-accepted/tizen/common/20161114.171438.tar.gz linux-exynos-accepted/tizen/common/20161114.171438.tar.bz2 linux-exynos-accepted/tizen/common/20161114.171438.zip |
ARM: defconfig: odroid: enable USB PEAK CAN driversubmit/tizen/20161114.022710accepted/tizen/wearable/20161114.073948accepted/tizen/tv/20161114.073931accepted/tizen/mobile/20161114.073910accepted/tizen/ivi/20161114.074007accepted/tizen/common/20161114.171438
In order to support USB PEAK CAN driver, this patch enables it.
Change-Id: I7d859e657cd22ed753b93e41194b7a1eadf1f8fe
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
-rw-r--r-- | arch/arm/configs/tizen_odroid_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index ec4d163602d9..3457c4ef0c56 100644 --- a/arch/arm/configs/tizen_odroid_defconfig +++ b/arch/arm/configs/tizen_odroid_defconfig @@ -1173,7 +1173,7 @@ CONFIG_CAN_CALC_BITTIMING=y # CONFIG_CAN_ESD_USB2 is not set # CONFIG_CAN_GS_USB is not set # CONFIG_CAN_KVASER_USB is not set -# CONFIG_CAN_PEAK_USB is not set +CONFIG_CAN_PEAK_USB=y # CONFIG_CAN_8DEV_USB is not set # CONFIG_CAN_SOFTING is not set # CONFIG_CAN_DEBUG_DEVICES is not set |