diff options
author | Shaveta Leekha <shaveta@freescale.com> | 2012-03-17 14:28:56 +0530 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-29 08:14:13 -0500 |
commit | 2a78aeb1078994f6dab0173c2ecf5d9803ef0e8e (patch) | |
tree | 5f22833db7c63f1345d7a9a89d9f1c0d423463dd /arch/powerpc/configs/mpc85xx_defconfig | |
parent | 2fc1fc0338d568723b32e2d7a79b644f6137fd00 (diff) |
powerpc/85xx: Enable I2C_CHARDEV and I2C_MPC options in defconfigs
Enable I2C char dev interface for user space testing of I2C controler.
Enable the I2C driver on 64-bit builds (corenet64_smp_defconfig) as it
was missing.
Signed-off-by: Shaveta Leekha <shaveta@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc85xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig index 5fb0c8a94811..a068eadfe056 100644 --- a/arch/powerpc/configs/mpc85xx_defconfig +++ b/arch/powerpc/configs/mpc85xx_defconfig @@ -117,6 +117,7 @@ CONFIG_SERIAL_8250_RSA=y CONFIG_SERIAL_QE=m CONFIG_NVRAM=y CONFIG_I2C=y +CONFIG_I2C_CHARDEV=y CONFIG_I2C_CPM=m CONFIG_I2C_MPC=y CONFIG_SPI=y |