diff options
| author | Daniel Glockner <dg@emlix.com> | 2009-06-10 15:58:51 -0400 |
|---|---|---|
| committer | Chris Zankel <chris@zankel.net> | 2009-06-22 05:38:11 -0400 |
| commit | aafd1255d08fb26cab87d1b28ff35a15bdb2ed68 (patch) | |
| tree | 12aa8ffb3f2cffaec017522482340f17a2d176fe | |
| parent | 759c67e87bce54bd08e5fee1fdca975cebe5d3c2 (diff) | |
xtensa: enable m41t80 driver in s6105_defconfig
Signed-off-by: Daniel Glockner <dg@emlix.com>
Cc: David Brownell <david-b@pacbell.net>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
| -rw-r--r-- | arch/xtensa/configs/s6105_defconfig | 56 |
1 files changed, 53 insertions, 3 deletions
diff --git a/arch/xtensa/configs/s6105_defconfig b/arch/xtensa/configs/s6105_defconfig index a1eca01f8725..bb84fbc9921f 100644 --- a/arch/xtensa/configs/s6105_defconfig +++ b/arch/xtensa/configs/s6105_defconfig | |||
| @@ -351,8 +351,6 @@ CONFIG_UNIX98_PTYS=y | |||
| 351 | # CONFIG_LEGACY_PTYS is not set | 351 | # CONFIG_LEGACY_PTYS is not set |
| 352 | # CONFIG_IPMI_HANDLER is not set | 352 | # CONFIG_IPMI_HANDLER is not set |
| 353 | # CONFIG_HW_RANDOM is not set | 353 | # CONFIG_HW_RANDOM is not set |
| 354 | # CONFIG_RTC is not set | ||
| 355 | # CONFIG_GEN_RTC is not set | ||
| 356 | # CONFIG_R3964 is not set | 354 | # CONFIG_R3964 is not set |
| 357 | # CONFIG_RAW_DRIVER is not set | 355 | # CONFIG_RAW_DRIVER is not set |
| 358 | # CONFIG_TCG_TPM is not set | 356 | # CONFIG_TCG_TPM is not set |
| @@ -434,7 +432,59 @@ CONFIG_SSB_POSSIBLE=y | |||
| 434 | # CONFIG_MEMSTICK is not set | 432 | # CONFIG_MEMSTICK is not set |
| 435 | # CONFIG_NEW_LEDS is not set | 433 | # CONFIG_NEW_LEDS is not set |
| 436 | # CONFIG_ACCESSIBILITY is not set | 434 | # CONFIG_ACCESSIBILITY is not set |
| 437 | # CONFIG_RTC_CLASS is not set | 435 | CONFIG_RTC_LIB=y |
| 436 | CONFIG_RTC_CLASS=y | ||
| 437 | CONFIG_RTC_HCTOSYS=y | ||
| 438 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 439 | # CONFIG_RTC_DEBUG is not set | ||
| 440 | |||
| 441 | # | ||
| 442 | # RTC interfaces | ||
| 443 | # | ||
| 444 | # CONFIG_RTC_INTF_SYSFS is not set | ||
| 445 | # CONFIG_RTC_INTF_PROC is not set | ||
| 446 | # CONFIG_RTC_INTF_DEV is not set | ||
| 447 | # CONFIG_RTC_DRV_TEST is not set | ||
| 448 | |||
| 449 | # | ||
| 450 | # I2C RTC drivers | ||
| 451 | # | ||
| 452 | # CONFIG_RTC_DRV_DS1307 is not set | ||
| 453 | # CONFIG_RTC_DRV_DS1374 is not set | ||
| 454 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 455 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
| 456 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
| 457 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
| 458 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 459 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 460 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
| 461 | CONFIG_RTC_DRV_M41T80=y | ||
| 462 | # CONFIG_RTC_DRV_M41T80_WDT is not set | ||
| 463 | # CONFIG_RTC_DRV_S35390A is not set | ||
| 464 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 465 | # CONFIG_RTC_DRV_RX8581 is not set | ||
| 466 | |||
| 467 | # | ||
| 468 | # SPI RTC drivers | ||
| 469 | # | ||
| 470 | |||
| 471 | # | ||
| 472 | # Platform RTC drivers | ||
| 473 | # | ||
| 474 | # CONFIG_RTC_DRV_DS1286 is not set | ||
| 475 | # CONFIG_RTC_DRV_DS1511 is not set | ||
| 476 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 477 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 478 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
| 479 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 480 | # CONFIG_RTC_DRV_M48T35 is not set | ||
| 481 | # CONFIG_RTC_DRV_M48T59 is not set | ||
| 482 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
| 483 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 484 | |||
| 485 | # | ||
| 486 | # on-CPU RTC drivers | ||
| 487 | # | ||
| 438 | # CONFIG_DMADEVICES is not set | 488 | # CONFIG_DMADEVICES is not set |
| 439 | # CONFIG_UIO is not set | 489 | # CONFIG_UIO is not set |
| 440 | # CONFIG_STAGING is not set | 490 | # CONFIG_STAGING is not set |
