[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Linux/m68k config again



On Sun, 29 Dec 2013, Thorsten Glaser wrote:

> > > Enabling these four is safe even on a non-Macintosh, then?
> >
> > I'm pretty sure that's how you configured your 3.10 and earlier 
> > kernels (I'd check but I can't find debs to download...)
> 
> http://snapshot.debian.org/package/linux/
> (3.2.10 and up) and, even earlier,
> http://snapshot.debian.org/package/linux-2.6
> (2.6.12-3.4.1), contains almost all kernel
> binaries ever uploaded to the archives.

The oldest multi-platform kernel deb available there is 3.10-1.

$ egrep 'PMACZILOG|EARLY_PRINTK' boot/config-3.10-1-m68k 
CONFIG_SERIAL_PMACZILOG=y
CONFIG_SERIAL_PMACZILOG_TTYS=y
CONFIG_SERIAL_PMACZILOG_CONSOLE=y
CONFIG_EARLY_PRINTK=y

The Debian config tracked the change to the upstream default in 3.11, much 
as you described:

$ egrep 'PMACZILOG|EARLY_PRINTK' boot/config-3.11-2-m68k 
CONFIG_SERIAL_PMACZILOG=y
CONFIG_SERIAL_PMACZILOG_TTYS=y
CONFIG_SERIAL_PMACZILOG_CONSOLE=y
# CONFIG_EARLY_PRINTK is not set

Geert says "default y" is frowned upon so I've no idea how to fix this 
upstream.

Finn


Reply to: