WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Kernel config for 5.0  (Read 27426 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Kernel config for 5.0
« Reply #60 on: June 15, 2013, 03:30:34 AM »
@andyj

There is a 32-to-64 cross-compiler extension (toolchain64.tcz). You'd use that for the modules, standard compiletc for the apps. The env vars to export for such a cross-module build have been posted in this forum; search for my posts with CROSS_COMPILE.

@awabimakoto

DEBUGFS is info leaks and bloat; putting a switch like that there is completely the wrong place for it. Complain to upstream that it should be in /sys.
The only barriers that can stop you are the ones you create yourself.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Kernel config for 5.0
« Reply #61 on: November 13, 2013, 03:11:14 PM »
Code: [Select]
CONFIG_PCCARD=m
CONFIG_YENTA=m

Suggestion to consider changing those 2 from "m" to "y" to support earlier detection of storage devices attached through cardbus at boot.

Tested with PPR and backup on UFD connected to Cardbus-to-USB2.0 at boot, works like a charm, even without "waitusb" :)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)