1. 24 9月, 2012 8 次提交
  2. 18 9月, 2012 3 次提交
  3. 15 9月, 2012 9 次提交
  4. 14 9月, 2012 16 次提交
  5. 12 9月, 2012 1 次提交
  6. 21 8月, 2012 3 次提交
    • M
      [media] Kconfig: Fix b2c2 common code selection · 01b0c11a
      Mauro Carvalho Chehab 提交于
      As reported by Randy:
      
      > flexcop-pci.c:(.text+0x19af63): undefined reference to `flexcop_device_exit'
      > flexcop-pci.c:(.text+0x19af77): undefined reference to `flexcop_device_kfree'
      > flexcop-pci.c:(.text+0x19b10f): undefined reference to `flexcop_pass_dmx_packets'
      > flexcop-pci.c:(.text+0x19b182): undefined reference to `flexcop_pass_dmx_data'
      > flexcop-pci.c:(.text+0x19b1ae): undefined reference to `flexcop_pass_dmx_data'
      > flexcop-pci.c:(.text+0x19b1f8): undefined reference to `flexcop_device_kmalloc'
      > flexcop-pci.c:(.text+0x19b256): undefined reference to `flexcop_i2c_request'
      > flexcop-pci.c:(.text+0x19b261): undefined reference to `flexcop_eeprom_check_mac_addr'
      > flexcop-pci.c:(.text+0x19b2c6): undefined reference to `flexcop_device_initialize'
      > flexcop-pci.c:(.text+0x19b332): undefined reference to `flexcop_sram_set_dest'
      > flexcop-pci.c:(.text+0x19b348): undefined reference to `flexcop_sram_set_dest'
      > flexcop-pci.c:(.text+0x19b3f8): undefined reference to `flexcop_device_exit'
      > flexcop-pci.c:(.text+0x19b408): undefined reference to `flexcop_device_kfree'
      > flexcop-pci.c:(.text+0x19b4a2): undefined reference to `flexcop_pid_feed_control'
      > flexcop-pci.c:(.text+0x19b4d7): undefined reference to `flexcop_pid_feed_control'
      >
      > since it is possible to enable DVB_B2C2_FLEXCOP_PCI
      > when CONFIG_I2C is not enabled, but then DVB_B2C2_FLEXCOP
      > is not enabled because I2C is not enabled.
      Reported-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      01b0c11a
    • M
      [media] Add missing help for some menuconfig items · e9d2f057
      Mauro Carvalho Chehab 提交于
      Help was missing during some items reorganization. Add them.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      e9d2f057
    • M
      [media] flexcop: Show the item to enable debug after the driver · 8511f8ea
      Mauro Carvalho Chehab 提交于
      Instead of showing the option to show debug at the end, show
      it after each driver.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      8511f8ea