Jeff Mahoney 63642f
-------------------------------------------------------------------
Michal Marek 1fcdac
Fri Sep 25 20:35:38 UTC 2015 - mmarek@suse.com
Michal Marek 1fcdac
Michal Marek 1fcdac
- Drop the -desktop flavors and merge these settings back to
Michal Marek 1fcdac
  i386/pae and x86_64/default, respectively:
Michal Marek 1fcdac
  - CONFIG_PREEMPT=y
Michal Marek 1fcdac
  - vm.dirty_ratio=20
Michal Marek 1fcdac
  The builtin driver choices of the desktop configs were discarded
Michal Marek 1fcdac
  and CONFIG_HZ is 250 (fate#319416).
Michal Marek 1fcdac
Michal Marek 1fcdac
-------------------------------------------------------------------
Jean Delvare 9a477d
Fri Feb 13 14:58:32 CET 2015 - jdelvare@suse.de
Jean Delvare 9a477d
Jean Delvare 9a477d
- On x86 and ppc*:
Jean Delvare 9a477d
  - CONFIG_I2C_SLAVE=n
Jean Delvare 9a477d
  There is currently no known use case for this feature on these
Jean Delvare 9a477d
  architectures, and it has a small build time and size cost.
Jean Delvare 9a477d
Jean Delvare 9a477d
-------------------------------------------------------------------
David Disseldorp 837860
Fri May 23 10:04:27 UTC 2014 - ddiss@suse.com
David Disseldorp 837860
David Disseldorp 837860
- cifs.ko is currently built with support for the base SMB1/CIFS
David Disseldorp 837860
  dialect only. SMB1/CIFS support can be disabled in Windows 8.1
David Disseldorp 837860
  and Windows Server 2012 R2, and is completely unsupported with
David Disseldorp 837860
  the Microsoft Azure File service, leaving cifs.ko users unable
David Disseldorp 837860
  to access files on such servers without this change
David Disseldorp 837860
  (fate#317480).
David Disseldorp 837860
  - CONFIG_CIFS_SMB2=y
David Disseldorp 837860
David Disseldorp 837860
-------------------------------------------------------------------
Jean Delvare e60ddc
Thu Mar  6 10:48:07 CET 2014 - jdelvare@suse.de
Jean Delvare e60ddc
Jean Delvare e60ddc
-  The generic thermal module is used by several ACPI components
Jean Delvare e60ddc
   (processor, fan, thermal and video) and a few other drivers. So
Jean Delvare e60ddc
   in practice it will end up being loaded on almost all systems
Jean Delvare e60ddc
   which support ACPI. It is small so build it into the kernel to
Jean Delvare e60ddc
   improve boot speed on all ACPI-enabled architectures (i386,
Jean Delvare e60ddc
   x86_64 and ia64.)
Jean Delvare e60ddc
   - CONFIG_THERMAL=y
Jean Delvare e60ddc
Jean Delvare e60ddc
-------------------------------------------------------------------
Jean Delvare 9e6b04
Fri Feb 28 18:38:01 CET 2014 - jdelvare@suse.de
Jean Delvare 9e6b04
Jean Delvare 9e6b04
- The msr driver creates /dev/cpu/*/msr through which you can poke
Jean Delvare 9e6b04
  at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
Jean Delvare 9e6b04
  to remove that module if it is not needed.
Jean Delvare 9e6b04
  - CONFIG_X86_MSR=m
Jean Delvare 9e6b04
Jean Delvare 9e6b04
-------------------------------------------------------------------
Jean Delvare 70247d
Tue Feb 25 11:44:55 CET 2014 - jdelvare@suse.de
Jean Delvare 70247d
Jean Delvare 70247d
- systemd requires autofs, so autofs4.ko will always be loaded on
Jean Delvare 70247d
  boot. For performance reasons, it makes sense to build it into
Jean Delvare 70247d
  the kernel (bnc#863771).
Jean Delvare 70247d
  - CONFIG_AUTOFS4_FS=y
Jean Delvare 70247d
Jean Delvare 70247d
-------------------------------------------------------------------
Jean Delvare 3d57f7
Thu Jan  9 14:38:52 CET 2014 - jdelvare@suse.de
Jean Delvare 3d57f7
Jean Delvare 3d57f7
- Forcing module unloading can't lead to anything good. If
Jean Delvare 3d57f7
  reference counting is wrong then it should be fixed. If the
Jean Delvare 3d57f7
  reference count is right and a regular (unforced) unloading
Jean Delvare 3d57f7
  doesn't work, then a forced unloading can only lead to chaos and
Jean Delvare 3d57f7
  ultimately a kernel crash.
Jean Delvare 3d57f7
  - CONFIG_MODULE_FORCE_UNLOAD=n
Jean Delvare 3d57f7
Jean Delvare 3d57f7
-------------------------------------------------------------------
Jean Delvare 95d3d3
Mon Jan  6 15:06:59 CET 2014 - jdelvare@suse.de
Jean Delvare 95d3d3
Jean Delvare 95d3d3
- Disable old VIA I2C bus driver. No 64-bit system would need it.
Jean Delvare 95d3d3
  - CONFIG_I2C_VIA=n
Jean Delvare 95d3d3
Jean Delvare 95d3d3
-------------------------------------------------------------------
Michal Marek 678681
Mon Sep 30 14:34:41 UTC 2013 - mmarek@suse.cz
Michal Marek 678681
Michal Marek 678681
- Do not build udlfb, to avoid conflict with udl (fate#316407)
Michal Marek 678681
  CONFIG_FB_UDL=n
Michal Marek 678681
Michal Marek 678681
-------------------------------------------------------------------
Michal Marek b34e73
Mon Sep 30 12:39:40 UTC 2013 - mmarek@suse.cz
Michal Marek b34e73
Michal Marek b34e73
- Disable fb drivers that have been blacklisted via
Michal Marek b34e73
  /etc/modprobe.d/50-blacklist.conf for a long time:
Michal Marek b34e73
  CONFIG_FB_ATY=n
Michal Marek b34e73
  CONFIG_FB_ATY128=n
Michal Marek b34e73
  CONFIG_FB_CYBER2000=n
Michal Marek b34e73
  CONFIG_FB_MATROX=n (and dependent options)
Michal Marek b34e73
  CONFIG_FB_HGA=n
Michal Marek b34e73
  CONFIG_FB_I810=n
Michal Marek b34e73
  CONFIG_MDA_CONSOLE=n
Michal Marek b34e73
  CONFIG_FB_NEOMAGIC=n
Michal Marek b34e73
  CONFIG_FB_PM2=n
Michal Marek b34e73
  CONFIG_FB_PM3=n
Michal Marek b34e73
  CONFIG_FB_RADEON=n
Michal Marek b34e73
  CONFIG_FB_RIVA=n
Michal Marek b34e73
  CONFIG_FB_SIS=n
Michal Marek b34e73
  CONFIG_FB_VOODOO1=n
Michal Marek b34e73
  CONFIG_FB_3DFX=n
Michal Marek b34e73
  CONFIG_FB_TRIDENT=n
Michal Marek b34e73
  CONFIG_FB_VGA16=n
Michal Marek b34e73
  CONFIG_FB_KYRO=n
Michal Marek b34e73
  CONFIG_FB_ARC=n
Michal Marek b34e73
  CONFIG_FB_CIRRUS=n
Michal Marek b34e73
  CONFIG_FB_GEODE_LX=n
Michal Marek b34e73
  CONFIG_FB_GEODE_GX=n
Michal Marek b34e73
  CONFIG_FB_GEODE_GX1=n
Michal Marek b34e73
  CONFIG_FB_NVIDIA=n
Michal Marek b34e73
  CONFIG_FB_S1D13XXX=n
Michal Marek b34e73
  CONFIG_FB_SAVAGE=n
Michal Marek b34e73
  CONFIG_FB_ARK=n
Michal Marek b34e73
  CONFIG_FB_CARMINE=n
Michal Marek b34e73
  CONFIG_FB_N411=n
Michal Marek b34e73
  CONFIG_FB_HECUBA=n
Michal Marek b34e73
  CONFIG_FB_S3=n
Michal Marek b34e73
  CONFIG_FB_SM501=n
Michal Marek b34e73
  CONFIG_FB_VIA=n
Michal Marek b34e73
  CONFIG_CONFIG_FB_LE80578=n
Michal Marek b34e73
  CONFIG_FB_VT8623=n
Michal Marek b34e73
Michal Marek b34e73
Michal Marek b34e73
-------------------------------------------------------------------
Jean Delvare 528f28
Fri Sep 27 10:26:33 CEST 2013 - jdelvare@suse.de
Jean Delvare 528f28
Jean Delvare 528f28
- */debug: enable fscache debugging.
Jean Delvare 528f28
  - CONFIG_FSCACHE_DEBUG=y
Jean Delvare 528f28
  - CONFIG_CACHEFILES_DEBUG=y
Jean Delvare 528f28
Jean Delvare 528f28
-------------------------------------------------------------------
Jean Delvare 49e25f
Tue May 14 12:56:50 CEST 2013 - jdelvare@suse.de
Jean Delvare 49e25f
Jean Delvare 49e25f
- All but armv7hl/cubox: make PHYLIB modular. Most systems don't
Jean Delvare 49e25f
  need it, and it registers a mdio_bus driver. As a side effect,
Jean Delvare 49e25f
  we have to disable PHY emulation support, as it is only availble
Jean Delvare 49e25f
  when PHYLIB is built-in. This driver is rather weird anyway and
Jean Delvare 49e25f
  hopefully no system we want to support needs it, so it should be
Jean Delvare 49e25f
  OK.
Jean Delvare 49e25f
  - CONFIG_PHYLIB=m
Jean Delvare 49e25f
  - CONFIG_FIXED_PHY=n
Jean Delvare 7e7365
  - CONFIG_OF_MDIO=m (for configs which have CONFIG_OF=y)
Jean Delvare 49e25f
Jean Delvare 49e25f
-------------------------------------------------------------------
Jean Delvare fc6f98
Sun May  5 09:53:46 CEST 2013 - jdelvare@suse.de
Jean Delvare fc6f98
Jean Delvare fc6f98
- All other major Linux distributions are building their kernel
Jean Delvare fc6f98
  with -fstack-protector, so do the same. See the discussion at:
Jean Delvare fc6f98
  http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
Jean Delvare fc6f98
  http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
Jean Delvare fc6f98
  http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
Jean Delvare fc6f98
  - CONFIG_CC_STACKPROTECTOR=y
Jean Delvare fc6f98
Jean Delvare fc6f98
-------------------------------------------------------------------
Jean Delvare 688764
Fri Apr  5 13:50:12 CEST 2013 - jdelvare@suse.de
Jean Delvare 688764
Jean Delvare 688764
- All kernels which include core (MFD) support for the ViperBoard
Jean Delvare 688764
  should also include the actual drivers for its functions:
Jean Delvare 688764
  - CONFIG_I2C_VIPERBOARD=m
Jean Delvare 688764
  - CONFIG_GPIO_VIPERBOARD=m
Jean Delvare 688764
Jean Delvare 688764
-------------------------------------------------------------------
Jean Delvare c81a0d
Fri Apr  5 13:40:41 CEST 2013 - jdelvare@suse.de
Jean Delvare c81a0d
Jean Delvare c81a0d
- All but arm: disable UCB1400 support. Currently it is only used
Jean Delvare c81a0d
  on ARM OMAP systems, and part of the code is dead code that can't
Jean Delvare c81a0d
  even be modularized.
Jean Delvare c81a0d
  - CONFIG_UCB1400_CORE=n
Jean Delvare c81a0d
  - CONFIG_TOUCHSCREEN_UCB1400=n
Jean Delvare c81a0d
  - CONFIG_GPIO_UCB1400=n
Jean Delvare c81a0d
Jean Delvare c81a0d
-------------------------------------------------------------------
Jean Delvare ab03c8
Sat Mar 30 13:16:21 CET 2013 - jdelvare@suse.de
Jean Delvare ab03c8
Jean Delvare ab03c8
- DSA drivers can be built as modules since kernel v3.3, so do
Jean Delvare ab03c8
  that:
Jean Delvare ab03c8
  - CONFIG_NET_DSA=m
Jean Delvare ab03c8
  - CONFIG_NET_DSA_MV88E6XXX=m
Jean Delvare ab03c8
  - CONFIG_NET_DSA_MV88E6060=m
Jean Delvare ab03c8
  - CONFIG_NET_DSA_MV88E6131=m
Jean Delvare ab03c8
  - CONFIG_NET_DSA_MV88E6123_61_65=m
Jean Delvare ab03c8
Jean Delvare ab03c8
-------------------------------------------------------------------
Jean Delvare c1b3c2
Fri Mar 29 14:57:15 CET 2013 - jdelvare@suse.de
Jean Delvare c1b3c2
Jean Delvare c1b3c2
- CONFIG_I2C_COMPAT=n
Jean Delvare c1b3c2
  Disable compatibility with lm-sensors <= 3.1.1, version 3.1.2 was
Jean Delvare c1b3c2
  released 3 years ago.
Jean Delvare c1b3c2
Jean Delvare c1b3c2
-------------------------------------------------------------------
Jan Beulich d80afa
Thu Jun 14 16:50:35 CEST 2010 - jbeulich@suse.com
Jan Beulich d80afa
Jan Beulich d80afa
- {i386,x86_64}/*: ATA_PIIX=m.
Jan Beulich d80afa
Jan Beulich d80afa
-------------------------------------------------------------------
Alexander Graf 42de6f
Tue Dec 13 13:32:40 UTC 2011 - agraf@suse.com
Alexander Graf 42de6f
Alexander Graf 42de6f
- CONFIG_DEBUG_STACKOVERFLOW=n on PPC
Alexander Graf 42de6f
  PPC was diverging from other archs in this option, needlessly
Alexander Graf 42de6f
  slowing down the system and adding needless kernel messages.
Alexander Graf 42de6f
Alexander Graf 42de6f
-------------------------------------------------------------------
Michal Marek 1b6bf5
Tue Jun 21 11:38:10 UTC 2011 - mmarek@novell.com
Michal Marek 1b6bf5
Michal Marek 1b6bf5
- Updated to 3.0-rc4:
Michal Marek 1b6bf5
  - USB_NET_KALMIA=m
Michal Marek 1b6bf5
  - BACKLIGHT_ADP8870=m
Michal Marek 1b6bf5
Michal Marek 1b6bf5
-------------------------------------------------------------------
Thomas Renninger b308ef
Fri Jan 21 02:35:17 CET 2011 - trenn@suse.de
Thomas Renninger b308ef
Thomas Renninger b308ef
- CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
Thomas Renninger b308ef
  power:power_start/end tracing events got replace by power:cpu_idle
Thomas Renninger b308ef
  Let's still throw the old ones as well for a while to stay
Thomas Renninger b308ef
  compatible with current userspace tools.
Thomas Renninger b308ef
Thomas Renninger b308ef
-------------------------------------------------------------------
Jeff Mahoney 9446eb
Mon Jan 10 15:31:41 CET 2011 - jeffm@suse.de
Jeff Mahoney 9446eb
Jeff Mahoney 9446eb
- Enabled AGP modules to build as part of the static i386 kernel:
Jeff Mahoney 9446eb
  - bnc#609607
Jeff Mahoney 9446eb
  - CONFIG_AGP_ALI=y
Jeff Mahoney 9446eb
  - CONFIG_AGP_ATI=y
Jeff Mahoney 9446eb
  - CONFIG_AGP_AMD=y
Jeff Mahoney 9446eb
  - CONFIG_AGP_NVIDIA=y
Jeff Mahoney 9446eb
  - CONFIG_AGP_SWORKS=y
Jeff Mahoney 9446eb
  - CONFIG_AGP_EFFICEON=y
Jeff Mahoney 9446eb
Jeff Mahoney 9446eb
-------------------------------------------------------------------
Jan Beulich d385df
Mon Dec 13 12:17:15 CEST 2010 - jbeulich@novell.com
Jan Beulich d385df
Jan Beulich d385df
- */xen: XEN_NETDEV_LOOPBACK=n (no longer needed/supported).
Jan Beulich d385df
Jan Beulich d385df
-------------------------------------------------------------------
Jan Beulich 5343e5
Fri Dec 10 09:20:36 CEST 2010 - jbeulich@novell.com
Jan Beulich 5343e5
Jan Beulich 5343e5
- */xen: CONFIG_XEN_COMPAT=0x040000.
Jan Beulich 5343e5
Jan Beulich 5343e5
-------------------------------------------------------------------
Jeff Mahoney 0aca8b
Tue Nov 16 20:18:04 CET 2010 - jeffm@suse.de
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
- Updated to 2.6.36-rc2:
Jeff Mahoney 0aca8b
  - SYSFS_DEPRECATED: enable deprecated sysfs features to support
Jeff Mahoney 0aca8b
                      old userspace tools
Jeff Mahoney 0aca8b
    - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - Userspace tools should be updated. If they aren't by
Jeff Mahoney 0aca8b
      release time we can enable this.
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - JUMP_LABEL: Optimize trace point call sites
Jeff Mahoney 0aca8b
    - With compiler support, allows trace points to be optimized
Jeff Mahoney 0aca8b
      out entirely until used
Jeff Mahoney 0aca8b
    - Enabled; defaults to n
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - BLK_DEV_THROTTLING: Block layer bio throttling support
Jeff Mahoney 0aca8b
    - Adds a blkio cgroup container for creating per-device IO
Jeff Mahoney 0aca8b
      rate policies
Jeff Mahoney 0aca8b
    - Enabled; defaults to n
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - IRQ_TIME_ACCOUNTING: Fine granularity task level IRQ time accounting
Jeff Mahoney 0aca8b
    - Adds a timestamp during transitions between softirq and
Jeff Mahoney 0aca8b
      hardirq state
Jeff Mahoney 0aca8b
    - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - There is a performance impact and its usefulness is
Jeff Mahoney 0aca8b
      questionable unless you're working on a driver.
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - X86_RESERVE_LOW: Amount of low memory, in kilobytes, to reserve
Jeff Mahoney 0aca8b
                     for the BIOS
Jeff Mahoney 0aca8b
    - Reserve low memory for the BIOS; Some BIOSes can trash parts
Jeff Mahoney 0aca8b
      of low memory during suspend/resume or hotplug events
Jeff Mahoney 0aca8b
    - Set to 64k; the default
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - PM_OPP: Operating Performance Point (OPP) Layer library
Jeff Mahoney 0aca8b
    - Represents voltage domains for certain SoCs
Jeff Mahoney 0aca8b
    - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - openSUSE isn't targetting x86-based SoCs so this is
Jeff Mahoney 0aca8b
      unnecessary
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - BKL: Big Kernel Lock
Jeff Mahoney 0aca8b
    - Enabled; defaults to y
Jeff Mahoney 0aca8b
    - While it would be nice to answer n here, it's really only meant for
Jeff Mahoney 0aca8b
      developers working on BKL removal
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - SPARSE_RCU_POINTER: RCU debugging: sparse-based checks for pointer usage
Jeff Mahoney 0aca8b
    - Disabled; defaults to n
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - TEST_LIST_SORT: Linked list sorting test
Jeff Mahoney 0aca8b
    - Disabled; defaults to n
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - PHONET_PIPECTRLR: Phonet Pipe Controller
Jeff Mahoney 0aca8b
    - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - Experimental
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - BLK_DEV_RBD: Rados block device (RBD)
Jeff Mahoney 0aca8b
    - The Rados block device, which stripes a block device over objects
Jeff Mahoney 0aca8b
      stored in the Ceph distributed object store.
Jeff Mahoney 0aca8b
    - Enabled as m; defaults to n
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - Networking features:
Jeff Mahoney 0aca8b
    - NET_ACT_CSUM: Checksum Updating
Jeff Mahoney 0aca8b
      - Update a common checksum after some direct packet alterations
Jeff Mahoney 0aca8b
      - Enabled as m; defaults to n
Jeff Mahoney 0aca8b
    - NET_IPGRE_DEMUX: IP: GRE demultiplexer
Jeff Mahoney 0aca8b
      - This is helper module to demultiplex GRE packets on GRE version
Jeff Mahoney 0aca8b
        field criteria.
Jeff Mahoney 0aca8b
      - Enabled as m; defaults to n
Jeff Mahoney 0aca8b
    - IP_VS_PE_SIP: SIP persistence engine
Jeff Mahoney 0aca8b
      - Allow persistence based on the SIP Call-ID
Jeff Mahoney 0aca8b
      - Enabled as m; defaults to n
Jeff Mahoney 0aca8b
    - PPTP: PPP over IPv4 (PPTP) (EXPERIMENTAL)
Jeff Mahoney 0aca8b
      - In-kernel acceleration for PPTP connections
Jeff Mahoney 0aca8b
      - Enabled as m; defaults to n
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - File system features:
Jeff Mahoney 0aca8b
    - FANOTIFY: Filesystem wide access notification
Jeff Mahoney 0aca8b
      - Enabled; defaults to n
Jeff Mahoney 0aca8b
      - FANOTIFY_ACCESS_PERMISSIONS: fanotify permissions checking
Jeff Mahoney 0aca8b
        - Enabled; defaults to n
Jeff Mahoney 0aca8b
    - NFS_USE_NEW_IDMAPPER: Use the new idmapper upcall routine (NFS)
Jeff Mahoney 0aca8b
      - Disabled; defaults to n
Jeff Mahoney 0aca8b
      - Can be enabled when userspace support is confirmed
Jeff Mahoney 0aca8b
    - NFSD_DEPRECATED: Include support for deprecated syscall interface to NFSD
Jeff Mahoney 0aca8b
      - Enabled; defaults to y
Jeff Mahoney 0aca8b
      - Can be disabled when userspace support for the fs-based interface is
Jeff Mahoney 0aca8b
        confirmed
Jeff Mahoney 0aca8b
    - 9P_FS_POSIX_ACL: 9P POSIX Access Control Lists
Jeff Mahoney 0aca8b
      - Enabled; defaults to n
Jeff Mahoney 0aca8b
    - CEPH_LIB: Ceph core library
Jeff Mahoney 0aca8b
      - cephlib, which provides the common functionality to both the Ceph
Jeff Mahoney 0aca8b
        filesystem and to the rados block device (rbd).
Jeff Mahoney 0aca8b
      - Enabled as m; defaults to n
Jeff Mahoney 0aca8b
      - PRETTYDEBUG: Include file:line in ceph debug output
Jeff Mahoney 0aca8b
        - Enabled; defaults to n
Jeff Mahoney 0aca8b
        - There aren't a lot of ceph users out there and since this is still
Jeff Mahoney 0aca8b
          experimental, any help in debugging is a plus.
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - New driver support; All are modular
Jeff Mahoney 0aca8b
    - APDS9802ALS: Medfield Avago APDS9802 ALS Sensor module (APDS9802ALS)
Jeff Mahoney 0aca8b
      - ALS APDS9802 ambient light sensor
Jeff Mahoney 0aca8b
    - ISL29020: Intersil ISL29020 ambient light sensor
Jeff Mahoney 0aca8b
    - SENSORS_BH1770: BH1770GLC / SFH7770 combined ALS - Proximity sensor
Jeff Mahoney 0aca8b
    - SENSORS_APDS990X: APDS990X combined als and proximity sensors
Jeff Mahoney 0aca8b
    - PCH_CAN: PCH CAN
Jeff Mahoney 0aca8b
      - PCH CAN of Topcliff which is an IOH for x86 embedded processor
Jeff Mahoney 0aca8b
    - PCH_PHUB: PCH Packet Hub of Intel Topcliff
Jeff Mahoney 0aca8b
    - PCH_GBE: PCH Gigabit Ethernet
Jeff Mahoney 0aca8b
    - GPIO_PCH: PCH GPIO of Intel Topcliff
Jeff Mahoney 0aca8b
    - SPI_TOPCLIFF_PCH: Topcliff PCH SPI Controller
Jeff Mahoney 0aca8b
    - GPIO_BASIC_MMIO: Basic memory-mapped GPIO controllers support
Jeff Mahoney 0aca8b
    - GPIO_VX855: VIA VX855/VX875 GPIO
Jeff Mahoney 0aca8b
    - GPIO_74X164: 74x164 serial-in/parallel-out 8-bits shift register
Jeff Mahoney 0aca8b
    - BATTERY_BQ20Z75: TI BQ20z75 gas gauge
Jeff Mahoney 0aca8b
    - SENSORS_GPIO_FAN: GPIO fan
Jeff Mahoney 0aca8b
    - SENSORS_LTC4261: Linear Technology LTC4261
Jeff Mahoney 0aca8b
    - SENSORS_W83795: Winbond/Nuvoton W83795G/ADG
Jeff Mahoney 0aca8b
      - SENSORS_W83795_FANCTRL: Include fan control support (DANGEROUS)
Jeff Mahoney 0aca8b
        - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - CAN_TSCAN1: TS-CAN1 PC104 boards
Jeff Mahoney 0aca8b
      - Technologic Systems' TSCAN-1 PC104 boards.
Jeff Mahoney 0aca8b
    - OLPC_XO1: OLPC XO-1 support
Jeff Mahoney 0aca8b
      - Support for non-essential features of the OLPC XO-1 laptop
Jeff Mahoney 0aca8b
    - SCSI_CXGB4_ISCSI: Chelsio T4 iSCSI support
Jeff Mahoney 0aca8b
    - BCM63XX_PHY: Broadcom 63xx SOCs internal PHY
Jeff Mahoney 0aca8b
    - BNA: Brocade 1010/1020 10Gb Ethernet Driver support
Jeff Mahoney 0aca8b
    - USB_NET_CX82310_ETH: Conexant CX82310 USB ethernet port
Jeff Mahoney 0aca8b
    - TABLET_USB_HANWANG: Hanwang Art Master III tablet support (USB)
Jeff Mahoney 0aca8b
    - TOUCHSCREEN_BU21013: BU21013 based touch panel controllers
Jeff Mahoney 0aca8b
    - SERIO_PS2MULT: TQC PS/2 multiplexer
Jeff Mahoney 0aca8b
    - I2C_MUX_PCA9541: NXP PCA9541 I2C Master Selector
Jeff Mahoney 0aca8b
    - I2C_INTEL_MID: Intel Moorestown/Medfield Platform I2C controller
Jeff Mahoney 0aca8b
    - MFD_MC13XXX: Freescale MC13783 and MC13892
Jeff Mahoney 0aca8b
    - MFD_VX855: VIA VX855/VX875 integrated south bridge
Jeff Mahoney 0aca8b
    - REGULATOR_MAX8952: Maxim MAX8952 Power Management IC
Jeff Mahoney 0aca8b
    - REGULATOR_LP3972: National Semiconductors LP3972 PMIC regulator driver
Jeff Mahoney 0aca8b
    - IR_RC5_SZ_DECODER: raw decoder for the RC-5 (streamzap) protocol
Jeff Mahoney 0aca8b
    - IR_NUVOTON: Nuvoton w836x7hg Consumer Infrared Transceiver
Jeff Mahoney 0aca8b
    - VIDEO_VIVI: Virtual Video Driver
Jeff Mahoney 0aca8b
    - VIDEO_SR030PC30: SR030PC30 VGA camera sensor
Jeff Mahoney 0aca8b
    - VIDEO_VIA_CAMERA: VIAFB camera controller
Jeff Mahoney 0aca8b
      - SOC_CAMERA_IMX074: imx074 support
Jeff Mahoney 0aca8b
        - Enabled as module; defaults to n
Jeff Mahoney 0aca8b
    - SOC_CAMERA_OV6650: ov6650 sensor
Jeff Mahoney 0aca8b
    - USB_GSPCA_KONICA: Konica USB Camera V4L2 driver
Jeff Mahoney 0aca8b
    - USB_GSPCA_XIRLINK_CIT: Xirlink C-It USB Camera
Jeff Mahoney 0aca8b
    - DVB_USB_LME2510: LME DM04/QQBOX DVB-S USB2.0 support
Jeff Mahoney 0aca8b
    - STUB_POULSBO: Intel GMA500 Stub Driver
Jeff Mahoney 0aca8b
    - SND_ALOOP: Generic loopback driver (PCM)
Jeff Mahoney 0aca8b
    - SND_AZT1605: Aztech AZT1605 Driver
Jeff Mahoney 0aca8b
    - SND_AZT2316: Aztech AZT2316 Driver
Jeff Mahoney 0aca8b
    - HID_UCLOGIC: UC-Logic
Jeff Mahoney 0aca8b
    - HID_WALTOP: Waltop
Jeff Mahoney 0aca8b
    - HID_ROCCAT_PYRA: Roccat Pyra mouse support
Jeff Mahoney 0aca8b
    - USB_UAS: USB Attached SCSI
Jeff Mahoney 0aca8b
    - USB_SERIAL_SAMBA: USB Atmel SAM Boot Assistant (SAM-BA) driver
Jeff Mahoney 0aca8b
    - USB_YUREX: USB YUREX driver support
Jeff Mahoney 0aca8b
    - MMC_USHC: USB SD Host Controller (USHC) support
Jeff Mahoney 0aca8b
    - EDAC_MCE_INJ: Simple MCE injection interface over /sysfs
Jeff Mahoney 0aca8b
    - EDAC_I7300: Intel Clarksboro MCH
Jeff Mahoney 0aca8b
    - IDEAPAD_LAPTOP: Lenovo IdeaPad Laptop Extras
Jeff Mahoney 0aca8b
    - IBM_RTL: IBM Premium Real Time Mode
Jeff Mahoney 0aca8b
    - XO1_RFKILL: OLPC XO-1 software RF kill switch
Jeff Mahoney 0aca8b
    - R8712U: RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver
Jeff Mahoney 0aca8b
      - R8712_AP: Realtek RTL8712U AP code
Jeff Mahoney 0aca8b
        - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - CARL9170: Linux Community AR9170 802.11n USB support
Jeff Mahoney 0aca8b
      - This is another driver for the Atheros "otus" 802.11n USB devices.
Jeff Mahoney 0aca8b
      - CARL9170_LEDS: SoftLED Support
Jeff Mahoney 0aca8b
        - Necessary for LED blinking
Jeff Mahoney 0aca8b
	- Enabled; defaults to y
Jeff Mahoney 0aca8b
      - CARL9170_DEBUGFS: DebugFS Support
Jeff Mahoney 0aca8b
        - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - STMMAC_ETH: STMicroelectronics 10/100/1000 Ethernet driver
Jeff Mahoney 0aca8b
      - STMMAC_DA: STMMAC DMA arbitration scheme
Jeff Mahoney 0aca8b
        - forces rx priority over tx instead of 1:1 priority
Jeff Mahoney 0aca8b
	- Disabled; defaults to n
Jeff Mahoney 0aca8b
      - STMMAC_DUAL_MAC: STMMAC: dual mac support (EXPERIMENTAL)
Jeff Mahoney 0aca8b
        - Some ST SoCs (for example the stx7141 and stx7200c2) have
Jeff Mahoney 0aca8b
	  two Ethernet Controllers. This option turns on the second
Jeff Mahoney 0aca8b
	  Ethernet device on this kind of platforms.
Jeff Mahoney 0aca8b
	- Enabled; defaults to n
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - Staging Drivers:
Jeff Mahoney 0aca8b
    - SENSORS_ISL29018: ISL 29018 light and proximity sensor
Jeff Mahoney 0aca8b
    - SENSORS_AK8975: Asahi Kasei AK8975 3-Axis Magnetometer
Jeff Mahoney 0aca8b
    - LIRC_PARALLEL: Homebrew Parallel Port Receiver for LIRC
Jeff Mahoney 0aca8b
    - SBE_2T3E3: SBE wanPMC-2T3E3 support
Jeff Mahoney 0aca8b
    - USB_ENESTORAGE: USB ENE card reader support
Jeff Mahoney 0aca8b
    - BCM_WIMAX: Beceem BCS200/BCS220-3 and BCSM250 wimax support
Jeff Mahoney 0aca8b
    - FT1000: Flarion ft1000
Jeff Mahoney 0aca8b
      - FT1000_USB: ft1000 usb devices
Jeff Mahoney 0aca8b
        - Enabled as module; defaults to n
Jeff Mahoney 0aca8b
    - SPEAKUP: Speakup core
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_ACNTSA: Accent SA synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_ACNTPC: Accent PC synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_APOLLO: Apollo II synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_AUDPTR: Audapter synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_BNS: Braille 'n' Speak synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_DECTLK: DECtalk Express synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_DECEXT: DECtalk External (old) synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_DECPC: DECtalk PC (big ISA card) synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_DTLK: DoubleTalk PC synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_KEYPC: Keynote Gold PC synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_LTLK: DoubleTalk LT/LiteTalk synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_SOFT: Userspace software synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_SPKOUT: Speak Out synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_TXPRT: Transport synthesizer support
Jeff Mahoney 0aca8b
    - SPEAKUP_SYNTH_DUMMY: Dummy synthesizer driver (for testing)
Jeff Mahoney 0aca8b
    - RTC_DRV_MC13XXX: Freescale MC13xxx RTC
Jeff Mahoney 0aca8b
    - BRCM80211: Broadcom IEEE802.11n WLAN drivers
Jeff Mahoney 0aca8b
    - AD799X: Analog Devices AD799x ADC driver
Jeff Mahoney 0aca8b
    - AD7476: Analog Devices AD7475/6/7/8 AD7466/7/8 and AD7495 ADC driver
Jeff Mahoney 0aca8b
    - ATH6K_LEGACY: Atheros AR6003 support (non mac80211)
Jeff Mahoney 0aca8b
      - ATH6KL_ENABLE_COEXISTENCE: BT Coexistence support
Jeff Mahoney 0aca8b
        - Enabled; defaults to n
Jeff Mahoney 0aca8b
      - ATH6KL_HCI_BRIDGE: HCI over SDIO support
Jeff Mahoney 0aca8b
        - Enabled; defaults to n
Jeff Mahoney 0aca8b
	- ATH6KL_CONFIG_GPIO_BT_RESET: Configure BT Reset GPIO
Jeff Mahoney 0aca8b
	- Disabled; defaults to n
Jeff Mahoney 0aca8b
	- Maybe should be enabled?
Jeff Mahoney 0aca8b
      - ATH6KL_CFG80211: CFG80211 support
Jeff Mahoney 0aca8b
        - Enabled; defaults to n
Jeff Mahoney 0aca8b
      - ATH6KL_HTC_RAW_INTERFACE: RAW HTC support
Jeff Mahoney 0aca8b
        - Enabled; defaults to n
Jeff Mahoney 0aca8b
      - ATH6KL_VIRTUAL_SCATTER_GATHER: Virtual Scatter-Gather support
Jeff Mahoney 0aca8b
        - Enabled; defaults to n
Jeff Mahoney 0aca8b
      - ATH6KL_SKIP_ABI_VERSION_CHECK: Skip ABI version check support
Jeff Mahoney 0aca8b
        - Disabled; defaults to n
Jeff Mahoney 0aca8b
      - ATH6KL_DEBUG: Debug support
Jeff Mahoney 0aca8b
        - Disabled; defaults to n
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - Driver options:
Jeff Mahoney 0aca8b
    - ATH9K_RATE_CONTROL: Atheros ath9k rate control
Jeff Mahoney 0aca8b
      - Enabled; defaults to y
Jeff Mahoney 0aca8b
    - IWLWIFI_DEBUG_EXPERIMENTAL_UCODE: Experimental uCode support in iwlwifi
Jeff Mahoney 0aca8b
      - Disabled; defaults to n
Jeff Mahoney 0aca8b
      - Users wanting to replace their microcode can build their own kernels
Jeff Mahoney 0aca8b
    - P54_SPI_DEFAULT_EEPROM: Include fallback EEPROM blob (Prism54)
Jeff Mahoney 0aca8b
      - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - VIDEO_SAA7134_RC: Philips SAA7134 Remote Controller support
Jeff Mahoney 0aca8b
      - Enabled; defaults to y
Jeff Mahoney 0aca8b
    - SND_HDA_CODEC_HDMI: HDMI/DisplayPort HD-audio codec support for
Jeff Mahoney 0aca8b
                          Intel HD Audio
Jeff Mahoney 0aca8b
      - Enabled; defaults to y
Jeff Mahoney 0aca8b
    - LOGIWII_FF: Logitech Speed Force Wireless force feedback support
Jeff Mahoney 0aca8b
      - Enabled; defaults to y
Jeff Mahoney 0aca8b
    - KVM_MMU_AUDIT: Audit KVM MMU
Jeff Mahoney 0aca8b
      - Enabled; defaults to n
Jeff Mahoney 0aca8b
      - Adds a R/W module parameter which allows auditing at runtime
Jeff Mahoney 0aca8b
    - MMC_BLOCK_MINORS: Number of minors per MMC block device
Jeff Mahoney 0aca8b
      - Set to 8; defaults to 8
Jeff Mahoney 0aca8b
    - LINE6_USB_DEBUG: Line6 USB - print debug messages
Jeff Mahoney 0aca8b
      - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - LINE6_USB_DUMP_CTRL: Line6 USB - dump control messages
Jeff Mahoney 0aca8b
      - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - LINE6_USB_DUMP_MIDI: Line6 USB - dump MIDI messages
Jeff Mahoney 0aca8b
      - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - LINE6_USB_DUMP_PCM: Line6 USB - dump PCM data
Jeff Mahoney 0aca8b
      - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - LINE6_USB_RAW: Line6 USB - raw data communication
Jeff Mahoney 0aca8b
      - Disabled; defaults to n
Jeff Mahoney 0aca8b
    - LINE6_USB_IMPULSE_RESPONSE: Line6 USB - measure impulse response
Jeff Mahoney 0aca8b
      - Measures the impulse response of a Line6 device
Jeff Mahoney 0aca8b
      - Disabled; defaults to n
Jeff Mahoney 0aca8b
      - Not required for normal operation
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
  - Disabled drivers:
Jeff Mahoney 0aca8b
    - MFD_WM831X_SPI: Wolfson Microelectronics WM831x/2x PMICs with SPI
Jeff Mahoney 0aca8b
      - Only available in static kernel
Jeff Mahoney 0aca8b
Jeff Mahoney 0aca8b
-------------------------------------------------------------------
Thomas Renninger 903525
Tue Oct 26 21:55:06 CEST 2010 - trenn@suse.de
Thomas Renninger 903525
Thomas Renninger 903525
- Enable ACPI_EC_DEBUGFS=m for Embedded Controller debug facility
Thomas Renninger 903525
Thomas Renninger 903525
-------------------------------------------------------------------
Jan Beulich f8e500
Mon Oct 25 12:55:06 CEST 2010 - jbeulich@novell.com
Jan Beulich b772cd
Jan Beulich b772cd
- */xen: X86_MSR=m (to discourage use without considering whether
Jan Beulich b772cd
  the intended context is a virtual or a physical CPU)
Jan Beulich b772cd
Jan Beulich b772cd
-------------------------------------------------------------------
Jeff Mahoney 63642f
Wed Aug 18 00:18:28 CEST 2010 - jeffm@suse.de
Jeff Mahoney 63642f
Jeff Mahoney 63642f
- Updated to 2.6.36-rc1:
Jeff Mahoney 63642f
  - ACPI_EC_DEBUGFS: EC read/write access through /sys/kernel/debug/ec
Jeff Mahoney 63642f
    - Debugging feature for developing ACPI EC drivers
Jeff Mahoney 63642f
    - Can put system in a state that can only be recovered from
Jeff Mahoney 63642f
      by a full power cycle
Jeff Mahoney 63642f
    - Disabled; defaults to n
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - ACPI_APEI_ERST_DEBUG: EI Error Record Serialization Table (ERST) Debug
Jeff Mahoney 63642f
    Support
Jeff Mahoney 63642f
    - Debugging feature for testing ERST
Jeff Mahoney 63642f
    - Disabled; defaults to n
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - INTEL_IDLE: Cpuidle Driver for Intel Processors
Jeff Mahoney 63642f
    - Has processor-specific support that may perform better than acpi_idle
Jeff Mahoney 63642f
    - Enabled; defaults to n
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - OLPC_OPENFIRMWARE: Support for OLPC's Open Firmware
Jeff Mahoney 63642f
    - Enabled on i386-default only, depends on !X86_64 and !X86_PAE
Jeff Mahoney 63642f
    - Enabled; defaults to y
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - NETWORK_PHY_TIMESTAMPING: Timestamping in PHY devices
Jeff Mahoney 63642f
    - Adds overhead to the transmit/receive path
Jeff Mahoney 63642f
    - Disabled; defaults to n
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - BT_HCIUART_ATH3K: Atheros AR300x serial support
Jeff Mahoney 63642f
    - This protocol enables AR300x chips to be enabled with power
Jeff Mahoney 63642f
      management support.
Jeff Mahoney 63642f
    - Enabled; defaults to n
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - HPWDT_NMI_DECODING: NMI decoding support for the HP ProLiant iLO2+
Jeff Mahoney 63642f
    Hardware Watchdog Timer
Jeff Mahoney 63642f
    - Option for driver already configured as module
Jeff Mahoney 63642f
    - Enabled; defaults to n
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - New netfilter modules:
Jeff Mahoney 63642f
    - NETFILTER_XT_TARGET_CHECKSUM: CHECKSUM target support
Jeff Mahoney 63642f
    - NETFILTER_XT_TARGET_IDLETIMER: IDLETIMER target support
Jeff Mahoney 63642f
    - NETFILTER_XT_MATCH_CPU: "cpu" match support
Jeff Mahoney 63642f
      - Allows matching based on the cpu handling the packet
Jeff Mahoney 63642f
    - NETFILTER_XT_MATCH_IPVS: "ipvs" match support
Jeff Mahoney 63642f
      - Allows matching against the IPVS properties of a packet
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - New driver support; all are modular:
Jeff Mahoney 63642f
   - CAN_ESD_USB2: ESD USB/2 CAN/USB interface
Jeff Mahoney 63642f
    - SENSORS_BH1780: ROHM BH1780GLI ambient light sensor
Jeff Mahoney 63642f
    - HMC6352: Honeywell HMC6352 compass
Jeff Mahoney 63642f
    - BMP085: BMP085 digital pressure sensor
Jeff Mahoney 63642f
    - FIREWIRE_NOSY: Nosy - a FireWire traffic sniffer for PCILynx cards
Jeff Mahoney 63642f
    - CHELSIO_T4VF: Chelsio Communications T4 Virtual Function Ethernet support
Jeff Mahoney 63642f
    - WL1271_SDIO: TI wl1271 SDIO support
Jeff Mahoney 63642f
    - KEYBOARD_MCS: MELFAS MCS Touchkey
Jeff Mahoney 63642f
    - TOUCHSCREEN_AD7879_SPI: AD7879-1/AD7889-1 SPI bus support
Jeff Mahoney 63642f
    - TOUCHSCREEN_CY8CTMG110: cy8ctmg110 touchscreen
Jeff Mahoney 63642f
    - TOUCHSCREEN_QT602240: QT602240 I2C Touchscreen
Jeff Mahoney 63642f
    - INPUT_ADXL34X: Analog Devices ADXL34x Three-Axis Digital Accelerometer
Jeff Mahoney 63642f
      - INPUT_ADXL34X_I2C: I2C bus connection
Jeff Mahoney 63642f
      - INPUT_ADXL34X_SPI: SPI bus connection
Jeff Mahoney 63642f
    - SERIAL_MAX3107: MAX3107 support
Jeff Mahoney 63642f
    - SERIAL_MRST_MAX3110: SPI UART driver for Max3110
Jeff Mahoney 63642f
      - MRST_MAX3110_IRQ: GPIO IRQ over Moorestown
Jeff Mahoney 63642f
    - SERIAL_MFD_HSU: Medfield High Speed UART support
Jeff Mahoney 63642f
    - I2C_MUX: I2C bus multiplexing support
Jeff Mahoney 63642f
    - I2C_MUX_PCA954x: Philips PCA954x I2C Mux/switches
Jeff Mahoney 63642f
    - SENSORS_PKGTEMP: Intel processor package temperature sensor
Jeff Mahoney 63642f
    - SENSORS_JC42: JEDEC JC42.4 compliant temperature sensors
Jeff Mahoney 63642f
    - SENSORS_SMM665: Summit Microelectronics SMM665
Jeff Mahoney 63642f
    - SENSORS_EMC2103: SMSC EMC2103
Jeff Mahoney 63642f
    - F71808E_WDT: Fintek F71808E and F71882FG Watchdog
Jeff Mahoney 63642f
    - MFD_TPS6586X: TPS6586x Power Management chips
Jeff Mahoney 63642f
    - REGULATOR_ISL6271A: Intersil ISL6271A Power regulator
Jeff Mahoney 63642f
    - REGULATOR_AD5398: Analog Devices AD5398/AD5821 regulators
Jeff Mahoney 63642f
    - REGULATOR_TPS6586X: TI TPS6586X Power regulators
Jeff Mahoney 63642f
    - IR_LIRC_CODEC: Enable IR to LIRC bridge
Jeff Mahoney 63642f
    - IR_MCEUSB: Windows Media Center Ed. eHome Infrared Transceiver
Jeff Mahoney 63642f
    - IR_ENE: ENE eHome Receiver/Transciever
Jeff Mahoney 63642f
    - IR_STREAMZAP: Streamzap PC Remote IR Receiver
Jeff Mahoney 63642f
    - USB_GSPCA_SPCA1528: SPCA1528 USB Camera Driver
Jeff Mahoney 63642f
    - USB_GSPCA_SQ930X: SQ Technologies SQ930X based USB Camera Driver
Jeff Mahoney 63642f
    - HID_ACRUX_FF: ACRUX force feedback support
Jeff Mahoney 63642f
    - HID_ELECOM: ELECOM
Jeff Mahoney 63642f
    - CAIF_SPI_SLAVE: CAIF SPI transport driver for slave interface
Jeff Mahoney 63642f
    - CAIF_SPI_SYNC: Next command and length in start of frame
Jeff Mahoney 63642f
      - Needs to also be enabled on the modem
Jeff Mahoney 63642f
      - Disabled; Defaults to n
Jeff Mahoney 63642f
    - USB_SERIAL_SSU100: USB Quatech SSU-100 Single Port Serial Driver
Jeff Mahoney 63642f
    - RTC_DRV_DS3232: Dallas/Maxim DS3232
Jeff Mahoney 63642f
    - RTC_DRV_ISL12022: Intersil ISL12022
Jeff Mahoney 63642f
    - INTEL_MID_DMAC: Intel MID DMA support for Peripheral DMA controllers
Jeff Mahoney 63642f
    - PCH_DMA: Topcliff PCH DMA support
Jeff Mahoney 63642f
    - DRM_I2C_SIL164: Silicon Image sil164 TMDS transmitter
Jeff Mahoney 63642f
    - SPECTRA: Denali Spectra Flash Translation Layer
Jeff Mahoney 63642f
    - SENSORS_HMC5843: Honeywell HMC5843 3-Axis Magnetometer
Jeff Mahoney 63642f
    - ZRAM: Compressed RAM block device support
Jeff Mahoney 63642f
      - ZRAM_STATS: Enable statistics for compressed RAM disks (=y)
Jeff Mahoney 63642f
    - ATM_NICSTAR: IDT 77201 (NICStAR) (ForeRunnerLE)
Jeff Mahoney 63642f
      - ATM_NICSTAR_USE_SUNI: suni PHY driver (155Mbps) (=y)
Jeff Mahoney 63642f
      - ATM_NICSTAR_USE_IDT77105: IDT77015 PHY driver (25Mbps) (=y)
Jeff Mahoney 63642f
    - TWL6030_PWM: TWL6030 PWM (Pulse Width Modulator) Support
Jeff Mahoney 63642f
    - ZFCP_DIF: T10 DIF/DIX support for the zfcp driver
Jeff Mahoney 63642f
    - VIDEO_SH_MOBILE_CSI2: SuperH Mobile MIPI CSI-2 Interface driver
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - Staging drivers, enabled as modules:
Jeff Mahoney 63642f
    - LIRC_STAGING: Linux Infrared Remote Control IR receiver/transmitter
Jeff Mahoney 63642f
      drivers
Jeff Mahoney 63642f
      - LIRC_BT829: BT829 based hardware
Jeff Mahoney 63642f
      - LIRC_I2C: I2C Based IR Receivers
Jeff Mahoney 63642f
      - LIRC_IGORPLUGUSB: Igor Cesko's USB IR Receiver
Jeff Mahoney 63642f
      - LIRC_IMON: Legacy SoundGraph iMON Receiver and Display
Jeff Mahoney 63642f
      - LIRC_IT87: ITE IT87XX CIR Port Receiver
Jeff Mahoney 63642f
      - LIRC_ITE8709: ITE8709 CIR Port Receiver
Jeff Mahoney 63642f
      - LIRC_SASEM: Sasem USB IR Remote
Jeff Mahoney 63642f
      - LIRC_SERIAL: Homebrew Serial Port Receiver
Jeff Mahoney 63642f
        - LIRC_SERIAL_TRANSMITTER: Serial Port Transmitter (=y)
Jeff Mahoney 63642f
      - LIRC_PARALLEL: Homebrew Parallel Port Receiver
Jeff Mahoney 63642f
      - LIRC_SIR: Built-in SIR IrDA port
Jeff Mahoney 63642f
      - LIRC_TTUSBIR: Technotrend USB IR Receiver
Jeff Mahoney 63642f
      - LIRC_ZILOG: Zilog/Hauppauge IR Transmitter
Jeff Mahoney 63642f
    - EASYCAP: A/V driver for EasyCAP cards
Jeff Mahoney 63642f
    - SOLO6X10: Softlogic 6x10 MPEG codec cards
Jeff Mahoney 63642f
    - ACPI_QUICKSTART: ACPI Quickstart key driver
Jeff Mahoney 63642f
    - IDEAPAD_ACPI: Lenovo IdeaPad ACPI Laptop Extras
Jeff Mahoney 63642f
    - INTEL_IPS: Intel Intelligent Power Sharing
Jeff Mahoney 63642f
    - HYPERV_BLOCK: Microsoft Hyper-V virtual block driver
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - File systems
Jeff Mahoney 63642f
    - FANOTIFY: Filesystem wide access notification (=y)
Jeff Mahoney 63642f
      - FANOTIFY_ACCESS_PERMISSIONS: fanotify permissions checking (=y)
Jeff Mahoney 63642f
    - Squashfs options
Jeff Mahoney 63642f
      - SQUASHFS_XATTR: Squashfs XATTR support (=y)
Jeff Mahoney 63642f
      - SQUASHFS_LZO: Include support for LZO compressed file systems (=y)
Jeff Mahoney 63642f
    - NFS options
Jeff Mahoney 63642f
      - NFS_USE_LEGACY_DNS: Use the legacy NFS DNS resolver (=n)
Jeff Mahoney 63642f
    - CIFS options
Jeff Mahoney 63642f
      - CIFS_FSCACHE: Provide CIFS client caching support (=n)
Jeff Mahoney 63642f
        - Experimental
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - Other options:
Jeff Mahoney 63642f
    - LOCKUP_DETECTOR: Detect Hard and Soft Lockups (=y)
Jeff Mahoney 63642f
      - BOOTPARAM_SOFTLOCKUP_PANIC: Panic (Reboot) On Soft Lockups (=n)
Jeff Mahoney 63642f
    - DEBUG_INFO_REDUCED: Reduce debugging information (=n)
Jeff Mahoney 63642f
      - We split out debuginfo so disk space savings at the expense of
Jeff Mahoney 63642f
        completeness is a disadvantage
Jeff Mahoney 63642f
    - CRYPTO_MANAGER_TESTS: Run algolithms' self-tests (=y)
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - Drivers that are disabled, for not having module support
Jeff Mahoney 63642f
    - GPIO_SX150X: Semtech SX150x I2C GPIO expander
Jeff Mahoney 63642f
    - MFD_STMPE: Support STMicroelectronics STMPE
Jeff Mahoney 63642f
    - MFD_MAX8998: Maxim Semiconductor MAX8998 PMIC Support
Jeff Mahoney 63642f
    - PPC_MPC512x: 512x-based boards (ppc only)
Jeff Mahoney 63642f
Jeff Mahoney 63642f
  - TI_ST: shared transport core driver
Jeff Mahoney 63642f
    - Now disabled. Doesn't build.
Jeff Mahoney 63642f
Jeff Mahoney 63642f
-------------------------------------------------------------------
Jeff Mahoney 63642f
Mon Aug  9 16:28:00 CEST 2010 - jbeulich@novell.com
Jeff Mahoney 63642f
Jan Beulich c642c1
- PCI_IOMULTI=m (option changed from bool to tristate)
Jan Beulich c642c1
Jeff Mahoney 79b0f8
-------------------------------------------------------------------
Brandon Philips c09c23
Thu Jul 15 08:24:41 UTC 2010 - bphilips@novell.com
Brandon Philips c09c23
Brandon Philips c09c23
- X86_MRST: Disable moorsetown since it deselects SERIO_I8042
Brandon Philips c09c23
  - See 0b28bac5aef7bd1ab213723df031e61db9ff151a, fixed in -tip but we
Brandon Philips c09c23
    still don't want X86_MRST
Brandon Philips c09c23
Brandon Philips c09c23
-------------------------------------------------------------------
Jeff Mahoney 643df9
Wed Jul 14 13:50:16 UTC 2010 - jeffm@novell.com
Jeff Mahoney 643df9
Jeff Mahoney 643df9
- Updated to 2.6.35-rc6:
Jeff Mahoney 643df9
  - KEYBOARD_QT2160: Atmel AT42QT2160 Touch Sensor Chip
Jeff Mahoney 643df9
    - Enabled as module; defaults to n
Jeff Mahoney 643df9
Jeff Mahoney 643df9
  - LEDS_CLEVO_MAIL: Mail LED on Clevo notebook
Jeff Mahoney 643df9
    - Enabled as m; defaults to n
Jeff Mahoney 643df9
Jeff Mahoney 643df9
  - ACER_WMI: Acer WMI Laptop Extras
Jeff Mahoney 643df9
    - Enabled as m; defaults to n
Jeff Mahoney 643df9
Jeff Mahoney 643df9
  - DELL_LAPTOP: Dell Laptop Extras
Jeff Mahoney 643df9
    * EXPERIMENTAL
Jeff Mahoney 643df9
    - Enabled as m; defaults to n
Jeff Mahoney 643df9
Jeff Mahoney 643df9
-------------------------------------------------------------------
Brandon Philips 518369
Wed Jul 14 13:50:16 UTC 2010 - bphilips@novell.com
Brandon Philips 518369
Brandon Philips 518369
- CGROUPS: Enable cgroup options on -desktop to support systemd
Brandon Philips 518369
Brandon Philips 518369
-------------------------------------------------------------------
Jeff Mahoney 02d6a9
Mon Jun  7 16:58:57 CEST 2010 - jeffm@suse.de
Jeff Mahoney 02d6a9
Jeff Mahoney 02d6a9
- Updated to 2.6.35-rc2:
Jeff Mahoney 02d6a9
  - EDAC_I7CORE: EDAC support for Intel i7 Core (Nehalem) processors
Jeff Mahoney 02d6a9
    - Enabled as module; defaults to n
Jeff Mahoney 02d6a9
Jeff Mahoney 02d6a9
  - FB_XGI: XGI display support
Jeff Mahoney 02d6a9
    * STAGING
Jeff Mahoney 02d6a9
    - Enabled as module; defaults to n
Jeff Mahoney 02d6a9
Jeff Mahoney 02d6a9
  - TOUCHSCREEN_INTEL_MID: Intel MID platform resistive touchscreen
Jeff Mahoney 02d6a9
    * STAGING
Jeff Mahoney 02d6a9
    - Enabled as module; defaults to y
Jeff Mahoney 02d6a9
Jeff Mahoney 02d6a9
  -
Jeff Mahoney 02d6a9
Jeff Mahoney 02d6a9
-------------------------------------------------------------------
Jeff Mahoney a89c78
Tue Jun  1 20:47:14 CEST 2010 - jeffm@suse.de
Jeff Mahoney a89c78
Jeff Mahoney a89c78
- Updated to 2.6.35-rc1:
Jeff Mahoney a89c78
  - COMPACTION: Allow for memory compaction
Jeff Mahoney a89c78
    - Allows for defragmentation of movable memory (userspace and
Jeff Mahoney a89c78
      reclaimable pages), allowing higher order allocations to
Jeff Mahoney a89c78
      succeed even on long-running systems
Jeff Mahoney a89c78
    - Reports indicate 90% allocable as huge pages with less
Jeff Mahoney a89c78
      reclaim activity
Jeff Mahoney a89c78
    * Performance impact investigation needed
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ACPI_HED: Hardware Error Device
Jeff Mahoney a89c78
    - Device used for hardware error reporting
Jeff Mahoney a89c78
    - Enabled as modules; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ACPI_APEI: ACPI Platform Error Interface
Jeff Mahoney a89c78
    - Allows error reporting, serialization, and injection
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ACPI_APEI_GHES: APEI Generic Hardware Error Source
Jeff Mahoney a89c78
    - Allows use of firmware-first error reporting, allowing
Jeff Mahoney a89c78
      the firmware to interpret errors in a manner that Linux
Jeff Mahoney a89c78
      alone would not be able to do.
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ACPI_APEI_EINJ: APEI Error Injection
Jeff Mahoney a89c78
    - Provides an error injection mechanism for testing and debugging
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - INTEL_IDLE: Cpuidle Driver for Intel Processors
Jeff Mahoney a89c78
    - cpuidle driver that includes knowledge of native Intel hardware
Jeff Mahoney a89c78
      idle features
Jeff Mahoney a89c78
    - Can work in tandem with ACPI_IDLE to handle processors that
Jeff Mahoney a89c78
      this driver doesn't support.
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - PCI_CNB20LE_QUIRK: Read CNB20LE Host Bridge Windows
Jeff Mahoney a89c78
    - Read the PCI windows out of the CNB20LE host bridge.
Jeff Mahoney a89c78
    - Adding quirks seems like an easy to to support more hardware
Jeff Mahoney a89c78
    * Could use examination by PCI expert.
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - IP_MROUTE_MULTIPLE_TABLES: IP: multicast policy routing
Jeff Mahoney a89c78
    - Allows multicast routing to take interface and packet marks into account
Jeff Mahoney a89c78
    - Allows multiple userspace daemons to handle routing
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - NETFILTER_XT_TARGET_TEE: TEE" - packet cloning to alternate destiantion
Jeff Mahoney a89c78
    - Allows packets to be cloned and rerouted to another nexthop
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - NET_SCTPPROBE: SCTP: Association probing
Jeff Mahoney a89c78
    - This module allows for capturing the changes to SCTP association
Jeff Mahoney a89c78
      state in response to incoming packets.
Jeff Mahoney a89c78
    - Used for debugging but is a module
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - L2TP: Layer Two Tunneling Protocol
Jeff Mahoney a89c78
    - Allows tunneling of layer 2 traffic
Jeff Mahoney a89c78
    - Often used as a VPN protocol or for routing many PPP connections
Jeff Mahoney a89c78
      over IP
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - L2TP_DEBUGFS: L2TP debugfs support
Jeff Mahoney a89c78
    - Export l2tp internal state to debugfs
Jeff Mahoney a89c78
    - Recommended m
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - L2TP_V3: L2TPv3 support
Jeff Mahoney a89c78
    - Experimental
Jeff Mahoney a89c78
    - Allows tunneling of raw ethernet frames
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - L2TP_IP: L2TP IP encapsulation for L2TPv3
Jeff Mahoney a89c78
    - Support for L2TP-over-IP socket family.
Jeff Mahoney a89c78
    - Allows tunneling over l2tp/ip instead of udp
Jeff Mahoney a89c78
    - Uses IP protocol 115
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - L2TP_ETH: L2TP ethernet pseudowire support for L2TPv3
Jeff Mahoney a89c78
    - Support for carrying raw ethernet frames over L2TPv3.
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - BT_L2CAP_EXT_FEATURES: L2CAP Extended Features support
Jeff Mahoney a89c78
    - This option enables the L2CAP Extended Features support.
Jeff Mahoney a89c78
    - Experimental
Jeff Mahoney a89c78
    - "You should say N unless you know what you are doing."
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - CAIF: CAIF support
Jeff Mahoney a89c78
    - Communication CPU to Application CPU Interface
Jeff Mahoney a89c78
    - Enabled as m; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - CAIF_DEBUG: Enabled debug (for CAIF)
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - CAIF_NETDEV: CAIF GPRS Network device
Jeff Mahoney a89c78
    - Required by CAIF as a module
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SM_FTL: SmartMedia/xD new translation layer
Jeff Mahoney a89c78
    - This enables new and very EXPERMENTAL support for SmartMedia/xD
Jeff Mahoney a89c78
    - Experimental and may eat data
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MTD_PCMCIA: PCMCIA MTD driver
Jeff Mahoney a89c78
    - Map driver for accessing PCMCIA linear flash memory cards.
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MTD_PCMCIA_ANONYMOUS: Use PCMCIA MTD drivers for anonymous PCMCIA cards
Jeff Mahoney a89c78
    - If this option is enabled, PCMCIA cards which do not report
Jeff Mahoney a89c78
      anything about themselves are assumed to be MTD cards.
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MTD_NAND_DENALI: Support Denali NAND controller on Intel Moorestown
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MTD_NAND_DENALI_SCRATCH_REG_ADDR: Denali NAND size scratch register address
Jeff Mahoney a89c78
    - Set to 0xFF108018 (default)
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MTD_NAND_RICOH: Ricoh xD card reader
Jeff Mahoney a89c78
    - Enable support for Ricoh R5C852 xD card reader
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - AD525X_DPOT_I2C: support I2C bus connection
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - AD525X_DPOT_SPI: support SPI bus connection
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SATA_AHCI_PLATFORM: Platform AHCI SATA support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ATA_BMDMA: ATA BMDMA support
Jeff Mahoney a89c78
    - BMDMA stands for bus-master DMA and the de-facto DMA interface for
Jeff Mahoney a89c78
      SFF controllers.
Jeff Mahoney a89c78
    - Enabled; defaults to y
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - LIBERTAS_THINFIRM_DEBUG: Enable full debugging output in the Libertas
Jeff Mahoney a89c78
    thin firmware module.
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ATH9K_HTC: Atheros HTC based wireless cards support
Jeff Mahoney a89c78
    - Support for Atheros HTC based cards.
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ATH9K_HTC_DEBUGFS: Atheros ath9k_htc debugging
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - IWM_TRACING: Enable event tracing for iwmc3200wifi
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HERMES_PRISM: Support Prism 2/2.5 chipset
Jeff Mahoney a89c78
    - "These chipsets are better handled by the hostap driver."
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ORINOCO_USB: Agere Orinoco USB support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - WL1271_SPI: TI wl1271 SPI support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - CAIF_TTY: CAIF TTY transport driver
Jeff Mahoney a89c78
    - Allows the tty interface to use the CAIF stack
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - KEYBOARD_TCA6416: TCA6416 Keypad Support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - TOUCHSCREEN_HAMPSHIRE: Hampshire serial touchscreen
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - TOUCHSCREEN_TPS6507X: TPS6507x based touchscreens
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - INPUT_AD714X: Analog Devices AD714x Capacitance Touch Sensor
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - INPUT_AD714X_I2C: support I2C bus connection
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - INPUT_AD714X_SPI: support SPI bus connection
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - INPUT_PCF8574: PCF8574 Keypad input device
Jeff Mahoney a89c78
    - Enabed as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - N_GSM: GSM MUX line discipline support
Jeff Mahoney a89c78
    - This line discipline provides support for the GSM MUX protocol and
Jeff Mahoney a89c78
      presents the mux as a set of 61 individual tty devices.
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SERIAL_ALTERA_JTAGUART: Altera JTAG UART support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SERIAL_ALTERA_UART: Altera UART support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SERIAL_ALTERA_UART_MAXPORTS: Maximum number of Altera UART ports
Jeff Mahoney a89c78
    - Set to 4 (default)
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SERIAL_ALTERA_UART_BAUDRATE: Default baudrate for Altera UART ports
Jeff Mahoney a89c78
    - Set to 115200 (default)
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - RAMOOPS: Log panic/oops to a RAM buffer
Jeff Mahoney a89c78
    - This enables panic and oops messages to be logged to a circular
Jeff Mahoney a89c78
      buffer in RAM where it can be read back at some later point.
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - GPIO_RDC321X: RDC R-321x GPIO support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - TEST_POWER: Test power driver
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SENSORS_EMC1403: SMSC EMC1403 thermal sensor
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SENSORS_ADS7871: Texas Instruments ADS7871 A/D converter
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SENSORS_TMP102: Texas Instruments TMP102
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MFD_SUPPORT: Multifunction device drivers
Jeff Mahoney a89c78
    - Enabled (new option protecting old options that were enabled)
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - TPS6507X: TPS6507x Power Management / Touch Screen chips
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ABX500_CORE: ST-Ericsson ABX500 Mixed Signal Circuit register functions
Jeff Mahoney a89c78
    - No module option
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - AB8500_CORE: ST-Ericsson AB8500 Mixed Signal Power Management chip
Jeff Mahoney a89c78
    - No module option
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MFD_RDC321X: Support for RDC-R321x southbridge
Jeff Mahoney a89c78
    - Enabled as module; defaults to m
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MFD_JANZ_CMODIO: Support for Janz CMOD-IO PCI MODULbus Carrier Board
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - RC_MAP: Compile Remote Controller keymap modules
Jeff Mahoney a89c78
    - Enabled as module; defaults to m
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - IR_NEC_DECODER: Enable IR raw decoder for the NEC protocol
Jeff Mahoney a89c78
    - Enabled as module; defaults to m
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - IR_RC5_DECODER: Enable IR raw decoder for the RC-5 protocol
Jeff Mahoney a89c78
    - Enabled as module; defaults to m
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - IR_RC6_DECODER: Enable IR raw decoder for the RC6 protocol
Jeff Mahoney a89c78
    - Enabled as module; defaults to m
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - IR_JVC_DECODER: Enable IR raw decoder for the JVC protocol
Jeff Mahoney a89c78
    - Enabled as module; defaults to m
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - IR_SONY_DECODER: Enable IR raw decoder for the Sony protocol
Jeff Mahoney a89c78
    - Enabled as module; defaults to m
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - IR_IMON: SoundGraph iMON Receiver and Display
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - V4L_MEM2MEM_DRIVERS: Memory-to-memory multimedia devices
Jeff Mahoney a89c78
    - Say Y here to enable selecting drivers for V4L devices that
Jeff Mahoney a89c78
      use system memory for both source and destination buffers, as opposed
Jeff Mahoney a89c78
      to capture and output drivers, which use memory buffers for just
Jeff Mahoney a89c78
      one of those.
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - VIDEO_MEM2MEM_TESTDEV: Virtual test device for mem2mem framework
Jeff Mahoney a89c78
    - This is a virtual test device for the memory-to-memory driver
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - FB_VIA_DIRECT_PROCFS: direct hardware access via procfs
Jeff Mahoney a89c78
    * DEPRECATED
Jeff Mahoney a89c78
    * DANGEROUS
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - LCD_S6E63M0: S6E63M0 AMOLED LCD Driver
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - BACKLIGHT_ADP8860: Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SND_ASIHPI: AudioScience ASIxxxx
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SND_ES1968_INPUT: Enable input device for es1968 volume buttons
Jeff Mahoney a89c78
    - Recommended y
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SND_MAESTRO3_INPUT: Enable input device for maestro3 volume buttons
Jeff Mahoney a89c78
    - Recommended y
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HID_CANDO: Cando dual touch panel
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HID_PRODIKEYS: Prodikeys PC-MIDI Keyboard support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HID_EGALAX: eGalax multi-touch panel
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HID_PICOLCD: PicoLCD (graphic version)
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HID_ROCCAT: Roccat special event support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HID_ROCCAT_KONE: Roccat Kone Mouse support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HID_WACOM_POWER_SUPPLY: Wacom Bluetooth devices power supply status support
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HID_ZYDACRON: Zydacron remote control support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - USB_SERIAL_MOS7715_PARPORT: Support for parallel port on the Moschip 7715
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - USB_SERIAL_ZIO: ZIO Motherboard USB serial interface driver
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - LEDS_NET5501: LED Support for Soekris net5501 series Error LED
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - LEDS_MC13783: LED Support for MC13783 PMIC
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - INFINIBAND_CXGB4: Chelsio T4 RDMA Driver
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - TIMB_DMA: Timberdale FPGA DMA support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - VIDEO_TM6000: TV Master TM5600/6000/6010 driver
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
    - VIDEO_TM6000_ALSA: TV Master TM5600/6000/6010 audio support
Jeff Mahoney a89c78
      - Enabled as module; defaults to n
Jeff Mahoney a89c78
    - VIDEO_TM6000_DVB: Support for tm6000 based TV cards
Jeff Mahoney a89c78
      - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - COMEDI_FC: Comedi shared functions for low-level driver support
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - HYPERV_UTILS: Microsoft Hyper-V Utilities driver
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MRST_RAR_HANDLER: RAR handler driver for Intel Moorestown platform
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ADIS16209: Analog Devices ADIS16209 Dual-Axis Digital Inclinometer
Jeff Mahoney a89c78
    and Accelerometer
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ADIS16220: Analog Devices ADIS16220 Programmable Digital Vibration
Jeff Mahoney a89c78
    Sensor driver
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ADIS16240: Analog Devices ADIS16240 Programmable Impact Sensor and Recorder
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ADIS16260: Analog Devices ADIS16260/5 Digital Gyroscope Sensor SPI driver
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ADIS16300: Analog Devices ADIS16300 IMU SPI driver
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ADIS16350: Analog Devices ADIS16350/54/55/60/62/64/65 IMU SPI driver
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ADIS16400: Analog Devices ADIS16400/5 IMU SPI driver
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - WLAGS49_H2: Agere Systems HERMES II Wireless PC Card Model 0110
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - WLAGS49_H25: Linksys HERMES II.5 WCF54G_Wireless-G_CompactFlash_Card
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - VIDEO_DT3155: DT3155 frame grabber, Video4Linux interface
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
    - DT3155_CCIR: Selects CCIR/50Hz vertical refresh
Jeff Mahoney a89c78
      - Enabled; defaults to y (European region)
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - CXT1E1: SBE wanPMC-C[421]E1T1 hardware support
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
      - SBE_PMCC4_NCOMM: SBE PMCC4 NCOMM support
Jeff Mahoney a89c78
      - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - TI_ST: shared transport core driver
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
    - ST_BT: BlueZ bluetooth driver for ST
Jeff Mahoney a89c78
      - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ADIS16255: Analog Devices ADIS16250/16255
Jeff Mahoney a89c78
    * STAGING
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
    x86-specific:
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - INTEL_SCU_IPC: Intel SCU IPC Support
Jeff Mahoney a89c78
    - IPC is used to bridge the communications between kernel and SCU on
Jeff Mahoney a89c78
      some embedded Intel x86 platforms. This is not needed for PC-type
Jeff Mahoney a89c78
      machines.
Jeff Mahoney a89c78
    - Enabled; defaults to y
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - SQUASHFS_XATTRS: Squashfs XATTR support
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - CPU_NOTIFIER_ERROR_INJECT: CPU notifier error injection module
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ATOMIC64_SELFTEST: Perform an atomic64_t self-test at boot
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - KGDB_LOW_LEVEL_TRAP: KGDB: Allow debugging with traps in notifiers
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - KGDB_KDB: KGDB_KDB: include kdb frontend for kgdb
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
    - KDB_KEYBOARD: KGDB_KDB: keyboard as input device
Jeff Mahoney a89c78
      - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - CAN_JANZ_ICAN3: Janz VMOD-ICAN3 Intelligent CAN controller
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - GPIO_JANZ_TTL: Janz VMOD-TTL Digital IO Module
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MFD_TC35892: Support Toshiba TC35892
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - MFD_WM8994: Support Wolfson Microelectronics WM8994
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - INFINIBAND_QIB: QLogic PCIe HCA support
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ia64 and ppc:
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - NET_DMA: Network: TCP receive copy offload
Jeff Mahoney a89c78
    - Enabled already on x86/x86_64
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ASYNC_TX_DMA: Async_tx: Offload support for the async_tx api
Jeff Mahoney a89c78
    - Enabled already on x86/x86_64
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - DMATEST: DMA Test client
Jeff Mahoney a89c78
    - Enabled as module already on x86/x86_64
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - ppc
Jeff Mahoney a89c78
  - XILINX_LL_TEMAC: Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - KPROBE_EVENT: Enable kprobes-based dynamic events
Jeff Mahoney a89c78
    - Enabled on other arches
Jeff Mahoney a89c78
    - Enabled; defaults to y
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - IMA: Integrity Measurement Architecture(IMA)
Jeff Mahoney a89c78
    - Disabled on other arches
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - KVM_BOOK3S_32: KVM support for PowerPC book3s_32 processors
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - TCG_TIS: TPM Interface Specification 1.2 Interface
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - DEBUG_PER_CPU_MAPS: Debug access to per_cpu maps
Jeff Mahoney a89c78
    - Disabled on x86/x86_64
Jeff Mahoney a89c78
    - Disabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - s390
Jeff Mahoney a89c78
  - VMCP: Support for the z/VM CP interface
Jeff Mahoney a89c78
    - Enabled; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - sparc64
Jeff Mahoney a89c78
  - TCG_TIS: TPM Interface Specification 1.2 Interface
Jeff Mahoney a89c78
    - Enabled as module; defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
  - FB_TMIO: Toshiba Mobile IO FrameBuffer support
Jeff Mahoney a89c78
    - Hardware is only found on things like the Sharp Zaurus
Jeff Mahoney a89c78
    - Disabled; Defaults to n
Jeff Mahoney a89c78
Jeff Mahoney a89c78
-------------------------------------------------------------------
Jan Beulich 77a7bf
Tue May 25 12:20:47 CEST 2010 - jbeulich@novell.com
Jan Beulich 77a7bf
Jan Beulich 77a7bf
- XEN_DEV_EVTCHN=m for both -xen flavors (-ec2 already have this)
Jan Beulich 77a7bf
Jan Beulich 77a7bf
-------------------------------------------------------------------
Jeff Mahoney 2f464a
Thu May 20 21:30:17 CEST 2010 - jeffm@suse.de
Jeff Mahoney 2f464a
Jeff Mahoney 2f464a
- Disabled CONFIG_RT2800PCI (bnc#606243)
Jeff Mahoney 2f464a
  - These devices are handled by the rt2860 staging driver.
Jeff Mahoney 2f464a
Jeff Mahoney 2f464a
-------------------------------------------------------------------
Thomas Renninger 163544
Wed Apr 28 10:34:23 CEST 2010 - trenn@suse.de
Thomas Renninger 163544
Thomas Renninger 163544
- Update config files.
Thomas Renninger 163544
  Unify X86_MSR and X86_CPUID configs:
Thomas Renninger 163544
    - CONFIG_X86_CPUID=m
Thomas Renninger 163544
    - CONFIG_X86_MSR=y
Thomas Renninger 163544
  for all i386 and x86_64 flavors.
Thomas Renninger 163544
- Update -ec2 config files (X86_MSR=m again).
Thomas Renninger 163544
Thomas Renninger 163544
  MSRs are more and more used by userspace on X86. Unify all configs
Thomas Renninger 163544
  to =y.
Thomas Renninger 163544
  On -ec2 MSR access is restricted and not that important -> =m
Thomas Renninger 163544
  CPUID is not useful as it can be called in userspace as well, but
Thomas Renninger 163544
  some userspace progs may still need it -> =m
Thomas Renninger 163544
Thomas Renninger 163544
-------------------------------------------------------------------
Jeff Mahoney 57551b
Mon Apr 26 15:39:13 CEST 2010 - jeffm@suse.de
Jeff Mahoney 57551b
Jeff Mahoney 57551b
- Disabled CONFIG_TUNE_CELL on ppc64 (bnc#599045)
Jeff Mahoney 57551b
  - gcc 4.5 appears to issue invalid instructions, but even if
Jeff Mahoney 57551b
    that is not the case or the issue is fixed, it was an optimization
Jeff Mahoney 57551b
    for the cell processor that will most likely not be used
Jeff Mahoney 57551b
    on most hardware.
Jeff Mahoney 57551b
Jeff Mahoney 57551b
-------------------------------------------------------------------
Jeff Mahoney 7dc31b
Mon Apr 26 03:07:40 CEST 2010 - jeffm@suse.de
Jeff Mahoney 7dc31b
Jeff Mahoney 7dc31b
- Enabled CONFIG_FIREWIRE (bnc#586172)
Jeff Mahoney 7dc31b
  - CONFIG_IEEE1394 is still enabled but deprecated.
Jeff Mahoney 7dc31b
Jeff Mahoney 7dc31b
-------------------------------------------------------------------
Jeff Mahoney 49608d
Sun Mar 21 22:54:05 CET 2010 - jeffm@suse.de
Jeff Mahoney 49608d
Jeff Mahoney 49608d
- Updated to 2.6.34-rc2.
Jeff Mahoney 49608d
  - USB_NET_SMSC75XX: SMSC LAN75XX based USB 2.0 gigabit ethernet devices
Jeff Mahoney 49608d
    - Enabled as module; Defaults to n
Jeff Mahoney 49608d
Jeff Mahoney 49608d
  - LCD_L4F00242T03: Epson L4F00242T03 LCD
Jeff Mahoney 49608d
    - Enabled as module; Defaults to n
Jeff Mahoney 49608d
Jeff Mahoney 49608d
  - LEDS_DELL_NETBOOKS: External LED on Dell Business Netbooks
Jeff Mahoney 49608d
    - Enabled as module; Defaults to n
Jeff Mahoney 49608d
Jeff Mahoney 49608d
  - CEPH_FS: Ceph distributed file system
Jeff Mahoney 49608d
    - Enabled as module; Defaults to n
Jeff Mahoney 49608d
Jeff Mahoney 49608d
  - CEPH_FS_PRETTYDEBUG: Include file:line in ceph debug output
Jeff Mahoney 49608d
    - Enabled; Defaults to n
Jeff Mahoney 49608d
    - Better debugging output at the cost of a larger module
Jeff Mahoney 49608d
    - Only used with dynamic printk so it doesn't affect performance
Jeff Mahoney 49608d
Jeff Mahoney 49608d
-------------------------------------------------------------------
Jeff Mahoney 129fbd
Wed Mar 17 16:40:52 CET 2010 - jeffm@suse.de
Jeff Mahoney 129fbd
Jeff Mahoney 129fbd
- Updated to 2.6.34-rc1-git6.
Jeff Mahoney 129fbd
  - PPS_CLIENT_KTIMER: Kernel timer client (Testing client, use for debug)
Jeff Mahoney 129fbd
    - Disabled; Defaults to n
Jeff Mahoney 129fbd
Jeff Mahoney 129fbd
  - PPS_CLIENT_LDISC: PPS line discipline
Jeff Mahoney 129fbd
    - Enabled as module; Defaults to n
Jeff Mahoney 129fbd
Jeff Mahoney 129fbd
  - INPUT_TWL4030_VIBRA: TWL4030 Vibrator
Jeff Mahoney 129fbd
    - Enabled as module; Defaults to n
Jeff Mahoney 129fbd
Jeff Mahoney 129fbd
-------------------------------------------------------------------
Jeff Mahoney d139c1
Wed Mar 10 22:08:55 CET 2010 - jeffm@suse.de
Jeff Mahoney d139c1
Jeff Mahoney d139c1
- CONFIG_DRM_RADEON_KMS: Enable modesetting on radeon by default - NEW DRIVER
Jeff Mahoney d139c1
  - Enabled; No default
Jeff Mahoney d139c1
  - KMS-supported X.org driver is now in Factory:
Jeff Mahoney d139c1
    http://lists.opensuse.org/archive/opensuse-commit/2010-03/msg00252.html
Jeff Mahoney d139c1
Jeff Mahoney d139c1
-------------------------------------------------------------------
Jeff Mahoney 79b0f8
Tue Mar  9 23:54:32 CET 2010 - jeffm@suse.de
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
- Updated to 2.6.34-rc1.
Jeff Mahoney 79b0f8
  x86/x86_64:
Jeff Mahoney 79b0f8
  - RCU_FAST_NO_HZ: Accelerate last non-dyntick-idle CPU's grace periods
Jeff Mahoney 79b0f8
    - Available on all arches, defaults to n
Jeff Mahoney 79b0f8
    - Disabled except for i386/{default,desktop} and x86_64/desktop
Jeff Mahoney 79b0f8
    - Provides better energy efficiency on systems without large
Jeff Mahoney 79b0f8
      numbers of CPUs.
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - OPTPROBES: Kprobes jump optimization support
Jeff Mahoney 79b0f8
    - Only available on x86/x86_64, defaults to y
Jeff Mahoney 79b0f8
    - Feature is enabled at runtime via debug.kprobes_optimization sysctl
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - NO_BOOTMEM: Disable Bootmem code
Jeff Mahoney 79b0f8
    - Only available on x86/x86_64, defaults to y
Jeff Mahoney 79b0f8
    - Reduces a layer between early allocator and final allocator
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - XEN: Xen guest support
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - PATA_LEGACY: Legacy ISA PATA support
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  ia64:
Jeff Mahoney 79b0f8
  - OPROFILE: OProfile system profiling
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  powerpc:
Jeff Mahoney 79b0f8
  - SPI_DW_MMIO: Memory-mapped io interface driver for DW SPI core
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  powerpc/ps3:
Jeff Mahoney 79b0f8
  - LKDTM: Linux Kernel Dump Test Tool Module
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  s390:
Jeff Mahoney 79b0f8
  - KERNEL_GZIP: Allow creation of bzImage with gzip compression
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - SMSGIUCV_EVENT: Deliver IUCV special messages as uevents (VM only)
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - KPROBE_EVENT: Enable kprobes-based dynamic events
Jeff Mahoney 79b0f8
    - Enabled; Defaults to y
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - DEBUG_STRICT_USER_COPY_CHECKS: Strict user copy size checks
Jeff Mahoney 79b0f8
    - Enabled; Defaults to n
Jeff Mahoney 79b0f8
    - This is a compile-time option that forces gcc to issue warnings
Jeff Mahoney 79b0f8
      if there are potentially unsafe uses of copy_from_user
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  Architecture agnostic:
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - PM_ADVANCED_DEBUG: Extra PM attributes in sysfs for low-level
Jeff Mahoney 79b0f8
                       debugging/testing
Jeff Mahoney 79b0f8
    - Available on all arches, defaults to n
Jeff Mahoney 79b0f8
    - Enabled on all arches
Jeff Mahoney 79b0f8
    - Acts as a guard for other options, no code difference
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - NETFILTER_XT_TARGET_CT: "CT" target support
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
    - Adds support for a connection tracking target. Used in conjuction with
Jeff Mahoney 79b0f8
      zones.
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - IP_VS_PROTO_SCTP: SCTP load balancing support
Jeff Mahoney 79b0f8
    - Enabled; Defaults to n
Jeff Mahoney 79b0f8
    - Adds SCTP support to IPVS
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - NF_CONNTRACK_ZONES: Connection tracking zones
Jeff Mahoney 79b0f8
    - Enabled; Defaults to n
Jeff Mahoney 79b0f8
    - Adds zone support to connection tracking. Zones seem to be similar to
Jeff Mahoney 79b0f8
      network namespaces but limited just to connection tracking so there
Jeff Mahoney 79b0f8
      is much less overhead.
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - BRIDGE_IGMP_SNOOPING: IGMP snooping
Jeff Mahoney 79b0f8
    - Enabled; Defaults to y
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  Drivers:
Jeff Mahoney 79b0f8
  - CAN_PLX_PCI: PLX90xx PCI-bridge based Cards
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - MACVTAP: MAC-VLAN based tap driver
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - KSZ884X_PCI: Micrel KSZ8841/2 PCI
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - IXGBEVF: Intel(R) 82599 Virtual Function Ethernet support
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - QLCNIC: QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - LIBERTAS_MESH: Enable mesh support
Jeff Mahoney 79b0f8
    - Enabled; Defaults to n
Jeff Mahoney 79b0f8
    - This option factored out mesh support from the driver to allow it to be
Jeff Mahoney 79b0f8
      disabled. Enabling it keeps the previous functionality.
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - RT2800PCI_RT30XX: rt2800pci - Include support for rt30xx
Jeff Mahoney 79b0f8
  - RT2800PCI_RT35XX: rt2800pci - Include support for rt35xx
Jeff Mahoney 79b0f8
  - RT2800USB_RT30XX: rt2800usb - Include support for rt30xx
Jeff Mahoney 79b0f8
  - RT2800USB_RT35XX: rt2800usb - Include support for rt35xx
Jeff Mahoney 79b0f8
  - RT2800USB_UNKNOWN: rt2800usb - Include support for unknown (USB) devices
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
    - Support for these devices is currently not functional
Jeff Mahoney 79b0f8
    - Testers may enable support for these devices via the sysfs new_id
Jeff Mahoney 79b0f8
      interface, but enabling them by default would just confuse users
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - SERIAL_TIMBERDALE: Timberdale UART
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - I2C_XILINX: Xilinx I2C Controller
Jeff Mahoney 79b0f8
    - (Should be) Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
    - Temporarily disabled due to missing include
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - GPIO_IT8761E: IT8761E GPIO support
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - GPIO_SCH: Intel SCH GPIO
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - GPIO_MAX7300: Maxim MAX7300 GPIO expander
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - SENSORS_ADT7411: Analog Devices ADT7411
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - SENSORS_ASC7621: Andigilog aSC7621
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - MAX63XX_WATCHDOG: Max63xx watchdog
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - MFD_WM8994: Wolfson Microelectronics WM8994
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - MFD_TIMBERDALE: Timberdale FPGA
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - LPC_SCH: Intel SCH LPC
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - REGULATOR_DUMMY: Provide a dummy regulator if regulator lookups fail
Jeff Mahoney 79b0f8
    - Enabled; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - REGULATOR_MAX8649: Maxim 8649 voltage regulator
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - REGULATOR_WM8994: Wolfson Microelectronics WM8994 CODEC
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - VIDEO_CX18_ALSA: Conexant 23418 DMA audio support
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - USB_GSPCA_BENQ: Benq USB Camera Driver
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - USB_GSPCA_CPIA1: cpia CPiA (version 1) Camera Driver
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - USB_GSPCA_OV534_9: OV534 OV965x USB Camera Driver
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - USB_GSPCA_SN9C2028: SONIX Dual-Mode USB Camera Driver
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - VIDEO_TLG2300: Telegent TLG2300 USB video capture support
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - RADIO_SAA7706H: SAA7706H Car Radio DSP
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - RADIO_TIMBERDALE: Timberdale radio driver
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - DVB_USB_AZ6027: Azurewave DVB-S/S2 USB2.0 AZ6027
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - DVB_NGENE: Micronas nGene support
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - VGA_ARB_MAX_GPUS: Maximum number of GPUs
Jeff Mahoney 79b0f8
    - 16; Defaults to 16
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - VGA_SWITCHEROO: Laptop Hybrid Grapics - GPU switching support
Jeff Mahoney 79b0f8
    - Enabled; Defaults to n
Jeff Mahoney 79b0f8
    - Allows switching between multiplexed GPUs on many laptops released
Jeff Mahoney 79b0f8
      in the past few years
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - SND_JAZZ16: Media Vision Jazz16 card and compatibles
Jeff Mahoney 79b0f8
    - Enabled as module only on i386/default; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - SND_USB_UA101: Edirol UA-101/UA-1000
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - HID_3M_PCT: 3M PCT
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - LOGIG940_FF: Logitech Flight System G940 force feedback
Jeff Mahoney 79b0f8
    - Enabled; Defaults to n
Jeff Mahoney 79b0f8
    - Enables support for the device within the Logitech HID module
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - HID_MAGICMOUSE: Apple MagicMouse multi-touch support
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - HID_MOSART: MosArt
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - HID_QUANTA: Quanta Optical Touch
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - HID_STANTUM: Stantum
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - USB_SERIAL_QCAUX: USB Qualcomm Auxiliary Serial Port Driver
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - USB_SERIAL_VIVOPAY_SERIAL: USB ViVOpay serial interface driver
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - MMC_RICOH_MMC: Ricoh MMC Controller Disabler
Jeff Mahoney 79b0f8
    - Enabled; Defaults to n
Jeff Mahoney 79b0f8
    - This allows users with some Ricoh-based multifunction card readers to
Jeff Mahoney 79b0f8
      use their MMC cards. The multifunction device supports both SD and MMC
Jeff Mahoney 79b0f8
      in hardware but Linux only has a driver for the SD portion. The SD
Jeff Mahoney 79b0f8
      driver can read the MMC cards, but only if the MMC hardware is not
Jeff Mahoney 79b0f8
      allowed to claim the card first.
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - DMADEVICES_DEBUG: DMA Engine debugging
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - UIO_NETX: Hilscher NetX Card driver
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - USB_IP_DEBUG_ENABLE: USB-IP Debug Enable
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
    - This only sets the flag to enable the debug behavior by default
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - VMIVME_7805: VMIVME-7805
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - BATMAN_ADV_DEBUG: B.A.T.M.A.N. debugging
Jeff Mahoney 79b0f8
    - Enabled; Defaults to n
Jeff Mahoney 79b0f8
    - This allows the debugging output but does not enable it by default.
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - DT3155: DT3155 Digitizer
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - CRYSTALHD: Broadcom Crystal HD video decoder
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - LOGFS: LogFS file system
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - CRYPTO_PCRYPT: Parallel crypto engine
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - VHOST_NET: Host kernel accelerator for virtio net
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - SERIAL_UARTLITE: Xilinx uartlite serial port
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - GPIO_WM8994: WM8994 GPIOs
Jeff Mahoney 79b0f8
    - Enabled as module; Defaults to n
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - GPIO_TIMBERDALE: Timberdale GPIO IP
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
    - Should probably be available as a module
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - MFD_88PM860X: Marvell 88PM8606/88PM8607
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
    - Should probably be available as a module
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - HTC_I2CPLD: HTC I2C PLD chip
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
    - Should probably be available as a module
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - MFD_MAX8925: Maxim Semiconductor MAX8925 PMIC
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
    - Should probably be available as a module
Jeff Mahoney 79b0f8
Jeff Mahoney 79b0f8
  - AB3100_CORE: ST-Ericsson AB3100 Mixed Signal Circuit core functions
Jeff Mahoney 79b0f8
    - Disabled; Defaults to n
Jeff Mahoney 79b0f8
    - Should probably be available as a module
Jeff Mahoney 79b0f8