diff options
| author | Evan Wilson <evan@oliodevices.com> | 2014-11-30 20:15:47 -0800 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2014-11-30 20:15:47 -0800 |
| commit | 1e8641dc351a79cb2f03f91674ae6033c14c0058 (patch) | |
| tree | 7b0b4b43b586d1ab399a73a8dc59eaf86f32ac8e | |
| parent | f5dca526f2ceeff33ab3b330378eb08db4dd93c7 (diff) | |
| download | olio-linux-3.10-1e8641dc351a79cb2f03f91674ae6033c14c0058.tar.xz olio-linux-3.10-1e8641dc351a79cb2f03f91674ae6033c14c0058.zip | |
omap3_h1_defconfig: Turning off I2C and SPI debug messages
Change-Id: I2f4bd9f21783b01cb9de8f800473d2e47742ffde
| -rw-r--r-- | arch/arm/configs/omap3_h1_defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/configs/omap3_h1_defconfig b/arch/arm/configs/omap3_h1_defconfig index e4388de9908..24cd7594611 100644 --- a/arch/arm/configs/omap3_h1_defconfig +++ b/arch/arm/configs/omap3_h1_defconfig @@ -1448,11 +1448,11 @@ CONFIG_I2C_OMAP=y # Other I2C/SMBus bus drivers # # CONFIG_I2C_STUB is not set -CONFIG_I2C_DEBUG_CORE=y -CONFIG_I2C_DEBUG_ALGO=y -CONFIG_I2C_DEBUG_BUS=y +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set CONFIG_SPI=y -CONFIG_SPI_DEBUG=y +# CONFIG_SPI_DEBUG is not set CONFIG_SPI_MASTER=y # |