diff options
author | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-04-13 18:55:16 +0200 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-04-13 19:03:20 +0200 |
commit | 5b3d1124a7492c1c62e73fe3a3556935406e7cce (patch) | |
tree | 14f7050bd75f854fd4fce96a33fa038f1157d3f8 | |
parent | 7018b0528014c02908d436d48b696c98fa3508d8 (diff) |
ccwmx51js: Remove unused kernel options
The MXC_MC13892_RTC option refers to a module which is not implemented
in the PMIC. Also, the I2C_MXC_SELECT3 option refers to an inexistent
I2C interface.
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
-rw-r--r-- | arch/arm/mach-mx51/Kconfig | 7 | ||||
-rw-r--r-- | drivers/mxc/pmic/mc13892/Kconfig | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-mx51/Kconfig b/arch/arm/mach-mx51/Kconfig index 1d04fe3237ce..0ffee796c115 100644 --- a/arch/arm/mach-mx51/Kconfig +++ b/arch/arm/mach-mx51/Kconfig @@ -117,13 +117,6 @@ config I2C_MXC_SELECT2 help Enable MX51 I2C2 module. -config I2C_MXC_SELECT3 - bool "Enable I2C3 module" - default n - depends on I2C_MXC - help - Enable MX51 I2C3 module. - endmenu menu "Serial Port Options" diff --git a/drivers/mxc/pmic/mc13892/Kconfig b/drivers/mxc/pmic/mc13892/Kconfig index 930e06ab2282..92f6dc8bdec5 100644 --- a/drivers/mxc/pmic/mc13892/Kconfig +++ b/drivers/mxc/pmic/mc13892/Kconfig @@ -11,13 +11,6 @@ config MXC_MC13892_ADC It controls also the touch screen interface. If you want MC13892 ADC support, you should say Y here -config MXC_MC13892_RTC - tristate "MC13892 Real Time Clock (RTC) support" - depends on MXC_PMIC_MC13892 - ---help--- - This is the MC13892 RTC module driver. This module provides kernel API - for RTC part of MC13892. - If you want MC13892 RTC support, you should say Y here config MXC_MC13892_LIGHT tristate "MC13892 Light and Backlight support" depends on MXC_PMIC_MC13892 |