diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-03 22:53:37 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-04 07:35:50 +0200 |
commit | b8bc13a12d46d461c0a0ace1d9dce37dc816e741 (patch) | |
tree | c240e584e5dd171ed8dcfe439b73c06d9f8b3435 /recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig | |
parent | 4b90bc3e1bc9fbd2796de43e4eec6fbede5b4949 (diff) |
linux-omap-psp 26.32: sync with beagleboard validation kernel again
This adds back support for the ds1307 RTC and adds support for the AT24 eeprom
Diffstat (limited to 'recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig')
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig index 5a33afa1eb..a2aeee49b3 100644 --- a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig +++ b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig @@ -1055,7 +1055,7 @@ CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7 # # EEPROM support # -# CONFIG_EEPROM_AT24 is not set +CONFIG_EEPROM_AT24=m # CONFIG_EEPROM_AT25 is not set # CONFIG_EEPROM_LEGACY is not set # CONFIG_EEPROM_MAX6875 is not set @@ -2442,7 +2442,7 @@ CONFIG_RTC_INTF_DEV=y # # I2C RTC drivers # -# CONFIG_RTC_DRV_DS1307 is not set +CONFIG_RTC_DRV_DS1307=m # CONFIG_RTC_DRV_DS1374 is not set # CONFIG_RTC_DRV_DS1672 is not set # CONFIG_RTC_DRV_MAX6900 is not set |