mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
545 B

  1. --- linux-2.4.22/arch/ppc/config.in 2003-08-25 13:44:40.000000000 +0200
  2. +++ linux-2.4.22-fixed/arch/ppc/config.in 2003-09-16 23:42:48.000000000 +0200
  3. @@ -222,8 +222,10 @@
  4. source drivers/parport/Config.in
  5. -tristate 'Generic /dev/rtc emulation' CONFIG_GEN_RTC
  6. -if [ "$CONFIG_GEN_RTC" = "n" -a "$CONFIG_APUS" != "y" ]; then
  7. +if [ "$CONFIG_PPC_RTC" != "y" ]; then
  8. + tristate 'Generic /dev/rtc emulation' CONFIG_GEN_RTC
  9. +fi
  10. +if [ "$CONFIG_GEN_RTC" != "y" -a "$CONFIG_APUS" != "y" ]; then
  11. tristate 'Support for /dev/rtc' CONFIG_PPC_RTC
  12. fi