From e5d5d4474ace2136009139e264b8edf2cddb13cb Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Wed, 25 Nov 2015 05:34:53 -0800 Subject: spi: Move SPI drivers to defconfig There are already Kconfig options for SPI drivers, but we have not moved them from config.h to defconfig files. This commit does this in a batch. Signed-off-by: Bin Meng --- configs/peach-pi_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/peach-pi_defconfig') diff --git a/configs/peach-pi_defconfig b/configs/peach-pi_defconfig index 08ccfc3..13e4acd 100644 --- a/configs/peach-pi_defconfig +++ b/configs/peach-pi_defconfig @@ -30,6 +30,7 @@ CONFIG_I2S=y CONFIG_I2S_SAMSUNG=y CONFIG_SOUND_MAX98095=y CONFIG_SOUND_WM8994=y +CONFIG_EXYNOS_SPI=y CONFIG_TPM_TIS_INFINEON=y CONFIG_USB=y CONFIG_DM_USB=y -- cgit v1.1