1. 13 4月, 2011 5 次提交
  2. 09 4月, 2011 5 次提交
  3. 08 4月, 2011 2 次提交
  4. 07 4月, 2011 14 次提交
  5. 06 4月, 2011 13 次提交
  6. 05 4月, 2011 1 次提交
    • A
      UBI: do not select KALLSYMS_ALL · 6bef0b67
      Artem Bityutskiy 提交于
      All UBI needs is to make sure we stacktraces when UBI debugging
      is enabled. It is enough to select KALLSYMS for this, KALLSYMS_ALL
      is not necessary.
      
      And the current Kconfig line we have:
      
      select KALLSYMS_ALL if KALLSYMS && DEBUG_KERNEL
      
      is just too complex to be sane and right. But this "if" part there
      is needed to prevent "unmet direct dependency" warnings, because
      KALLSYMS_ALL depends on KALLSYMS and DEBUG_KERNEL, so we cannot
      just select KALLSYMS_ALL.
      
      Anyway, this feels messy, and we do not seem to really need KALLSYMS_ALL,
      so select KALLSYMS instead.
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      Acked-by: NRandy Dunlap <randy.dunlap@oracle.com>
      6bef0b67